Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 25559200D09 for ; Tue, 12 Sep 2017 22:47:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 23CED1609C8; Tue, 12 Sep 2017 20:47:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6A2CA1609B4 for ; Tue, 12 Sep 2017 22:47:29 +0200 (CEST) Received: (qmail 44203 invoked by uid 500); 12 Sep 2017 20:47:27 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 44194 invoked by uid 99); 12 Sep 2017 20:47:27 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Sep 2017 20:47:27 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7FCA9849A9; Tue, 12 Sep 2017 20:47:25 +0000 (UTC) Date: Tue, 12 Sep 2017 20:47:25 +0000 To: , "' commits@accumulo.apache.org" , '@gitbox.apache.org, Subject: [accumulo] branch master updated (21fb477 -> 66610de) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150524924566.2831.6416688092767722886@gitbox.apache.org> From: mmiller@apache.org Reply-To: "commits@accumulo.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 21fb47733416ec8690e364420c41d2e7b731cda7 X-Git-Newrev: 66610de44b7bf316f26de28bb6eb96f6515c8439 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Tue, 12 Sep 2017 20:47:30 -0000 This is an automated email from the ASF dual-hosted git repository. mmiller pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/accumulo.git. from 21fb477 ACCUMULO-4086 Make chooser classes more testable add b0016c3 ACCUMULO-4702 Code fixes to work with Guava 23 (#297) add 8627532 Merge branch '1.7' into 1.8 add 8a966a0 ACCUMULO-4702 Replaced uses of Guava HostAndPort new 66610de Merge branch '1.8' 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: .../core/client/impl/ConditionalWriterImpl.java | 3 +- .../core/client/impl/InstanceOperationsImpl.java | 3 +- .../accumulo/core/client/impl/MasterClient.java | 3 +- .../core/client/impl/ReplicationClient.java | 3 +- .../core/client/impl/TableOperationsImpl.java | 2 +- .../impl/TabletServerBatchReaderIterator.java | 3 +- .../core/client/impl/TabletServerBatchWriter.java | 2 +- .../accumulo/core/client/impl/ThriftScanner.java | 3 +- .../core/client/impl/ThriftTransportKey.java | 2 +- .../core/client/impl/ThriftTransportPool.java | 2 +- .../apache/accumulo/core/client/impl/Writer.java | 3 +- .../core/metadata/schema/TabletMetadata.java | 2 +- .../accumulo/core/rpc/TTimeoutTransport.java | 5 +- .../org/apache/accumulo/core/rpc/ThriftUtil.java | 13 +- .../org/apache/accumulo/core/summary/Gatherer.java | 2 +- .../org/apache/accumulo/core/util/AddressUtil.java | 2 +- .../org/apache/accumulo/core/util/HostAndPort.java | 276 +++++++++++++++++++++ .../apache/accumulo/core/util/ServerServices.java | 2 +- .../core/client/impl/ThriftTransportKeyTest.java | 3 +- .../main/java/org/apache/accumulo/proxy/Proxy.java | 2 +- .../accumulo/server/client/BulkImporter.java | 3 +- .../accumulo/server/master/LiveTServerSet.java | 3 +- .../server/master/state/SuspendingTServer.java | 3 +- .../server/master/state/TServerInstance.java | 5 +- .../server/master/state/ZooTabletStateStore.java | 3 +- .../apache/accumulo/server/rpc/ServerAddress.java | 3 +- .../apache/accumulo/server/rpc/TServerUtils.java | 21 +- .../org/apache/accumulo/server/util/Admin.java | 2 +- .../apache/accumulo/server/util/LocalityCheck.java | 5 +- .../server/util/VerifyTabletAssignments.java | 2 +- .../accumulo/server/master/LiveTServerSetTest.java | 3 +- .../master/balancer/ChaoticLoadBalancerTest.java | 3 +- .../master/balancer/DefaultLoadBalancerTest.java | 3 +- .../master/balancer/TableLoadBalancerTest.java | 2 +- .../apache/accumulo/gc/SimpleGarbageCollector.java | 5 +- .../replication/CloseWriteAheadLogReferences.java | 2 +- .../apache/accumulo/master/tableOps/LoadFiles.java | 3 +- .../MasterReplicationCoordinatorTest.java | 3 +- .../master/state/RootTabletStateStoreTest.java | 3 +- .../java/org/apache/accumulo/monitor/Monitor.java | 3 +- .../apache/accumulo/monitor/ZooKeeperStatus.java | 3 +- .../monitor/rest/master/MasterResource.java | 2 +- .../accumulo/monitor/rest/scans/ScansResource.java | 3 +- .../rest/tservers/TabletServerResource.java | 5 +- .../monitor/util/AccumuloMonitorAppender.java | 5 +- .../org/apache/accumulo/monitor/view/WebViews.java | 2 +- .../org/apache/accumulo/tserver/TabletServer.java | 13 +- .../tserver/replication/AccumuloReplicaSystem.java | 3 +- .../apache/accumulo/tserver/tablet/TabletTest.java | 5 +- .../org/apache/accumulo/test/TotalQueuedIT.java | 3 +- .../org/apache/accumulo/test/WrongTabletTest.java | 2 +- .../test/functional/WatchTheWatchCountIT.java | 5 +- .../accumulo/test/functional/ZombieTServer.java | 3 +- .../apache/accumulo/test/master/MergeStateIT.java | 3 +- .../accumulo/test/master/SuspendedTabletsIT.java | 2 +- .../metadata/MetadataBatchScanTest.java | 2 +- .../test/performance/scan/CollectTabletStats.java | 4 +- .../test/performance/thrift/NullTserver.java | 2 +- .../accumulo/test/proxy/ProxyDurabilityIT.java | 2 +- .../accumulo/test/proxy/SimpleProxyBase.java | 2 +- .../test/proxy/TestProxyInstanceOperations.java | 3 +- .../test/proxy/TestProxyNamespaceOperations.java | 3 +- .../accumulo/test/proxy/TestProxyReadWrite.java | 3 +- .../test/proxy/TestProxySecurityOperations.java | 3 +- .../test/proxy/TestProxyTableOperations.java | 3 +- ...GarbageCollectorCommunicatesWithTServersIT.java | 3 +- .../replication/MultiTserverReplicationIT.java | 2 +- 67 files changed, 371 insertions(+), 136 deletions(-) create mode 100644 core/src/main/java/org/apache/accumulo/core/util/HostAndPort.java -- To stop receiving notification emails like this one, please contact ['"commits@accumulo.apache.org" '].