This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a change to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 022225a4b2 Don't balance user tables when tserver count below
threshold (#5638)
add ee80f540cd Added property for the advertise address (#5633)
No new revisions were added by this update.
Summary of changes:
.../org/apache/accumulo/core/conf/Property.java | 5 +
.../MiniAccumuloClusterControl.java | 44 ++-
.../org/apache/accumulo/server/AbstractServer.java | 39 ++-
.../coordinator/CompactionCoordinator.java | 5 +-
.../org/apache/accumulo/compactor/Compactor.java | 5 +-
.../apache/accumulo/gc/SimpleGarbageCollector.java | 6 +-
.../java/org/apache/accumulo/manager/Manager.java | 25 +-
.../apache/accumulo/monitor/EmbeddedWebServer.java | 6 +-
.../java/org/apache/accumulo/monitor/Monitor.java | 26 +-
.../org/apache/accumulo/tserver/ScanServer.java | 5 +-
.../org/apache/accumulo/tserver/TabletServer.java | 21 +-
.../test/functional/AdvertiseAndBindIT.java | 300 +++++++++++++++++++++
.../test/functional/ConfigurableMacBase.java | 2 +-
13 files changed, 434 insertions(+), 55 deletions(-)
create mode 100644
test/src/main/java/org/apache/accumulo/test/functional/AdvertiseAndBindIT.java