Skip to content

Conversation

lianhuiwang
Copy link
Contributor

bugfix worker DriverStateChanged state should match DriverState.FAILED

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@aarondav
Copy link
Contributor

Jenkins, test this please.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished. All automated tests passed.

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15168/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add a catch-all for other unknown States? It seems like there's a lot of them that we may later error on. Just something like

case _ =>
  logDebug(s"Driver $driverId changed state to $state")

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also the $state in this case will always be FAILED, so perhaps it'd be better to just say something like s"Driver $driverId exited with failure."

@lianhuiwang
Copy link
Contributor Author

can anyone verify this patch?thanks

@aarondav
Copy link
Contributor

Jenkins, add to whitelist and retest this.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished. All automated tests passed.

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15229/

@asfgit asfgit closed this in 95e4c9c May 27, 2014
@aarondav
Copy link
Contributor

LGTM, thanks! Merged into master and branch-1.0.

asfgit pushed a commit that referenced this pull request May 27, 2014
bugfix worker DriverStateChanged state should match DriverState.FAILED

Author: lianhuiwang <[email protected]>

Closes #864 from lianhuiwang/master and squashes the following commits:

480ce94 [lianhuiwang] address aarondav comments
f2b5970 [lianhuiwang] bugfix worker DriverStateChanged state should match DriverState.FAILED
pdeyhim pushed a commit to pdeyhim/spark-1 that referenced this pull request Jun 25, 2014
bugfix worker DriverStateChanged state should match DriverState.FAILED

Author: lianhuiwang <[email protected]>

Closes apache#864 from lianhuiwang/master and squashes the following commits:

480ce94 [lianhuiwang] address aarondav comments
f2b5970 [lianhuiwang] bugfix worker DriverStateChanged state should match DriverState.FAILED
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
bugfix worker DriverStateChanged state should match DriverState.FAILED

Author: lianhuiwang <[email protected]>

Closes apache#864 from lianhuiwang/master and squashes the following commits:

480ce94 [lianhuiwang] address aarondav comments
f2b5970 [lianhuiwang] bugfix worker DriverStateChanged state should match DriverState.FAILED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants