Skip to content

cfstats KEYSPACE name is not being processed from version 2 #1

@ameerajmal111

Description

@ameerajmal111

Attached csv file is the example to show that KEYSPACE name is not being rolled for CFSTATS table parameters.

cassandra_cfstats2csv.py needs to be modified to accommodate KEYSPACE for both version 2 & 3.

Current:
if "Keyspace:" in line:
to
if ("Keyspace :" or "Keyspace:") in line:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions