cassandra-diagnostics icon indicating copy to clipboard operation
cassandra-diagnostics copied to clipboard

Cassandra 3.11 Support? requestRate module not working

Open paulh-irl opened this issue 6 years ago • 2 comments

I'm raising this issue to ask if this this repo is being actively maintained or if the existing maintainers plan to provide an upgrade for Cassandra versions > 3.0.

The specific issue... I've done some brief tests with Cassandra 3.11 (I know there is no connector provided for 3.11 yet). It looks to me like most of the functionality is still working .. but the requestRate module is sending zero values to the DataDog reporter.

cassandra.diagnostics.requestRate:0|g|#statementType:SELECT,systemName:cassandra-cluster,consistencyLevel:LOCAL_QUORUM,host:<hostname> cassandra.diagnostics.requestRate:0|g|#statementType:UPDATE,systemName:cassandra-cluster,consistencyLevel:*,host:<hostname>. cassandra.diagnostics.requestRate:0|g|#statementType:SELECT,systemName:cassandra-cluster,consistencyLevel:LOCAL_ONE,host:<hostname>. cassandra.diagnostics.requestRate:0|g|#statementType:UNKNOWN,systemName:cassandra-cluster,consistencyLevel:*,host:<hostname>. cassandra.diagnostics.requestRate:0|g|#statementType:SELECT,systemName:cassandra-cluster,consistencyLevel:ONE,host:<hostname>

Thanks for looking.

paulh-irl avatar Feb 18 '19 11:02 paulh-irl

Hi @paulh-irl, we didn't plan any new release but we could spend some effort and add support for 3.11 in tests and build. There are some changes in the Cassandra source and its not reflected in the current diagnostics implementation.

mgobec avatar Feb 21 '19 07:02 mgobec

Many thanks Matija for looking at this issue. For now I don't think there is any need to spend any specific effort on this, particularly if the repo is not being actively developed.

On Thu, Feb 21, 2019 at 8:50 AM Matija Gobec [email protected] wrote:

Hi @paulh-irl https://github.com/paulh-irl, we didn't plan any new release but we could spend some effort and add support for 3.11 in tests and build. There are some changes in the Cassandra source and its not reflected in the current diagnostics implementation.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/smartcat-labs/cassandra-diagnostics/issues/298#issuecomment-465897021, or mute the thread https://github.com/notifications/unsubscribe-auth/AMOhQnny4lk-8Hwr0RO_i_4u0YmCHBz_ks5vPk-8gaJpZM4bAq7L .

paulh-irl avatar Feb 27 '19 09:02 paulh-irl