You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "kirklund (GitHub)" <gi...@apache.org> on 2019/01/08 00:55:22 UTC

[GitHub] [geode] kirklund opened pull request #3057: GEODE-6253: Handle JDK-8207200 gracefully in VM stats

First commit prevents logging of a fatal level stack trace when JDK-8207200 is hit and allows remaining stats to be sampled. Second commit cleans up simple warnings in VMStats50.

[ Full content available at: https://github.com/apache/geode/pull/3057 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] dschneider-pivotal commented on pull request #3057: GEODE-6253: Handle JDK-8207200 gracefully in VM stats

Posted by "dschneider-pivotal (GitHub)" <gi...@apache.org>.
I'm concerned that this will log every second (each time a sample is done). Could you add a count somewhere and only log the message once?

[ Full content available at: https://github.com/apache/geode/pull/3057 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] kirklund commented on pull request #3057: GEODE-6253: Handle JDK-8207200 gracefully in VM stats

Posted by "kirklund (GitHub)" <gi...@apache.org>.
I had changed it to `debug` but it was in the 2nd commit. I've dropped the 2nd commit and fixed up the 1st commit so you can see it's `debug` now.

[ Full content available at: https://github.com/apache/geode/pull/3057 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] kirklund closed pull request #3057: GEODE-6253: Handle JDK-8207200 gracefully in VM stats

Posted by "kirklund (GitHub)" <gi...@apache.org>.
[ pull request closed by kirklund ]

[ Full content available at: https://github.com/apache/geode/pull/3057 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org