[ 
https://issues.apache.org/jira/browse/ACCUMULO-3944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642954#comment-14642954
 ] 

Eric Newton commented on ACCUMULO-3944:
---------------------------------------

I wasn't seeing any code stuck in there, so maybe it isn't a problem.

> 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
>             Fix For: 1.8.0
>
>
> 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
(v6.3.4#6332)

Reply via email to