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 2019/04/18 19:41:59 UTC

[accumulo] branch master updated (18320ad -> 1a373f5)

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 18320ad  Merge changes from 1.9 for FateConcurrencyIT test improvement (#1106)
     new e6c3193  Improve FateConcurrencyIT to reduce transient test errors (Issue #1079). (#1082)
     new 570dabd  Fix ConcurrentModificationException in HostRegexTableLoadBalancer (#1107)
     new 9a5f33f  Improve logging for session expired events. (#1108)
     new 1a373f5  Merge branch '1.9'

The 9958 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:
 .../accumulo/core/conf/ObservableConfiguration.java     |  6 ++++++
 .../accumulo/server/conf/NamespaceConfWatcher.java      |  1 +
 .../apache/accumulo/server/conf/TableConfWatcher.java   |  1 +
 .../master/balancer/HostRegexTableLoadBalancer.java     | 17 +++++++++++------
 .../java/org/apache/accumulo/tserver/tablet/Tablet.java |  2 +-
 .../accumulo/test/functional/FateConcurrencyIT.java     |  6 ++++++
 6 files changed, 26 insertions(+), 7 deletions(-)