ivakegg commented on a change in pull request #1187: Log busy tablets by ingest and query at a configurable time duration URL: https://github.com/apache/accumulo/pull/1187#discussion_r292680456
########## File path: server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java ########## @@ -277,6 +278,11 @@ private static final long TIME_BETWEEN_GC_CHECKS = 5000; private static final long TIME_BETWEEN_LOCATOR_CACHE_CLEARS = 60 * 60 * 1000; + private static final String INGEST_COUNT = "INGEST COUNT"; Review comment: We are wondering if the counts will actually mean anything without knowing when the tablet was initially created on this server. If the goal is to know the busiest tablets, then the rates are probably sufficient. However if you want to know the total rate then we will need to log the count with along with the time that the count started. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
