You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/10/07 07:55:16 UTC

[GitHub] [arrow] thamht4190 opened a new pull request #8375: ARROW-9318: [C++] Two level cache with expiraton

thamht4190 opened a new pull request #8375:
URL: https://github.com/apache/arrow/pull/8375


   This pull partly implements the ticket ARROW-9318 and is extracted from the mother pull https://github.com/apache/arrow/pull/8023.
   This part is about the cache to cache a concurrent map for each access token. Every access token has a expiration time. After this expiration time, the map in cache can be cleared by calling `void RemoveExpiredEntriesFromCache()` or `void CheckCacheForExpiredTokens(uint64_t cache_cleanup_period_seconds)`.
   Usage: encryption key toolkit will use the cache to cache "key encryption key" and KMS client.
   Thanks!


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



[GitHub] [arrow] emkornfield commented on pull request #8375: ARROW-9318: [C++] Two level cache with expiraton

Posted by GitBox <gi...@apache.org>.
emkornfield commented on pull request #8375:
URL: https://github.com/apache/arrow/pull/8375#issuecomment-717675461


   @bkietz do you have time to review?


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



[GitHub] [arrow] pitrou closed pull request #8375: ARROW-9318: [C++] Two level cache with expiraton

Posted by GitBox <gi...@apache.org>.
pitrou closed pull request #8375:
URL: https://github.com/apache/arrow/pull/8375


   


-- 
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: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow] github-actions[bot] commented on pull request #8375: ARROW-9318: [C++] Two level cache with expiraton

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8375:
URL: https://github.com/apache/arrow/pull/8375#issuecomment-704779353


   https://issues.apache.org/jira/browse/ARROW-9318


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



[GitHub] [arrow] pitrou commented on pull request #8375: ARROW-9318: [C++] Two level cache with expiraton

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #8375:
URL: https://github.com/apache/arrow/pull/8375#issuecomment-887314398


   This PR is obsolete now that #8023 has been merged. Closing.


-- 
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: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow] emkornfield commented on pull request #8375: ARROW-9318: [C++] Two level cache with expiraton

Posted by GitBox <gi...@apache.org>.
emkornfield commented on pull request #8375:
URL: https://github.com/apache/arrow/pull/8375#issuecomment-787527668


   @pitrou is this obsolete now?  I think you checked this in?


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