This is an automated email from the ASF dual-hosted git repository.

kturner pushed a change to branch 1451-external-compactions
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from 25fd70a  Add caption to html table in javadoc - QA fix
     add 5298612  rename thrift service to avoid class name collisions

No new revisions were added by this update.

Summary of changes:
 .../core/util/compaction/ExternalCompactionUtil.java  | 14 +++++++-------
 ...dinator.java => CompactionCoordinatorService.java} |  2 +-
 .../thrift/{Compactor.java => CompactorService.java}  |  2 +-
 core/src/main/thrift/compaction-coordinator.thrift    |  4 ++--
 .../accumulo/coordinator/CompactionCoordinator.java   | 18 ++++++++----------
 .../java/org/apache/accumulo/compactor/Compactor.java | 19 +++++++++----------
 .../accumulo/test/ExternalDoNothingCompactor.java     |  2 +-
 .../accumulo/test/TestCompactionCoordinator.java      |  3 ++-
 .../TestCompactionCoordinatorForOfflineTable.java     |  3 ++-
 9 files changed, 33 insertions(+), 34 deletions(-)
 rename 
core/src/main/thrift-gen-java/org/apache/accumulo/core/compaction/thrift/{CompactionCoordinator.java
 => CompactionCoordinatorService.java} (99%)
 rename 
core/src/main/thrift-gen-java/org/apache/accumulo/core/compaction/thrift/{Compactor.java
 => CompactorService.java} (99%)

Reply via email to