This is an automated email from the ASF dual-hosted git repository.

kturner pushed a change to branch 1.7
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from b52db47  ACCUMULO-4777 Refine retry logging
     new cf0b8aa  Revert "ACCUMULO-4779 Speedup Property by precomputing and 
avoiding sync (#366)"
     new 505d999  Revert "ACCUMULO-4778 Cache table name to id map (#364)"
     new 51cc987  Revert "ACCUMULO-4779 Fix warning; remove unused field"
     new 0b446a3  Revert "ACCUMULO-4779 made getting vfs config more efficient"
     new 8d3bcda  Revert "ACCUMULO-4779 Avoid locks in ZooCache when data in 
cache"
     new 7b123b6  Revert "ACCUMULO-4779 fixed classpath context config 
performance issue (#358)"

The 6 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 -
 .../client/impl/MultiTableBatchWriterImpl.java     |  79 ++++++++++-
 .../apache/accumulo/core/client/impl/TableMap.java | 100 -------------
 .../apache/accumulo/core/client/impl/Tables.java   | 123 ++++++++--------
 .../core/client/mock/MockConfiguration.java        |   5 -
 .../accumulo/core/conf/AccumuloConfiguration.java  |  27 ----
 .../accumulo/core/conf/ConfigurationCopy.java      |   5 -
 .../accumulo/core/conf/DefaultConfiguration.java   |   5 -
 .../org/apache/accumulo/core/conf/Property.java    | 154 ++++++++-------------
 .../accumulo/core/conf/SiteConfiguration.java      |   9 --
 .../apache/accumulo/core/conf/PropertyTest.java    |  58 --------
 .../apache/accumulo/fate/zookeeper/ZooCache.java   |  97 ++++---------
 .../accumulo/server/conf/ZooConfiguration.java     |  17 +--
 .../java/org/apache/accumulo/master/Master.java    |   8 +-
 .../org/apache/accumulo/tserver/TabletServer.java  |   8 +-
 .../main/java/org/apache/accumulo/shell/Shell.java |  18 +--
 .../start/classloader/vfs/ContextManager.java      |  39 ++++--
 .../accumulo/test/MultiTableBatchWriterIT.java     | 119 +++++++++++++++-
 18 files changed, 387 insertions(+), 490 deletions(-)
 delete mode 100644 
core/src/main/java/org/apache/accumulo/core/client/impl/TableMap.java

-- 
To stop receiving notification emails like this one, please contact
ktur...@apache.org.

Reply via email to