> On March 9, 2016, 8:07 p.m., Jianxia Chen wrote: > > geode-core/src/main/java/com/gemstone/gemfire/distributed/internal/InternalDistributedSystem.java, > > line 957 > > <https://reviews.apache.org/r/44587/diff/1/?file=1293564#file1293564line957> > > > > Not an issue. Just wonder if pid is 0 in pure java mode, will that > > affect jmap result?
getId returns the actual PID in pure java mode on both Linux and Windows. It used to not work on Windows. - Bruce ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44587/#review122787 ----------------------------------------------------------- On March 9, 2016, 7:27 p.m., Bruce Schuchardt wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/44587/ > ----------------------------------------------------------- > > (Updated March 9, 2016, 7:27 p.m.) > > > Review request for geode, Hitesh Khamesra, Jianxia Chen, and Udo Kohlmeyer. > > > Repository: geode > > > Description > ------- > > We're seeing a number of similar failures that all seem to be caused by JVMs > pausing and being kicked out of the distributed system. This change-set > enables creation of a heap dump if a member is forced out of the system and > JVM pauses have been detected. This will give us artifacts that we can > analyze to help determine what's going on. > > > Diffs > ----- > > > geode-core/src/main/java/com/gemstone/gemfire/distributed/internal/InternalDistributedSystem.java > a19369942ba691eef8d021fd7d8a537939cf2cc8 > > Diff: https://reviews.apache.org/r/44587/diff/ > > > Testing > ------- > > > Thanks, > > Bruce Schuchardt > >
