Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation gives the wrong instruction to activate remote jmx (CASSANDRA-15535) #434

Closed
wants to merge 5 commits into from

Conversation

carlo4002
Copy link

in order to activate jmx remote, the varaible LOCAL_JMX has to be set to no, the documentation says the opposite. @dineshjoshi

@dineshjoshi
Copy link
Member

I have committed this change. Please take a look at my comment in the ticket here: https://issues.apache.org/jira/browse/CASSANDRA-15535 For future reference, please don't reuse existing branches or PRs for new fixes. Update your local trunk and create a fresh branch with changes in there.

blambov pushed a commit to blambov/cassandra that referenced this pull request Jun 13, 2022
CompactionOutOfSpaceTest suffered from a race condition where compaction would remove an sstable that
was being checked by StartupChecks inside of CassandraDaemon::activate. This was fixed by running
activate first, before initializing CqlTester. Explicit registration of CassandraDaemon in StorageService
was removed because CassandraDaemon does that itself.

(cherry picked from commit 62e012f)
blambov pushed a commit to blambov/cassandra that referenced this pull request Nov 24, 2022
CompactionOutOfSpaceTest suffered from a race condition where compaction would remove an sstable that
was being checked by StartupChecks inside of CassandraDaemon::activate. This was fixed by running
activate first, before initializing CqlTester. Explicit registration of CassandraDaemon in StorageService
was removed because CassandraDaemon does that itself.

(cherry picked from commit 62e012f)
(cherry picked from commit 8b53f40)
adelapena pushed a commit to adelapena/cassandra that referenced this pull request Sep 26, 2023
CompactionOutOfSpaceTest suffered from a race condition where compaction would remove an sstable that
was being checked by StartupChecks inside of CassandraDaemon::activate. This was fixed by running
activate first, before initializing CqlTester. Explicit registration of CassandraDaemon in StorageService
was removed because CassandraDaemon does that itself.

(cherry picked from commit 62e012f)
(cherry picked from commit 8b53f40)
(cherry picked from commit de134e5)
(cherry picked from commit 64147e9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants