Merge branch 'cassandra-2.0' into cassandra-2.1

This commit is contained in:
Brandon Williams 2014-06-12 14:53:57 -05:00
commit b4b3d80123
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ public class FailureDetector implements IFailureDetector, FailureDetectorMBean
private void appendEndpointState(StringBuilder sb, EndpointState endpointState)
{
sb.append(" generation:").append(endpointState.getHeartBeatState().getGeneration()).append("\n");
sb.append(" heartbeat:").append(endpointState.getHeartBeatState().getHeartBeatVersion()).append("\n");
for (Map.Entry<ApplicationState, VersionedValue> state : endpointState.applicationState.entrySet())
{
if (state.getKey() == ApplicationState.TOKENS)