You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2019/09/20 13:56:26 UTC

[GitHub] [zookeeper] symat opened a new pull request #1094: ZOOKEEPER-3470: Fix flaky LearnerMetricsTest (again)

symat opened a new pull request #1094: ZOOKEEPER-3470: Fix flaky LearnerMetricsTest (again)
URL: https://github.com/apache/zookeeper/pull/1094
 
 
   - based on the logs, this flakyness happened because some time the client session gets initiated before the observer joined
   - the client session is now initiated against the observer (to make sure it is already in a CONNECTED state)
   - the number of participants set to 3 to make sure we have every participant connected after leader election
   - the comments were a bit misleading in the test (the leader election messages are not counted here)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services