Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-beta1
Description
- ClientTable.getPartitionAssignment might return an empty list
- AbstractClientStreamerPartitionAwarenessProvider assumes that partition count can't change
Therefore, if some server node lags behind and returns an empty assignment for a given timestamp, streamer partition awareness won't work at all.
Potential Fixes
- Wait for assignment on the server, do not return empty/null - might affect performance
- Return correct partition count, but null values - faster and simpler
Attachments
Issue Links
- links to