-
Notifications
You must be signed in to change notification settings - Fork 139
[BUG] deadlock in kop #181
Comments
As show in the jstack, this problem was caused by the synchronized on |
@aloyszhang sounds good to me! Thank you for working on the pull request! |
As I see, the deadlock occurred because: When the However, the Whatever, the original implementation of Kafka's But it would be appreciated to tell if the thread visibility problem wouldn't happen after doing that? I mean, is it necessary to add a |
@BewareMyPower Thanks for your suggestions, I agree with you that we should add a |
fix #181 This pull request fix the deadlock in kop.
Describe the bug
Kop has thread deadlock probelm.
Found one Java-level deadlock:
Expected behavior
Deadlock should be not happen
Additional context
jstack informations are following
The text was updated successfully, but these errors were encountered: