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 5f03328 Merge branch '2.0' add 48c6b2c Support builds with JDK9 and later add 60f8119 Add logging of top tablets to enable better hot spot detection add 8d6aae5 Improved logging of busiest tablets. add 83429b6 Merge pull request #1291 from keith-turner/accumulo-1187 add 40d954f Merge branch '1.9' into 2.0 new 75e4255 Merge branch '2.0' 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: .../org/apache/accumulo/core/conf/Property.java | 5 + .../apache/accumulo/tserver/BusiestTracker.java | 92 +++++++++++ .../org/apache/accumulo/tserver/TabletServer.java | 35 +++++ .../org/apache/accumulo/tserver/tablet/Tablet.java | 4 + .../accumulo/tserver/BusiestTrackerTest.java | 168 +++++++++++++++++++++ 5 files changed, 304 insertions(+) create mode 100644 server/tserver/src/main/java/org/apache/accumulo/tserver/BusiestTracker.java create mode 100644 server/tserver/src/test/java/org/apache/accumulo/tserver/BusiestTrackerTest.java