This is an automated email from the ASF dual-hosted git repository.
mwalch pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git.
from 7402361 Merge branch '1.9'
add f30f6c8 #434 - Replaced IAnswer anonymous types with lambda
add a138348 #434 - Replaced Comparator anonymous types with lambdas
add c15243a #434 - Replace anonymous Callable types with lambda
add 4f976f9 #434 - Replace anonymous WaitCondition with lambda
add 597e627 #434 - Replace anonymous FileFilter with lambda
new dec31e5 Merge pull request #435 from mikewalch/acc-434
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:
.../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].