[
https://issues.apache.org/jira/browse/ACCUMULO-4697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Miller updated ACCUMULO-4697:
-------------------------------------
Comment: was deleted
(was: [~elserj] Could this be causing periodic time out of CyclicReplicationIT?
https://jenkins.revelc.net/job/Accumulo-2.0-ITs/lastBuild/org.apache.accumulo$accumulo-test/testReport/org.apache.accumulo.test.replication/CyclicReplicationIT/dataIsNotOverReplicated/)
> tablet server could kick off too many idle compactions
> ------------------------------------------------------
>
> Key: ACCUMULO-4697
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4697
> Project: Accumulo
> Issue Type: Bug
> Components: tserver
> Reporter: Adam Fuchs
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Tablet.initiateMajorCompaction() always returns false, but we check the
> return value when accounting for the number of idle major compactions started
> in TabletServer.MajorCompactor.run() and continue to kick off idle
> compactions on every tablet.
> DefaultCompactionStrategy doesn't do anything special for idle compactions,
> so this will only be an issue with a custom CompactionStrategy.
> My guess would be the best thing to do would be to get rid of idle
> compactions and get rid of the return value on initiateMajorCompaction().
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)