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/08/12 16:51:59 UTC

[GitHub] [incubator-pinot] sajjad-moradi opened a new pull request #5854: Fix encrypted file path in Segment Fetcher

sajjad-moradi opened a new pull request #5854:
URL: https://github.com/apache/incubator-pinot/pull/5854


   ## Description
   The encoded suffix `.enc` needs to be added to the destination path to make a separate temporary file. For example, for destination file `foo/bar`, currently the temp file is mistakenly created as `foo/bar/.enc` instead of the correct one `foo/bar.enc`.
   
   ## Testing Done
   - unit test
   - also ran minion locally along with controller, server, and broker and verified the expected behavior
   


----------------------------------------------------------------
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] mayankshriv merged pull request #5854: Fix encrypted file path in Segment Fetcher

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


   


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