Details
Description
In the KafkaConsumer.acquire method a ConcurrentModificationException exception is thrown when
threadId != currentThread.get() && !currentThread.compareAndSet(NO_CURRENT_THREAD, threadId)
however, the exception message doesn't include:
- Thread.currentThread().getId()
- currentThread.get()
I think including the aforementioned variables is very useful for debugging the issue.
Attachments
Issue Links
- links to