You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/09/19 13:23:28 UTC

[GitHub] [ignite] ptupitsyn opened a new pull request #6883: IGNITE-9638 .NET: Fix JVM thread leak - call DetachCurrentThread on CLR thread exit

ptupitsyn opened a new pull request #6883: IGNITE-9638 .NET: Fix JVM thread leak - call DetachCurrentThread on CLR thread exit
URL: https://github.com/apache/ignite/pull/6883
 
 
   * Use thread local storage destructor callback as a way to know when thread is about to exit
   * Tested on Windows (.NET Classic, .NET Core), Linux (.NET Core), macOS (.NET Core)
   * Additionally: do not call AttachCurrentThread in callbacks - we already have JniEnv pointer, use it

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services