[ 
https://issues.apache.org/jira/browse/CASSANDRA-12671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15722943#comment-15722943
 ] 

Aleksey Yeschenko commented on CASSANDRA-12671:
-----------------------------------------------

Speaking of {{TokenMetadata.getAllEndpoints()}}. There are a few cases where we 
only use it for size. They should all be replaced with a new method in 
{{TokenMetadata}} that would just get the counts (think {{return 
enpointToHostIdMap.size()}}).

Can you open a new JIRA to add the new method, and replace all 
{{getAllEndpoints().size()}} calls with it? I'll review. Thanks.

> Support changing hinted handoff throttle in real time 
> ------------------------------------------------------
>
>                 Key: CASSANDRA-12671
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12671
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Dikang Gu
>            Assignee: Dikang Gu
>            Priority: Minor
>             Fix For: 3.x
>
>
> Problem: currently the sethintedhandoffthrottlekb takes effect when current 
> hints handoff tasks finish, and then applies to next task, which could take 
> hours for big node. 
> I think it would be great to change the hinted handoff throttle in real time, 
> which means it takes effect immediately. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to