[ 
https://issues.apache.org/jira/browse/YARN-9303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prabhu Joseph updated YARN-9303:
--------------------------------
    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.


  was:


application, domain -> uses clusterId splits
entity , subapplication-> uses username splits
flowactivity, flowrun -> no splits (starts with clusterId)
app_flow -> make no splits


> Username splits won't help timelineservice.app_flow table
> ---------------------------------------------------------
>
>                 Key: YARN-9303
>                 URL: https://issues.apache.org/jira/browse/YARN-9303
>             Project: Hadoop YARN
>          Issue Type: Bug
>    Affects Versions: 3.1.2
>            Reporter: Prabhu Joseph
>            Assignee: Prabhu Joseph
>            Priority: Major
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to