From commits-return-21379-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Fri Jan 19 01:15:55 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id A6A97180654 for ; Fri, 19 Jan 2018 01:15:55 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 95A80160C48; Fri, 19 Jan 2018 00:15:55 +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 DB341160C26 for ; Fri, 19 Jan 2018 01:15:54 +0100 (CET) Received: (qmail 77288 invoked by uid 500); 19 Jan 2018 00:15:54 -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 77279 invoked by uid 99); 19 Jan 2018 00:15:54 -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; Fri, 19 Jan 2018 00:15:54 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 621E682172; Fri, 19 Jan 2018 00:15:53 +0000 (UTC) Date: Fri, 19 Jan 2018 00:15:53 +0000 To: , "' commits@accumulo.apache.org" , '@gitbox.apache.org, Subject: [accumulo] branch 1.8 updated (6782ba6 -> 9ac92c7) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151632095329.19686.13322361898540396885@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/1.8 X-Git-Reftype: branch X-Git-Oldrev: 6782ba6b9d43dc9a10df4bbadf3a89eaadb0cf6a X-Git-Newrev: 9ac92c726ca3415981e1d973175440374f02060e X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch 1.8 in repository https://gitbox.apache.org/repos/asf/accumulo.git. from 6782ba6 ACCUMULO-4775 Improved mocking in SetIterCommandTest new 65f9913 ACCUMULO-4611 Bump to version 1.9.0-SNAPSHOT new 9ac92c7 ACCUMULO-4611 Deprecate public API with commons config 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: assemble/pom.xml | 2 +- core/pom.xml | 15 +- .../org/apache/accumulo/core/cli/ClientOpts.java | 4 +- .../accumulo/core/client/ClientConfiguration.java | 907 ++++++++++++++++++++- .../accumulo/core/client/ZooKeeperInstance.java | 23 +- .../accumulo/core/client/impl/ClientContext.java | 4 +- .../accumulo/core/rpc/SaslConnectionParams.java | 9 +- .../core/client/ClientConfigurationTest.java | 5 +- .../core/client/impl/ClientContextTest.java | 8 +- .../core/client/impl/TableOperationsImplTest.java | 2 +- .../core/client/impl/TabletLocatorImplTest.java | 2 +- .../mapreduce/lib/impl/ConfiguratorBaseTest.java | 2 +- docs/pom.xml | 2 +- examples/simple/pom.xml | 2 +- .../accumulo/examples/simple/reservations/ARS.java | 2 +- fate/pom.xml | 2 +- iterator-test-harness/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- minicluster/pom.xml | 3 +- .../accumulo/minicluster/MiniAccumuloInstance.java | 7 +- .../minicluster/impl/MiniAccumuloClusterImpl.java | 10 +- pom.xml | 4 +- proxy/pom.xml | 2 +- .../main/java/org/apache/accumulo/proxy/Proxy.java | 2 +- .../org/apache/accumulo/proxy/ProxyServer.java | 8 +- server/base/pom.xml | 2 +- server/gc/pom.xml | 2 +- server/master/pom.xml | 2 +- server/monitor/pom.xml | 2 +- server/native/pom.xml | 2 +- server/tracer/pom.xml | 2 +- server/tserver/pom.xml | 2 +- .../replication/ReplicationProcessorTest.java | 4 +- shell/pom.xml | 2 +- .../org/apache/accumulo/shell/ShellOptionsJC.java | 3 +- .../org/apache/accumulo/shell/ShellConfigTest.java | 6 +- .../accumulo/shell/ShellSetInstanceTest.java | 4 +- start/pom.xml | 2 +- test/pom.xml | 2 +- .../accumulo/harness/AccumuloClusterHarness.java | 3 +- .../StandaloneAccumuloClusterConfiguration.java | 9 +- .../apache/accumulo/test/ConditionalWriterIT.java | 5 +- .../org/apache/accumulo/test/IMMLGBenchmark.java | 2 +- .../org/apache/accumulo/test/ShellServerIT.java | 12 +- .../java/org/apache/accumulo/test/UsersIT.java | 3 +- .../BalanceInPresenceOfOfflineTableIT.java | 3 +- .../test/functional/ChaoticBalancerIT.java | 3 +- .../accumulo/test/functional/CompactionIT.java | 3 +- .../test/functional/ConfigurableMacBase.java | 2 +- .../accumulo/test/functional/CredentialsIT.java | 3 +- .../test/functional/DynamicThreadPoolsIT.java | 3 +- .../accumulo/test/functional/FateStarvationIT.java | 3 +- .../accumulo/test/functional/MasterFailoverIT.java | 5 +- .../apache/accumulo/test/functional/MaxOpenIT.java | 3 +- .../accumulo/test/functional/PermissionsIT.java | 5 +- .../accumulo/test/functional/ReadWriteIT.java | 11 +- .../apache/accumulo/test/functional/RenameIT.java | 5 +- .../apache/accumulo/test/functional/RestartIT.java | 11 +- .../accumulo/test/functional/ScanIteratorIT.java | 4 +- .../apache/accumulo/test/functional/SplitIT.java | 7 +- .../apache/accumulo/test/functional/TableIT.java | 3 +- .../accumulo/test/functional/WriteAheadLogIT.java | 3 +- .../accumulo/test/functional/WriteLotsIT.java | 5 +- .../test/mapred/AccumuloOutputFormatIT.java | 2 +- .../metadata/MetadataBatchScanTest.java | 2 +- .../test/performance/thrift/NullTserver.java | 20 +- .../test/randomwalk/multitable/CopyTool.java | 5 +- .../test/randomwalk/security/SecurityFixture.java | 3 +- .../randomwalk/sequential/MapRedVerifyTool.java | 3 +- .../accumulo/test/scalability/ScaleTest.java | 3 +- trace/pom.xml | 2 +- 71 files changed, 1015 insertions(+), 209 deletions(-) -- To stop receiving notification emails like this one, please contact ['"commits@accumulo.apache.org" '].