[
https://issues.apache.org/jira/browse/CASSANDRA-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842120#action_12842120
]
Jonathan Ellis commented on CASSANDRA-845:
------------------------------------------
- if (logger.isDebugEnabled())
- logger.debug("Beginning transfer process to " + target + " for ranges " +
StringUtils.join(ranges, ", "));
+ logger.debug("Beginning transfer process to " + target + " for ranges " +
StringUtils.join(ranges, ", "));
[back to the first one] let's just leave those as a debug log, since it will
get stomped by the flush message in a ms anyway
- if (logger.isDebugEnabled())
- logger.debug("Flushing memtables ...");
+ updateStatus(Priority.DEBUG, "Flushing memtables ...");
let's include the tableName being flushed there
> nothing appearing to happen during bootstrap while waiting for anticompaction
> is still confusing
> ------------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-845
> URL: https://issues.apache.org/jira/browse/CASSANDRA-845
> Project: Cassandra
> Issue Type: Wish
> Reporter: Jonathan Ellis
> Assignee: Gary Dusbabek
> Priority: Minor
> Fix For: 0.6
>
> Attachments: v1-0001-CASSANDRA-845-add-status-property-for-streams.txt
>
>
> As seen on the recent ML thread
> Can we turn one or more of the .debug statements in StreamOut into a JMX
> notification?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.