[
https://issues.apache.org/jira/browse/CASSANDRA-4143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brandon Williams resolved CASSANDRA-4143.
-----------------------------------------
Resolution: Not A Problem
bq. INFO [HintedHandoff:1] 2012-04-12 03:19:54,924 HintedHandOffManager.java
(line 292) Endpoint /64.6.104.18 died before hint delivery, aborting
This is where it checked the FD and gave up.
{noformat}
if (!FailureDetector.instance.isAlive(endpoint))
{
logger.info("Endpoint {} died before hint delivery, aborting",
endpoint);
return;
}
{noformat}
> HH delivery should not be attempted when target node is down
> ------------------------------------------------------------
>
> Key: CASSANDRA-4143
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4143
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.0.9
> Reporter: Radim Kolar
> Priority: Minor
>
> Look at this log fragment. Cassandra tries to do HH delivery every 10 minutes
> even if host is marked down by gossip.
> INFO [GossipTasks:1] 2012-04-12 03:01:55,040 Gossiper.java (line 818)
> InetAddress /64.6.104.18 is now dead.
> INFO [MemoryMeter:1] 2012-04-12 03:04:12,503 Memtable.java (line 186)
> CFS(Keyspace='system', ColumnFamily='HintsColumnFamily') liveRatio is
> 1.7635719581514129 (just-counted was 1.7635719581514129). calculation took
> 224ms for 226 columns
> WARN [MemoryMeter:1] 2012-04-12 03:08:48,995 Memtable.java (line 176)
> setting live ratio to minimum of 1.0 instead of 0.8717337990312605
> INFO [MemoryMeter:1] 2012-04-12 03:08:48,995 Memtable.java (line 186)
> CFS(Keyspace='system', ColumnFamily='HintsColumnFamily') liveRatio is
> 1.7635719581514129 (just-counted was 1.0). calculation took 8ms for 738
> columns
> INFO [HintedHandoff:1] 2012-04-12 03:09:31,269 HintedHandOffManager.java
> (line 292) Endpoint /64.6.104.18 died before hint delivery, aborting
> INFO [MemoryMeter:1] 2012-04-12 03:16:58,007 Memtable.java (line 186)
> CFS(Keyspace='system', ColumnFamily='HintsColumnFamily') liveRatio is
> 1.7635719581514129 (just-counted was 1.0055416029080733). calculation took
> 19ms for 1762 columns
> INFO [HintedHandoff:1] 2012-04-12 03:19:54,924 HintedHandOffManager.java
> (line 292) Endpoint /64.6.104.18 died before hint delivery, aborting
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira