1

Yesterday I upgraded my Cassandra cluster from 2.0.14 to 2.0.16, after upgrade, I am start seeing some strange behaviours of "PendingTasks" reporting.

The Cassandra repository I am using is datastax, steps I performed for upgrade:

yum update -y cassandra20

The upgrade went fine, after upgrade cluster is operating okay. "nodetool info and nodetool status" results looked fine. "nodetool version" is reporting the correct version.

But our monitoring system start reporting some crazy "pendingtasks". For example, "pending taks" for node1 sometimes jump from 0 to 15K for about 1 minute, then drop back to 0. This issue keeps occurring, didn't have this issue with 2.0.14. Our monitoring system is checking the value of "MBeans" -> "CompactionManager" -> "PendingTasks".

Anyone else is experiencing the same issue? Any suggestions, or help will be much appreciated.

OS: Amazon Linux AMI release 2015.03

JVM: Java HotSpot(TM) 64-Bit Server VM (25.40-b25, mixed mode)

Java: version 1.8.0_40, vendor Oracle Corporation

masegaloeh
  • 17,978
  • 9
  • 56
  • 104
LazyAdmin
  • 44
  • 4
  • https://issues.apache.org/jira/browse/CASSANDRA-9662 - please update your post as the issue seems to be solved – spod Jun 29 '15 at 07:34

1 Answers1

1

This issue has been resolved in this following patch: https://issues.apache.org/jira/browse/CASSANDRA-9662

LazyAdmin
  • 44
  • 4