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

[jira] [Updated] (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: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)