This is an automated email from the ASF dual-hosted git repository. kturner pushed a change to branch 1451-external-compactions-feature in repository https://gitbox.apache.org/repos/asf/accumulo.git.
from 03d1198 Lots of little changes to get compactor and coordinator to run from command line new 4553d84 regenerated thrift new ac49b40 With these changes was able to run an external compaction The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../compaction/thrift/CompactionCoordinator.java | 976 ++++++++++----------- .../core/spi/compaction/CompactionJob.java | 1 + .../server/compaction/RetryableThriftCall.java | 3 +- .../coordinator/CompactionCoordinator.java | 20 +- .../accumulo/coordinator/QueueAndPriority.java | 3 +- .../org/apache/accumulo/compactor/Compactor.java | 11 +- .../accumulo/tserver/ThriftClientHandler.java | 1 + .../tserver/compactions/CompactionManager.java | 4 + .../tserver/compactions/CompactionService.java | 5 +- .../tserver/compactions/ExternalCompactionJob.java | 18 +- .../accumulo/tserver/tablet/CompactableImpl.java | 35 +- 11 files changed, 556 insertions(+), 521 deletions(-)