David Grieve
David Grieve
### Discussed in https://github.com/microsoft/gctoolkit/discussions/219 Originally posted by **lalaorya** July 4, 2022 I try to collect stw information from safepoint logs, here are my logs and aggregator ``` my vm args:-Xlog:safepoint=info:file=./logs/safepoint%t.log:utctime,level,tags:filecount=10,filesize=10M...
**Describe the bug** Log file begins with ``` [Times: user=0.45 sys=0.00, real=0.05 secs] 2021-12-17T19:04:11.194+0000: 302396.015: [GC pause (G1 Evacuation Pause) (young) Desired survivor size 742391808 bytes, new threshold 15 (max...
G1GCForwardReference grew organically and needs to be looked at to see if it could be refactored into something more extensible. One thought is to have a G1GCForwardReference interface with specific...
concurrentCyclePauseEvent is null NPE is swallowed by try-catch in com.microsoft.gctoolkit.parser.UnifiedGenerationalParser#process method. Reproduces with gclogs/unified/parallel/parallelgc.log
NOTE WELL: I removed the file open dialog since it was problematic and I didn't want to mess with it at this point. So you have to pass a path...
### Motivation and Context Bump azure-ai-openai version to 1.0.0-beta.1 to take advantage of recent API changes. ### Description ### Contribution Checklist - [x] The code builds clean without any errors...
**Describe the bug** The bug patterns being excluded in java/spotbugs-exlude.xml should be addressed in the code. **To Reproduce** Steps to reproduce the behavior: 1. checkout the experimental-java branch 2. cd...
### Motivation and Context Complete the implementation of VolatileMemoryStoreTests ### Description Complete the implementation of VolatileMemoryStoreTests. Make implementation consistent with tests. ### Contribution Checklist - [ ] The code builds...
Running the sample gives an `IllegalStateException: Already undeployed`. This is not an problem, so maybe the exception shouldn't be logged as severe. First, run `./mvnw clean install` from the project...
Don't dismiss as 'it's only a sample' as this may expose some underlying problem, or expose some lack of coverage in unit testing. **Describe the bug** 022-10-31T20:35:27.3983818Z [INFO] Running com.microsoft.gctoolkit.integration.core.PreunifiedJavaVirtualMachineConfigurationTest...