Skip to content

SCAN fix

Pre-release
Pre-release
Compare
Choose a tag to compare
@ipapapa ipapapa released this 20 May 18:24
· 85 commits to master since this release
Improve Scan operation reliability (#220)

* Initial POC fix

* Cleanup
- TokenPoolTopology has a map of token to host instead of a list of objects
- if localRack is not specified, getConnectionsToRing will get connections to a random rack
- Added exception handling to ScanTest in demo App.

* Fix build break

* More cleaner interface
- split cursorBasedResult into TokenRackMapper to seperate out writable functions

* code review comments