You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2018/11/30 15:44:14 UTC

[accumulo] branch master updated (5e4968d -> 80aaf65)

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

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


    from 5e4968d  Monitor 2.0: Minor bug fixes, chart updates (#745)
     add 80aaf65  fixes #785 avoid using system classloader in client rfile code (#786)

No new revisions were added by this update.

Summary of changes:
 .../accumulo/core/client/rfile/RFileScanner.java   |   3 +-
 .../core/client/rfile/RFileSummariesRetriever.java |   6 +-
 .../core/client/rfile/RFileWriterBuilder.java      |  13 +-
 .../accumulo/core/clientImpl/BulkImport.java       |  19 +--
 .../accumulo/core/clientImpl/OfflineIterator.java  |   4 +-
 .../accumulo/core/crypto/CryptoServiceFactory.java |  41 ++++++-
 .../accumulo/core/file/BloomFilterLayer.java       |   7 +-
 .../apache/accumulo/core/file/FileOperations.java  |  68 +++++------
 .../file/blockfile/impl/CachableBlockFile.java     |   3 +-
 .../accumulo/core/file/rfile/CreateEmpty.java      |   3 +-
 .../apache/accumulo/core/file/rfile/PrintInfo.java |   3 +-
 .../accumulo/core/file/rfile/RFileOperations.java  |  11 +-
 .../accumulo/core/file/rfile/SplitLarge.java       |   4 +-
 .../accumulo/core/file/rfile/bcfile/BCFile.java    |   7 --
 .../accumulo/core/file/rfile/bcfile/PrintInfo.java |   3 +-
 .../accumulo/core/client/rfile/RFileTest.java      |   7 +-
 .../apache/accumulo/core/crypto/CryptoTest.java    |   8 +-
 .../core/file/BloomFilterLayerLookupTest.java      |   7 +-
 .../accumulo/core/file/FileOperationsTest.java     |   4 +-
 .../core/file/rfile/CreateCompatTestFile.java      |   3 +-
 .../core/file/rfile/MultiLevelIndexTest.java       |   6 +-
 .../core/file/rfile/MultiThreadedRFileTest.java    |   5 +-
 .../apache/accumulo/core/file/rfile/RFileTest.java |   8 +-
 .../its/mapred/AccumuloFileOutputFormatIT.java     |   4 +-
 .../its/mapreduce/AccumuloFileOutputFormatIT.java  |   4 +-
 .../org/apache/accumulo/server/ServerContext.java  |   3 +-
 .../accumulo/server/client/BulkImporter.java       |  21 ++--
 .../apache/accumulo/server/init/Initialize.java    |   8 +-
 .../org/apache/accumulo/server/util/FileUtil.java  | 133 ++++++++++++---------
 .../accumulo/server/client/BulkImporterTest.java   |   9 +-
 .../org/apache/accumulo/tserver/FileManager.java   |   5 +-
 .../org/apache/accumulo/tserver/InMemoryMap.java   |  11 +-
 .../tserver/compaction/MajorCompactionRequest.java |   3 +-
 .../org/apache/accumulo/tserver/log/DfsLogger.java |   6 +-
 .../apache/accumulo/tserver/tablet/Compactor.java  |  12 +-
 .../org/apache/accumulo/tserver/tablet/Tablet.java |  18 ++-
 .../apache/accumulo/tserver/tablet/TabletData.java |   4 +-
 .../apache/accumulo/tserver/InMemoryMapTest.java   |   5 +-
 .../compaction/DefaultCompactionStrategyTest.java  |   5 +-
 .../accumulo/test/BulkImportMonitoringIT.java      |   4 +-
 .../accumulo/test/CountNameNodeOpsBulkIT.java      |   4 +-
 .../apache/accumulo/test/CreateRandomRFile.java    |   4 +-
 .../accumulo/test/GenerateSequentialRFile.java     |   3 +-
 .../org/apache/accumulo/test/InMemoryMapIT.java    |   5 +-
 .../org/apache/accumulo/test/ShellServerIT.java    |   7 +-
 .../java/org/apache/accumulo/test/TestIngest.java  |   4 +-
 .../accumulo/test/functional/BulkFileIT.java       |   6 +-
 .../accumulo/test/functional/BulkLoadIT.java       |   4 +-
 .../test/mapred/AccumuloFileOutputFormatIT.java    |   4 +-
 .../test/mapreduce/AccumuloFileOutputFormatIT.java |   4 +-
 .../test/performance/scan/CollectTabletStats.java  |   8 +-
 .../accumulo/test/proxy/SimpleProxyBase.java       |   3 +-
 52 files changed, 326 insertions(+), 228 deletions(-)