[GitHub] ignite pull request #5328: Remove direct threadID call

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #5328: Remove direct threadID call

andrey-kuznetsov
GitHub user dgovorukhin opened a pull request:

    https://github.com/apache/ignite/pull/5328

    Remove direct threadID call

   

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dgovorukhin/ignite master-remove-threadId

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/5328.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5328
   
----
commit 526de89b3ceebdef2592dbdc0c0ae293cfd83921
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-11-06T23:41:25Z

    - replace direct Thread.currentThread().getId() to static call
    - custom threadLocal
   
    Signed-off-by: Dmitriy Govorukhin <[hidden email]>

commit ffdd73d835e2e4b9fe2c3df123c9a2feacb00ab8
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-11-06T23:44:45Z

    fix stackOverFlow + test cleanup
   
    Signed-off-by: Dmitriy Govorukhin <[hidden email]>

----


---