unloggedio / intellij-java-plugin

IntelliJ plugin with java language support
https://unlogged.io
Apache License 2.0
12 stars 1 forks source link

Session Corrupt - `AbstractQueuedSynchronizer ` #26

Open TheAmg opened 3 months ago

TheAmg commented 3 months ago

Describe the bug

This Exception has been seen on 2 occasions. The following are the 2 traces seen - [sdk 0.6.9]

Trace 1 -

"classLoaderName":null,"moduleName":"java.base","moduleVersion":"11.0.15","methodName":"reportInterruptAfterWait","fileName":"AbstractQueuedSynchronizer.java","lineNumber":2056,"className":"java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject","nativeMethod":false},{"classLoaderName":null,"moduleName":"java.base","moduleVersion":"11.0.15","methodName":"await","fileName":"Abstr

Trace 2 -

{"classLoaderName":null,"moduleName":"java.base","moduleVersion":"17.0.11","methodName":"await","fileName":"AbstractQueuedSynchronizer.java","lineNumber":1640,"nativeMethod":false,"className":"java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject"},{"classLoaderName":null,"moduleName":"java.base","moduleVersion":"17.0.11","methodName":"take","fileName":"ArrayBlockingQueue.java","l

Reproduction steps

To be idetified.

Expected behavior

For session corrupt to not occur and candidates to load correctly.

Additional context

No response

kartikeytewari-ul commented 3 months ago

Second stack traces is similar to https://github.com/unloggedio/unlogged-sdk/issues/101