You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seems like d_hscan has a bug when using CompressionValueOperationScanResult gets a stale cursor and therefore does not scan all the records. It should get a cursor from the result of the client.hscan(key, cursor).getResult() execution. The result of this is that not all records are returned when compression strategy is set to THRESHOLD
The text was updated successfully, but these errors were encountered:
seems like
d_hscan
has a bug when usingCompressionValueOperation
ScanResult
gets a stale cursor and therefore does not scan all the records. It should get a cursor from the result of theclient.hscan(key, cursor).getResult()
execution. The result of this is that not all records are returned when compression strategy is set toTHRESHOLD
The text was updated successfully, but these errors were encountered: