Merge pull request #7692 from corda/adel/ENT-11523

ENT-11523: Dont instrument due to the synchronization. Quasar was thr…
This commit is contained in:
Adel El-Beik 2024-03-15 13:43:43 +00:00 committed by GitHub
commit d478decc6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -276,7 +276,7 @@ open class AMQPBridgeManager(keyStore: CertificateStore,
closeConsumer()
consumer = null
val closingSession = session
eventLoop.execute {
eventLoop.execute @DontInstrument {
synchronized(artemis!!) {
if (session == closingSession) {
artemis(ArtemisState.STOPPING) {