ZOOKEEPER-3101: add reminder to ZOO_ERRORS#581
Conversation
|
The Jenkins failure looks like an internal error in Jenkins itself: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1987/consoleText |
|
This commit just adds a comment so I'm not sure how it would cause a build failure other than a style alert, but that doesn't appear to be the case |
|
Looks to me jenkins was simply overloaded. |
There was a problem hiding this comment.
LGTM, just a useful comment, no code changes.
Yeah, looks like something wrong with the git - https://issues.apache.org/jira/browse/INFRA-16808
|
@nkalmar Thanks, I just pushed a new commit (slightly reworded the commit message) but the Jenkins build failed again for the same reason: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1990/console |
|
+1 looks like the Jenkins failed due to "NoClassDefFoundError: hudson.model.Computer", is it an environment issue? |
|
Yes, all PR fails due to the same reason. I think there is already an INFRA ticket but I'll double check. |
|
@sl4mmy Would you please trigger another Jenkins build, so that we get a green one and I can commit. |
|
@anmolnar Done, and it passed. Thanks! |
|
Quite a simple patch to commit. |
|
t looks like the Travis build for s390 failed due to: |
7174621 to
93a48f6
Compare
Add comment to bottom of ZOO_ERRORS reminding developers to also update zerror(int) when adding or changing values. Suggested by @phunt in apache#575 (comment). Signed-off-by: Kent R. Spillner <kspillner@acm.org>
Handle ZSESSIONCLOSEDREQUIRESASLAUTH case in zerror(int). Also fix indentation of ZTHROTTLEDOP while here. Signed-off-by: Kent R. Spillner <kspillner@acm.org>
|
Ping @nkalmar @lvfangmin @breed @anmolnar - I rebased this on top of latest master earlier this morning and the build is passing. Would be great to get this merged & closed before it's 2nd birthday (July 23), or before the 2nd anniversary of @nkalmar approving the change (July 24). 😉 |
|
committed to master branch ! thank you @sl4mmy |
Add comment at bottom of ZOO_ERRORS reminding developers to also update zerror(int) when adding or changing values. Suggested by phunt in apache#575 (comment). Signed-off-by: Kent R. Spillner <kspillneracm.org> Author: Kent R. Spillner <kspillner@acm.org> Reviewers: Enrico Olivelli <eolivelli@apache.org>, Norbert Kalmar <nkalmar@apache.org>, Benjamin Reed <breed@apache.org> Closes apache#581 from sl4mmy/zookeeper-3101
Add comment at bottom of ZOO_ERRORS reminding developers to also update zerror(int) when adding or changing values. Suggested by phunt in apache#575 (comment). Signed-off-by: Kent R. Spillner <kspillneracm.org> Author: Kent R. Spillner <kspillner@acm.org> Reviewers: Enrico Olivelli <eolivelli@apache.org>, Norbert Kalmar <nkalmar@apache.org>, Benjamin Reed <breed@apache.org> Closes apache#581 from sl4mmy/zookeeper-3101
Add comment at bottom of ZOO_ERRORS reminding developers to also update zerror(int) when adding or changing values. Suggested by phunt in apache#575 (comment). Signed-off-by: Kent R. Spillner <kspillneracm.org> Author: Kent R. Spillner <kspillner@acm.org> Reviewers: Enrico Olivelli <eolivelli@apache.org>, Norbert Kalmar <nkalmar@apache.org>, Benjamin Reed <breed@apache.org> Closes apache#581 from sl4mmy/zookeeper-3101
Add comment at bottom of ZOO_ERRORS reminding developers to also update zerror(int) when adding or changing values. Suggested by phunt in apache#575 (comment). Signed-off-by: Kent R. Spillner <kspillneracm.org> Author: Kent R. Spillner <kspillner@acm.org> Reviewers: Enrico Olivelli <eolivelli@apache.org>, Norbert Kalmar <nkalmar@apache.org>, Benjamin Reed <breed@apache.org> Closes apache#581 from sl4mmy/zookeeper-3101
Add comment at bottom of ZOO_ERRORS reminding developers to also update zerror(int) when adding or changing values. Suggested by phunt in apache#575 (comment). Signed-off-by: Kent R. Spillner <kspillneracm.org> Author: Kent R. Spillner <kspillner@acm.org> Reviewers: Enrico Olivelli <eolivelli@apache.org>, Norbert Kalmar <nkalmar@apache.org>, Benjamin Reed <breed@apache.org> Closes apache#581 from sl4mmy/zookeeper-3101
Add comment at bottom of ZOO_ERRORS reminding developers to also
update zerror(int) when adding or changing values. Suggested by
@phunt in #575 (comment).
Signed-off-by: Kent R. Spillner kspillner@acm.org