[ https://issues.apache.org/jira/browse/TEPHRA-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15840466#comment-15840466 ]
ASF GitHub Bot commented on TEPHRA-212: --------------------------------------- GitHub user gokulavasan opened a pull request: https://github.com/apache/incubator-tephra/pull/29 TEPHRA-212 Perform writes to prune state asynchronously JIRA : https://issues.apache.org/jira/browse/TEPHRA-212 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gokulavasan/incubator-tephra feature/tephra-212 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-tephra/pull/29.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 #29 ---- commit 7e761b42e9720a89bed920ebe81307c7ae01eb92 Author: Gokul Gunasekaran <go...@cask.co> Date: 2017-01-26T21:10:10Z TEPHRA-212 Perform writes to prune state asynchronously ---- > CompactionState #savePruneUpperBoundForRegion put call might because problems > if regions are not available > ---------------------------------------------------------------------------------------------------------- > > Key: TEPHRA-212 > URL: https://issues.apache.org/jira/browse/TEPHRA-212 > Project: Tephra > Issue Type: Bug > Affects Versions: 0.11.0-incubating > Reporter: Gokul Gunasekaran > Assignee: Gokul Gunasekaran > Fix For: 0.11.0-incubating > > > If the regions corresponding to prune state table are not available, trying > to do a put to that table might cause multiple retries etc and might cause > issues. Instead of doing this write in a synchronous fashion, this should be > done asynchronously. -- This message was sent by Atlassian JIRA (v6.3.4#6332)