JGroups Troubleshooting Techniques

From NovaOrdis Knowledge Base
Revision as of 01:27, 5 March 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Verbose Logging

Suspend JVM Execution

A JVM running JGroups can be suspended from executing by sending the SIGSTOP signal into it:

kill -SIGSTOP <jvm-pid>

Execution can be later resumed with:

kill -SIGCONT <jvm-pid>