KAFKA-1387: Kafka getting stuck creating ephemeral node it has already created when two zookeeper sessions are established in a very short period of time#178
Conversation
There was a problem hiding this comment.
Need to remove this commented code.
|
kafka-trunk-git-pr #267 FAILURE |
|
kafka-trunk-git-pr #307 FAILURE |
|
kafka-trunk-git-pr #308 FAILURE |
|
kafka-trunk-git-pr #309 FAILURE |
|
@fpj Is this ready for review? Could you rebase? |
|
kafka-trunk-git-pr #343 FAILURE |
|
@guozhangwang you can start reviewing if you have time. I'm primarily interested in your opinion about the approach of using a zk handle directly to solve this. I think it is ok, but creates some redudancy in ZkUtils. Things that I'm not entirely happy with about the patch: |
There was a problem hiding this comment.
It doesn't seem that we need timeout any more. We will also need to remove it from the javadoc.
|
kafka-trunk-git-pr #512 FAILURE |
|
Test failures don't seem to be related to this patch: |
|
kafka-trunk-git-pr #526 FAILURE |
|
kafka-trunk-git-pr #528 FAILURE |
|
Thanks for the patch. LGTM. |
* CPKAFKA-2468: Make ccloud metadata watcher more reliable
This is a patch to get around the problem discussed in the KAFKA-1387 jira. The tests are not passing in my box when I run them all, but they do pass when I run them individually, which indicates that there is something leaking from a test to the next. I still need to work this out and also work on further testing this. I wanted to open this PR now so that it can start getting reviewed.