[
https://issues.apache.org/jira/browse/ACCUMULO-3944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15592281#comment-15592281
]
Dave Marion commented on ACCUMULO-3944:
---------------------------------------
I think we should remove the else block from the code in the description.
Thoughts? Regarding the system being idle and not compacting, maybe the
TABLE_MAJC_COMPACTALL_IDLETIME property should be lowered?
> 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
(v6.3.4#6332)