yaooqinn commented on PR #42826: URL: https://github.com/apache/spark/pull/42826#issuecomment-1709469179
```scala scala> lockInfo.toString + "\n" + lockInfo.getClassName + "@" + lockInfo.getIdentityHashCode res3: String = java.util.concurrent.SynchronousQueue$TransferStack@494a4dbc java.util.concurrent.SynchronousQueue$TransferStack@1229606332 ``` Hi @srowen, the first line of output is after, and the second is before. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
