Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.2
-
Reviewed
Description
timelineservice.app_flow hbase table uses pre split logic based on username whereas the rowkeys starts with inverted timestamp (Long.MAX_VALUE - ts). All data will go to the last region and remaining regions will never be inserted. Need to choose right split or use auto-split.