[accumulo] branch main updated (d3b912c -> 8928c15)

2021-06-14 Thread ctubbsii
This is an automated email from the ASF dual-hosted git repository.

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


from d3b912c  Refactor code to take advantage of Value no-arg constructor 
(#2162)
 add 8928c15  Document some cache props as requiring restart (#2164)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/accumulo/core/conf/Property.java   | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)


[accumulo] branch main updated (987fc0c -> d3b912c)

2021-06-14 Thread jmanno
This is an automated email from the ASF dual-hosted git repository.

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


from 987fc0c  Specify blockName in CachedBlock exceptions (#2163)
 add d3b912c  Refactor code to take advantage of Value no-arg constructor 
(#2162)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/accumulo/core/iterators/SortedKeyIterator.java  |  2 +-
 .../core/constraints/DefaultKeySizeConstraintTest.java | 10 +-
 .../core/constraints/DeprecatedConstraintExtendTest.java   | 10 +-
 .../test/java/org/apache/accumulo/core/crypto/CryptoTest.java  |  4 ++--
 .../core/data/constraints/DefaultKeySizeConstraintTest.java| 10 +-
 .../org/apache/accumulo/core/file/rfile/BlockIndexTest.java|  8 
 .../accumulo/core/iterators/system/VisibilityFilterTest.java   |  8 
 .../accumulo/core/iterators/user/IndexedDocIteratorTest.java   |  2 +-
 .../accumulo/core/iterators/user/IntersectingIteratorTest.java |  2 +-
 .../apache/accumulo/core/iterators/user/RegExFilterTest.java   |  2 +-
 .../accumulo/core/iterators/user/VisibilityFilterTest.java |  2 +-
 .../org/apache/accumulo/server/metadata/TabletMutatorBase.java |  2 +-
 .../main/java/org/apache/accumulo/server/util/FileUtil.java|  2 +-
 .../org/apache/accumulo/server/client/BulkImporterTest.java|  2 +-
 .../apache/accumulo/gc/GarbageCollectWriteAheadLogsTest.java   |  2 +-
 .../tserver/replication/AccumuloReplicaSystemTest.java |  4 ++--
 .../java/org/apache/accumulo/test/BulkImportMonitoringIT.java  |  2 +-
 .../java/org/apache/accumulo/test/CountNameNodeOpsBulkIT.java  |  2 +-
 test/src/main/java/org/apache/accumulo/test/TestIngest.java|  2 +-
 .../main/java/org/apache/accumulo/test/VolumeChooserIT.java|  2 +-
 .../accumulo/test/functional/DeletedTablesDontFlushIT.java |  2 +-
 21 files changed, 41 insertions(+), 41 deletions(-)


[accumulo] branch main updated (ef744cc -> 987fc0c)

2021-06-14 Thread ctubbsii
This is an automated email from the ASF dual-hosted git repository.

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


from ef744cc  Avoid repeated locking to get max cache size (#2158)
 add 987fc0c  Specify blockName in CachedBlock exceptions (#2163)

No new revisions were added by this update.

Summary of changes:
 .../apache/accumulo/core/file/blockfile/cache/lru/CachedBlock.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[accumulo] branch main updated (dad7e01 -> ef744cc)

2021-06-14 Thread ctubbsii
This is an automated email from the ASF dual-hosted git repository.

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


from dad7e01  Improve pattern matching and parameter validation (#2156)
 add ef744cc  Avoid repeated locking to get max cache size (#2158)

No new revisions were added by this update.

Summary of changes:
 .../core/file/blockfile/cache/tinylfu/TinyLfuBlockCache.java | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)