eclipse-openj9 / openj9-utils

Other
16 stars 29 forks source link

Avoid inconsistency in verbose data collection #69

Closed yathamravali closed 3 years ago

yathamravali commented 3 years ago

We are collecting only nth sample of events which results in missing sections within one gc cycle. So reset samplerate to 1 even if user specifies sampleRate greater than 1

Fixes: #41

Signed-off-by: Ravali Yatham rayatha1@in.ibm.com

yathamravali commented 3 years ago

@marius - Please review. I'm just resetting the sampleRate to 1 if user specifies sampleRate>1.

Hope there isn't any need of sampleRate for this verboseLog event, but didn't removed it instead reset back to default just in case if we need this.