[
https://issues.apache.org/jira/browse/ACCUMULO-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14335094#comment-14335094
]
Eric Newton commented on ACCUMULO-3617:
---------------------------------------
bq. Kill the log message entirely
+1
> unloadTablet log message in TabletServer is spammy w/o purpose
> --------------------------------------------------------------
>
> Key: ACCUMULO-3617
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3617
> Project: Accumulo
> Issue Type: Improvement
> Components: tserver
> Affects Versions: 1.5.2, 1.6.2
> Reporter: Josh Elser
> Priority: Minor
> Fix For: 1.7.0
>
>
> Looking at TabletServer logs, the following message can be overwhelming:
> {noformat}
> 2015-02-24 01:57:34,723 [tserver.TabletServer] DEBUG: Got unloadTablet
> message from user: !SYSTEM
> {noformat}
> This message alone tells us nothing (no context about the tablet(s) requested
> to be unloaded, only that there was a request to unload a tablet), and can
> appear in the log upwards of 20 times a millisecond.
> It might be better if the TabletServer did...
> * Batched log messages "N unloadTablet requests in $duration"
> * Include extent to unload
> * Kill the log message entirely.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)