-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix for message loss for issue 826 #827
Conversation
check the doc : https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentHashMap.html
|
@rkolesnev sorry to bother you but please have a check on the pr and let me know if anything need to be done. Thanks a lot. |
@sangreal - no bother at all - thanks for reminding me in fact. Yes it all LGTM now - will merge now and try to release shortly - this week. |
hi @rkolesnev sorry to disturb, just want to know when publish a new release include this fix... |
Hi @flashmouse, @sangreal - working on it this week, sorry for the delay. |
@flashmouse , @sangreal - finally released the 0.5.3.2 version which includes this PR. |
Thanks! we'll try it. |
Description...
fix for #826.
Explanation:
The root cause is that :
offsetHighestSeen
, but this variable is updated as soon as it is polled from kafka and not processed yet.BrokerPollSystem
The issue is rare because it has to met with following conditions:
check the doc : https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentHashMap.html
Repro log, the miss offset is 329888
Checklist