mehnaazm
mehnaazm

Reputation: 297

Can we stop datastax-agent process in cassandra?

I know datastax-agent is used to show to data in opscenter. But if we aren't using it, can we stop the datastax-agent process? Does it have any other use?

We are using Cassandra 3.7

Upvotes: 1

Views: 131

Answers (2)

Brad Schoening
Brad Schoening

Reputation: 1381

OpsCenter is not compatible with open source Cassandra 3.x and there should not be a running datastax-agent service in 3.7. OpsCenter 6.0 only works with DSE Cassandra.

Upvotes: 0

markc
markc

Reputation: 2158

The datastax-agent is only used for OpsCenter. Its fine to stop the process. Just be aware that you might see errors in OpsCenter for that node, if you are still using it.

Upvotes: 3

Related Questions