You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/08/24 09:22:03 UTC

[GitHub] [shardingsphere] TeslaCN opened a new pull request #11982: Generate UUID by ThreadLocalRandom in ExecutionGroupContext

TeslaCN opened a new pull request #11982:
URL: https://github.com/apache/shardingsphere/pull/11982


   Related to #10626, #11281, #11305
   
   The method `UUID.randomUUID()` uses the `SecurityRandom`. But I think it is unnecessary.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] tristaZero merged pull request #11982: Generate UUID by ThreadLocalRandom in ExecutionGroupContext

Posted by GitBox <gi...@apache.org>.
tristaZero merged pull request #11982:
URL: https://github.com/apache/shardingsphere/pull/11982


   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] TeslaCN commented on pull request #11982: Generate UUID by ThreadLocalRandom in ExecutionGroupContext

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on pull request #11982:
URL: https://github.com/apache/shardingsphere/pull/11982#issuecomment-904481617


   # Before
   ![image](https://user-images.githubusercontent.com/20503072/130593228-02a58871-9d2a-498c-9bdb-e0dc8ccb9c9d.png)
   
   # After
   ![image](https://user-images.githubusercontent.com/20503072/130593324-ba5c0eb2-b951-4554-ae2e-0375fafa0f3f.png)
   
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org