Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
We have lost the data in our development environment when a row has more than Integer.MAX_VALUE columns after compaction.
I think the reason is type of StoreScanner's countPerRow is int.
After changing the type to long, it seems to be fixed.