You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mi...@apache.org on 2022/06/07 05:08:02 UTC

[geode] branch develop updated (3df1e76ddb -> 0700975d24)

This is an automated email from the ASF dual-hosted git repository.

mivanac pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


    from 3df1e76ddb GEODE-8977: change ThreadMonitor to reduce how long it does a "stop the world" ThreadDump vm op (#7751)
     add 0700975d24 GEODE-10280: add Status Message to Status Server Command (#7662)

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/distributed/AbstractLauncher.java |   5 +-
 .../apache/geode/distributed/ServerLauncher.java   |  29 ++++++
 ...{LocatorStateTest.java => ServerStateTest.java} | 115 +++++++++++++--------
 3 files changed, 103 insertions(+), 46 deletions(-)
 copy geode-core/src/test/java/org/apache/geode/distributed/{LocatorStateTest.java => ServerStateTest.java} (58%)
 mode change 100755 => 100644