scylla-jmx/src/main/java/org/apache/cassandra
Amnon Heiman ea0c593a75 MessagingService: Ignore exception on the dropped messages thread
The dropped messages thread pull information from the API, in various
scenario it can face a connection problem (specifically on startup and
shutdown) or other related exception, when scylla shutds down. It shold
ignore the connection problem, as it is been taken care of by another
thread that check the status and will shutdown when needed.

For other exception, it logs them while continue to connect.

Fixes scylladb/scylla#902

Signed-off-by: Amnon Heiman <amnon@scylladb.com>
Message-Id: <1455799819-17957-1-git-send-email-amnon@scylladb.com>
2016-02-18 14:54:53 +02:00
..
db CompactionManager: Fix compaction manager API URLs 2016-01-21 09:22:51 +02:00
gms Clean the jmxproxy output 2015-12-30 09:27:33 +02:00
locator Clean the jmxproxy output 2015-12-30 09:27:33 +02:00
metrics Remove leftover println from StreamingMetrics 2016-01-18 10:50:23 +02:00
net MessagingService: Ignore exception on the dropped messages thread 2016-02-18 14:54:53 +02:00
repair Add the RepairParallelism enum 2015-08-27 20:46:02 +03:00
service StorageService: getTokens should return the tokens of the current node 2016-02-01 11:01:13 +02:00
streaming StreamSummary: Accept null values 2015-12-31 12:44:34 +02:00