You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/05/09 18:49:05 UTC

[accumulo] branch master updated (0899fbe -> 10872a7)

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 0899fbe  Merge branch '1.9'
     add 8520077  Replace explicit types with diamond operator
     add 0a16693  Remove redundant 'new' expression in constant array creation
     new 10872a7  Merge pull request #479 from mikewalch/auto-fixes

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:
 .../client/mapreduce/impl/BatchInputSplitTest.java |  10 +-
 .../lib/partition/RangePartitionerTest.java        |   2 +-
 .../java/org/apache/accumulo/core/Constants.java   |   2 +-
 .../accumulo/core/bloomfilter/BloomFilter.java     |   4 +-
 .../impl/TabletServerBatchReaderIterator.java      |   5 +-
 .../core/client/impl/TabletServerBatchWriter.java  |   2 +-
 .../core/client/summary/CountingSummarizer.java    |   4 +-
 .../accumulo/core/conf/ConfigurationCopy.java      |   2 +-
 .../core/conf/ConfigurationTypeHelper.java         |   3 +-
 .../core/conf/ObservableConfiguration.java         |   2 +-
 .../accumulo/core/file/rfile/KeyShortener.java     |   4 +-
 .../accumulo/core/iterators/conf/ColumnSet.java    |   2 +-
 .../accumulo/core/util/format/HexFormatter.java    |   4 +-
 .../apache/accumulo/core/data/KeyBuilderTest.java  |   4 +-
 .../org/apache/accumulo/core/data/KeyTest.java     |   8 +-
 .../apache/accumulo/core/data/MutationTest.java    |   2 +-
 .../accumulo/core/file/rfile/KeyShortenerTest.java |   2 +-
 .../accumulo/core/file/rfile/RFileMetricsTest.java |   2 +-
 .../core/file/rfile/RolllingStatsTest.java         |   2 +-
 .../core/util/format/DefaultFormatterTest.java     |   2 +-
 .../fate/zookeeper/ZooReaderWriterTest.java        |  10 +-
 .../apache/accumulo/maven/plugin/StartMojo.java    |   2 +-
 .../standalone/StandaloneClusterControl.java       |   8 +-
 .../standalone/StandaloneClusterControlTest.java   |   2 +-
 .../java/org/apache/accumulo/server/Accumulo.java  |   2 +-
 .../server/client/deprecated/BulkImporter.java     |  10 +-
 .../accumulo/server/conf/ZooConfiguration.java     |   3 +-
 .../apache/accumulo/server/init/Initialize.java    |   3 +-
 .../accumulo/server/tables/TableManager.java       |   5 +-
 .../server/fs/PreferredVolumeChooserTest.java      |   2 +-
 .../server/master/balancer/GroupBalancerTest.java  |  15 ++-
 .../server/util/FileSystemMonitorTest.java         |   2 +-
 .../java/org/apache/accumulo/master/Master.java    |  15 ++-
 .../org/apache/accumulo/master/tableOps/Utils.java |   2 +-
 .../master/tableOps/bulkVer1/LoadFiles.java        |   4 +-
 .../master/state/RootTabletStateStoreTest.java     |   2 +-
 .../accumulo/master/tableOps/ImportTableTest.java  |   2 +-
 .../java/org/apache/accumulo/monitor/Monitor.java  |  22 ++---
 .../rest/trace/RecentTracesInformation.java        |   2 +-
 .../org/apache/accumulo/tserver/InMemoryMap.java   |   3 +-
 .../tserver/TabletServerResourceManager.java       |   2 +-
 .../apache/accumulo/tserver/TabletStatsKeeper.java |   2 +-
 .../org/apache/accumulo/tserver/log/LogSorter.java |   3 +-
 .../apache/accumulo/tserver/tablet/Compactor.java  |   2 +-
 .../accumulo/tserver/tablet/DatafileManager.java   |   2 +-
 .../apache/accumulo/tserver/log/LogEventsTest.java |   5 +-
 .../tserver/log/SortedLogRecoveryTest.java         | 110 +++++++++++----------
 .../classloader/vfs/AccumuloVFSClassLoader.java    |   2 +-
 .../classloader/vfs/UniqueFileReplicator.java      |   6 +-
 .../org/apache/accumulo/test/AuditMessageIT.java   |   6 +-
 .../accumulo/test/NativeMapConcurrencyTest.java    |   4 +-
 .../accumulo/test/NativeMapPerformanceTest.java    |   6 +-
 .../org/apache/accumulo/test/ShellServerIT.java    |   2 +-
 .../org/apache/accumulo/test/YieldScannersIT.java  |   4 +-
 .../accumulo/test/functional/DeleteRowsIT.java     |   4 +-
 .../accumulo/test/functional/MonitorSslIT.java     |   2 +-
 .../accumulo/test/functional/NativeMapIT.java      |  12 +--
 .../accumulo/test/functional/ReadWriteIT.java      |   4 +-
 .../test/performance/scan/CollectTabletStats.java  |   2 +-
 59 files changed, 180 insertions(+), 184 deletions(-)

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

[accumulo] 01/01: Merge pull request #479 from mikewalch/auto-fixes

Posted by mw...@apache.org.
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 10872a76986b2cc02b16b914be023152fafaa153
Merge: 0899fbe 0a16693
Author: Mike Walch <mw...@apache.org>
AuthorDate: Wed May 9 14:49:02 2018 -0400

    Merge pull request #479 from mikewalch/auto-fixes
    
    More intellij automated fixes

 .../client/mapreduce/impl/BatchInputSplitTest.java |  10 +-
 .../lib/partition/RangePartitionerTest.java        |   2 +-
 .../java/org/apache/accumulo/core/Constants.java   |   2 +-
 .../accumulo/core/bloomfilter/BloomFilter.java     |   4 +-
 .../impl/TabletServerBatchReaderIterator.java      |   5 +-
 .../core/client/impl/TabletServerBatchWriter.java  |   2 +-
 .../core/client/summary/CountingSummarizer.java    |   4 +-
 .../accumulo/core/conf/ConfigurationCopy.java      |   2 +-
 .../core/conf/ConfigurationTypeHelper.java         |   3 +-
 .../core/conf/ObservableConfiguration.java         |   2 +-
 .../accumulo/core/file/rfile/KeyShortener.java     |   4 +-
 .../accumulo/core/iterators/conf/ColumnSet.java    |   2 +-
 .../accumulo/core/util/format/HexFormatter.java    |   4 +-
 .../apache/accumulo/core/data/KeyBuilderTest.java  |   4 +-
 .../org/apache/accumulo/core/data/KeyTest.java     |   8 +-
 .../apache/accumulo/core/data/MutationTest.java    |   2 +-
 .../accumulo/core/file/rfile/KeyShortenerTest.java |   2 +-
 .../accumulo/core/file/rfile/RFileMetricsTest.java |   2 +-
 .../core/file/rfile/RolllingStatsTest.java         |   2 +-
 .../core/util/format/DefaultFormatterTest.java     |   2 +-
 .../fate/zookeeper/ZooReaderWriterTest.java        |  10 +-
 .../apache/accumulo/maven/plugin/StartMojo.java    |   2 +-
 .../standalone/StandaloneClusterControl.java       |   8 +-
 .../standalone/StandaloneClusterControlTest.java   |   2 +-
 .../java/org/apache/accumulo/server/Accumulo.java  |   2 +-
 .../server/client/deprecated/BulkImporter.java     |  10 +-
 .../accumulo/server/conf/ZooConfiguration.java     |   3 +-
 .../apache/accumulo/server/init/Initialize.java    |   3 +-
 .../accumulo/server/tables/TableManager.java       |   5 +-
 .../server/fs/PreferredVolumeChooserTest.java      |   2 +-
 .../server/master/balancer/GroupBalancerTest.java  |  15 ++-
 .../server/util/FileSystemMonitorTest.java         |   2 +-
 .../java/org/apache/accumulo/master/Master.java    |  15 ++-
 .../org/apache/accumulo/master/tableOps/Utils.java |   2 +-
 .../master/tableOps/bulkVer1/LoadFiles.java        |   4 +-
 .../master/state/RootTabletStateStoreTest.java     |   2 +-
 .../accumulo/master/tableOps/ImportTableTest.java  |   2 +-
 .../java/org/apache/accumulo/monitor/Monitor.java  |  22 ++---
 .../rest/trace/RecentTracesInformation.java        |   2 +-
 .../org/apache/accumulo/tserver/InMemoryMap.java   |   3 +-
 .../tserver/TabletServerResourceManager.java       |   2 +-
 .../apache/accumulo/tserver/TabletStatsKeeper.java |   2 +-
 .../org/apache/accumulo/tserver/log/LogSorter.java |   3 +-
 .../apache/accumulo/tserver/tablet/Compactor.java  |   2 +-
 .../accumulo/tserver/tablet/DatafileManager.java   |   2 +-
 .../apache/accumulo/tserver/log/LogEventsTest.java |   5 +-
 .../tserver/log/SortedLogRecoveryTest.java         | 110 +++++++++++----------
 .../classloader/vfs/AccumuloVFSClassLoader.java    |   2 +-
 .../classloader/vfs/UniqueFileReplicator.java      |   6 +-
 .../org/apache/accumulo/test/AuditMessageIT.java   |   6 +-
 .../accumulo/test/NativeMapConcurrencyTest.java    |   4 +-
 .../accumulo/test/NativeMapPerformanceTest.java    |   6 +-
 .../org/apache/accumulo/test/ShellServerIT.java    |   2 +-
 .../org/apache/accumulo/test/YieldScannersIT.java  |   4 +-
 .../accumulo/test/functional/DeleteRowsIT.java     |   4 +-
 .../accumulo/test/functional/MonitorSslIT.java     |   2 +-
 .../accumulo/test/functional/NativeMapIT.java      |  12 +--
 .../accumulo/test/functional/ReadWriteIT.java      |   4 +-
 .../test/performance/scan/CollectTabletStats.java  |   2 +-
 59 files changed, 180 insertions(+), 184 deletions(-)


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