You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Michael Miller (JIRA)" <ji...@apache.org> on 2019/04/15 15:13:00 UTC

[jira] [Commented] (ACCUMULO-3944) Tablet attempts to split or major compact after every bulk file import

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

Michael Miller commented on ACCUMULO-3944:
------------------------------------------

Addressed inĀ [https://github.com/apache/accumulo/pull/1089]

> 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: 2.0.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
(v7.6.3#76005)