From commits-return-21409-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Fri Jan 26 02:00:37 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 C5429180676 for ; Fri, 26 Jan 2018 02:00:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B5CD5160C4F; Fri, 26 Jan 2018 01:00:37 +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 04468160C3D for ; Fri, 26 Jan 2018 02:00:36 +0100 (CET) Received: (qmail 28090 invoked by uid 500); 26 Jan 2018 01:00:36 -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 28072 invoked by uid 99); 26 Jan 2018 01:00:36 -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, 26 Jan 2018 01:00:36 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7967C81F9C; Fri, 26 Jan 2018 01:00:35 +0000 (UTC) Date: Fri, 26 Jan 2018 01:00:35 +0000 To: , "' commits@accumulo.apache.org" , '@gitbox.apache.org, Subject: [accumulo] branch 1.8 updated (d46dd16 -> 40f6672) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151692843540.10621.11446120870896608717@gitbox.apache.org> From: kturner@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: d46dd1658d2d89c3f495be19efd76a86eed13417 X-Git-Newrev: 40f6672cbb3e4bbb98c50f8b794ce232a602e2f1 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. kturner pushed a change to branch 1.8 in repository https://gitbox.apache.org/repos/asf/accumulo.git. from d46dd16 Merge branch '1.7' into 1.8 add cf9e754 ACCUMULO-4779 Avoid locks in ZooCache when data in cache add 7bc630c ACCUMULO-4779 made getting vfs config more efficient new 40f6672 Merge branch '1.7' into 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: .../accumulo/core/client/impl/ClientContext.java | 6 ++ .../core/client/mock/MockConfiguration.java | 5 ++ .../accumulo/core/conf/AccumuloConfiguration.java | 27 ++++++ .../accumulo/core/conf/ConfigurationCopy.java | 5 ++ .../accumulo/core/conf/DefaultConfiguration.java | 5 ++ .../accumulo/core/conf/SiteConfiguration.java | 9 ++ .../apache/accumulo/fate/zookeeper/ZooCache.java | 97 ++++++++++++++++------ .../accumulo/server/conf/ZooConfiguration.java | 15 +++- .../java/org/apache/accumulo/master/Master.java | 4 +- .../org/apache/accumulo/tserver/TabletServer.java | 4 +- .../main/java/org/apache/accumulo/shell/Shell.java | 4 +- .../start/classloader/vfs/ContextManager.java | 11 +-- 12 files changed, 153 insertions(+), 39 deletions(-) -- To stop receiving notification emails like this one, please contact kturner@apache.org.