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 dec31e533ff789e1971309024f517d900c7b23b3 Merge: 7402361 597e627 Author: Mike Walch <[email protected]> AuthorDate: Fri Apr 20 09:41:34 2018 -0400 Merge pull request #435 from mikewalch/acc-434 Replace anonymous types with lambdas .../core/client/impl/SyncingTabletLocator.java | 7 +- .../core/client/impl/TabletLocatorImpl.java | 9 +- .../core/client/impl/TabletServerBatchWriter.java | 28 +----- .../accumulo/core/file/rfile/MultiLevelIndex.java | 7 +- .../apache/accumulo/core/iterators/Combiner.java | 18 ++-- .../core/iterators/user/TransformingIterator.java | 7 +- .../apache/accumulo/core/file/rfile/RFileTest.java | 7 +- .../core/file/rfile/bcfile/CompressionTest.java | 40 +++----- .../fate/zookeeper/TransactionWatcherTest.java | 51 ++++------ .../minicluster/impl/MiniAccumuloClusterImpl.java | 19 +--- .../server/client/ClientServiceHandler.java | 16 ++-- .../accumulo/server/AccumuloServerContextTest.java | 19 +--- .../org/apache/accumulo/server/util/AdminTest.java | 14 +-- .../server/util/ReplicationTableUtilTest.java | 10 +- .../accumulo/gc/SimpleGarbageCollectorTest.java | 28 ++---- .../accumulo/master/tableOps/BulkImport.java | 90 +++++++++--------- .../apache/accumulo/master/tableOps/LoadFiles.java | 57 +++++------- .../java/org/apache/accumulo/tracer/TraceDump.java | 8 +- .../org/apache/accumulo/tracer/TracerTest.java | 7 +- .../accumulo/tserver/ConditionalMutationSet.java | 10 +- .../org/apache/accumulo/tserver/TabletServer.java | 8 +- .../compaction/DefaultCompactionStrategy.java | 20 ++-- .../org/apache/accumulo/tserver/log/LogSorter.java | 7 +- .../org/apache/accumulo/tserver/tablet/Tablet.java | 24 ++--- .../shell/commands/ActiveCompactionIterator.java | 8 +- .../accumulo/test/BalanceWithOfflineTableIT.java | 10 +- .../accumulo/test/BulkImportMonitoringIT.java | 41 ++++---- .../apache/accumulo/test/GetFileInfoBulkIT.java | 41 ++++---- .../accumulo/test/functional/NativeMapIT.java | 7 +- .../accumulo/test/functional/ReadWriteIT.java | 103 ++++++++++----------- .../apache/accumulo/test/functional/RestartIT.java | 31 +++---- .../accumulo/test/functional/RestartStressIT.java | 16 ++-- .../test/functional/SessionBlockVerifyIT.java | 15 ++- .../CloseWriteAheadLogReferencesIT.java | 27 ++---- .../test/mapred/AccumuloFileOutputFormatIT.java | 8 +- .../test/mapreduce/AccumuloFileOutputFormatIT.java | 8 +- .../accumulo/test/master/SuspendedTabletsIT.java | 12 +-- .../replication/MultiInstanceReplicationIT.java | 18 ++-- .../UnorderedWorkAssignerReplicationIT.java | 14 +-- 39 files changed, 301 insertions(+), 569 deletions(-) -- To stop receiving notification emails like this one, please contact [email protected].
