From commits-return-22038-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Mon Aug 13 22:02:58 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7EBBE18067A for ; Mon, 13 Aug 2018 22:02:57 +0200 (CEST) Received: (qmail 92487 invoked by uid 500); 13 Aug 2018 20:02:56 -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 92478 invoked by uid 99); 13 Aug 2018 20:02:56 -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; Mon, 13 Aug 2018 20:02:56 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1E22582A43; Mon, 13 Aug 2018 20:02:56 +0000 (UTC) Date: Mon, 13 Aug 2018 20:02:56 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] 01/01: Merge pull request #599 from mikewalch/582-final MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: mwalch@apache.org In-Reply-To: <153419057592.12288.8644382436740570226@gitbox.apache.org> References: <153419057592.12288.8644382436740570226@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 2caff7a0b30a323bee2d117ad78f3e3e4a73fe0c X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180813200256.1E22582A43@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. mwalch pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo.git commit 2caff7a0b30a323bee2d117ad78f3e3e4a73fe0c Merge: 5e14af6 e88e806 Author: Mike Walch AuthorDate: Mon Aug 13 16:02:53 2018 -0400 Merge pull request #599 from mikewalch/582-final Fixes #582 - Construct ServerContext once and pass it .../org/apache/accumulo/server/ServerContext.java | 26 +---------------- .../accumulo/server/cli/ClientOnDefaultTable.java | 4 +-- .../accumulo/server/cli/ClientOnRequiredTable.java | 4 +-- .../org/apache/accumulo/server/cli/ClientOpts.java | 4 +-- .../accumulo/server/conf/ConfigSanityCheck.java | 2 +- .../server/conf/ServerConfigurationFactory.java | 4 +++ .../server/constraints/MetadataConstraints.java | 6 ++-- .../apache/accumulo/server/init/Initialize.java | 4 +-- .../server/iterators/MetadataBulkLoadFilter.java | 6 ++-- .../SystemIteratorEnvironment.java} | 16 ++++------ .../server/master/balancer/TabletBalancer.java | 2 +- .../accumulo/server/problems/ProblemReports.java | 2 +- .../accumulo/server/util/CleanZookeeper.java | 2 +- .../java/org/apache/accumulo/server/util/Info.java | 2 +- .../accumulo/server/util/ListVolumesUsed.java | 2 +- .../accumulo/server/util/LoginProperties.java | 2 +- .../accumulo/server/util/TabletServerLocks.java | 2 +- .../apache/accumulo/server/util/ZooKeeperMain.java | 2 +- .../iterators/MetadataBulkLoadFilterTest.java | 25 +++++++--------- .../apache/accumulo/gc/SimpleGarbageCollector.java | 2 +- .../java/org/apache/accumulo/master/Master.java | 2 +- .../apache/accumulo/master/state/SetGoalState.java | 2 +- .../org/apache/accumulo/master/util/FateAdmin.java | 2 +- .../java/org/apache/accumulo/monitor/Monitor.java | 2 +- .../monitor/util/AccumuloMonitorAppender.java | 2 +- .../org/apache/accumulo/tracer/TraceServer.java | 2 +- .../accumulo/tserver/ConditionCheckerContext.java | 6 ++-- .../tserver/TabletIteratorEnvironment.java | 34 +++++++++++++++------- .../org/apache/accumulo/tserver/TabletServer.java | 4 +-- .../apache/accumulo/tserver/tablet/Compactor.java | 6 ++-- .../accumulo/tserver/tablet/ScanDataSource.java | 6 ++-- .../accumulo/shell/commands/ListBulkCommand.java | 2 +- .../org/apache/accumulo/test/GetMasterStats.java | 2 +- .../accumulo/test/functional/SplitRecoveryIT.java | 2 +- .../accumulo/test/functional/ZombieTServer.java | 2 +- .../accumulo/test/performance/NullTserver.java | 2 +- .../test/server/security/SystemCredentialsIT.java | 2 +- 37 files changed, 91 insertions(+), 108 deletions(-)