You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@aurora.apache.org by John Sirois <jo...@gmail.com> on 2016/01/05 07:05:12 UTC

Review Request 41917: Avoid zk 3.4.7 to fix test hangs.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41917/
-----------------------------------------------------------

Review request for Aurora, Maxim Khutornenko and Bill Farner.


Repository: aurora


Description
-------

The commons tests hang under CI after bumping from zk 3.4.2 to 3.4.7.
Although not root-caused, this zk bug introduced in 3.4.7 seems like a
match for this sort of hang:
  https://issues.apache.org/jira/browse/ZOOKEEPER-2347

Downgrade to 3.4.6 with a note about why 3.4.7 should be skipped.

 NEWS         | 2 +-
 build.gradle | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)


Diffs
-----

  NEWS a4775adb18938ad80ee752e37d3f7c10549d3b70 
  build.gradle 14ebf6b1d295e0780b7e390d00efadb25d30fc79 

Diff: https://reviews.apache.org/r/41917/diff/


Testing
-------

Locally green: `./build-support/jenkins/build.sh`.

That said - I could not reproduce the CI 120 minute timeouts as seen 
here:
  https://builds.apache.org/job/Aurora/1312/
  https://builds.apache.org/job/Aurora/1313/


Thanks,

John Sirois