You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/07/02 01:29:10 UTC

[GitHub] [incubator-pinot] Jackie-Jiang opened a new pull request #5652: Use UUID instead of nanoTime to create unique temp file

Jackie-Jiang opened a new pull request #5652:
URL: https://github.com/apache/incubator-pinot/pull/5652


   Using nanoTime to create unique temp file can cause file name collision (especially in multi-threaded case)
   This is causing the flakiness of the integration tests when all segments are uploaded at the same time


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] Jackie-Jiang merged pull request #5652: Use UUID instead of nanoTime to create unique temp file

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang merged pull request #5652:
URL: https://github.com/apache/incubator-pinot/pull/5652


   


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org