Details
Description
Initially reported by ewencp and discussed with hachikuji. In NetworkClient.java, the poll() method receives as input a "now" parameter, does a whole bunch of work (e.g., selector.poll()) and then keeps using "now" in all the subsequent method calls.
Passing Time everywhere instead of "now" is a potential fix, but might be expensive since it's a new system call.
Attachments
Issue Links
- relates to
-
KAFKA-2677 Coordinator disconnects not propagated to new consumer
- Resolved