This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 439ea97c7b Made AbstractServer.hostname volatile (#5656)
add ee80f540cd Added property for the advertise address (#5633)
new 9e34d27f4d Merge branch '2.1'
The 1 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:
.../org/apache/accumulo/core/conf/Property.java | 5 +
minicluster/pom.xml | 4 +
.../MiniAccumuloClusterControl.java | 39 ++-
.../org/apache/accumulo/server/AbstractServer.java | 47 +++-
.../org/apache/accumulo/compactor/Compactor.java | 7 +-
.../apache/accumulo/gc/SimpleGarbageCollector.java | 7 +-
.../java/org/apache/accumulo/manager/Manager.java | 19 +-
.../apache/accumulo/monitor/EmbeddedWebServer.java | 6 +-
.../java/org/apache/accumulo/monitor/Monitor.java | 26 +-
.../org/apache/accumulo/tserver/ScanServer.java | 7 +-
.../org/apache/accumulo/tserver/TabletServer.java | 19 +-
.../test/functional/AdvertiseAndBindIT.java | 261 +++++++++++++++++++++
.../test/functional/ConfigurableMacBase.java | 2 +-
13 files changed, 389 insertions(+), 60 deletions(-)
create mode 100644
test/src/main/java/org/apache/accumulo/test/functional/AdvertiseAndBindIT.java