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

Christopher Tubbs updated ACCUMULO-3944:
----------------------------------------
    Fix Version/s:     (was: 2.0.0)

> Tablet attempts to split or major compact after every bulk file import
> ----------------------------------------------------------------------
>
>                 Key: ACCUMULO-3944
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3944
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: tserver
>            Reporter: Eric Newton
>            Priority: Blocker
>
> I noticed this bit of code in tablet, after it has bulk imported a file, but 
> before the bulk import is finished:
> {code}
>       if (needsSplit()) {
>         getTabletServer().executeSplit(this);
>       } else {
>         initiateMajorCompaction(MajorCompactionReason.NORMAL);
>       }
> {code}
> I'm pretty sure we can leave this to the normal tablet server mechanism for 
> deciding when to split or compact.



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

Reply via email to