Performance enhancements ported from GemFire 8.2.0.x
This increases throughput in GMSMembershipManager by avoiding write-locks
on the view in some places.
I also found GMSHealthMonitor was mistakenly referencing a CORBA class's "debug"
static variable and found an out-of-date comment in
AnalyzeS
Repository: incubator-geode
Updated Branches:
refs/heads/develop 3e20193ce -> 3f6acdc70
Performance enhancements ported from GemFire 8.2.0.x
This increases throughput in GMSMembershipManager by avoiding write-locks
on the view in some places.
I also found GMSHealthMonitor was mistakenly refer