You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2020/08/13 02:48:50 UTC

[GitHub] [helix] jiajunwang opened a new issue #1262: ZkBucketAccessor does not clean up stale version when it is used to access multiple paths

jiajunwang opened a new issue #1262:
URL: https://github.com/apache/helix/issues/1262


   **Describe the bug**
   When used to access more than one path and the interval between the accessor modify different paths are short (less than TTL), the accessor might fail to remove the stale versions.
   
   **To Reproduce**
   Have 2 paths created with ZkBucketAccessor. Then modify each of them twice in a loop with short interval (much less than the TTL). Then except for the last path, all the other paths will have stale versions even after TTL.
   
   **Expected behavior**
   All the stale versions should be removed after TTL.
   
   **Additional context**
   Add any other context about the problem here.
   


----------------------------------------------------------------
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: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] jiajunwang closed issue #1262: ZkBucketAccessor does not clean up stale version when it is used to access multiple paths

Posted by GitBox <gi...@apache.org>.
jiajunwang closed issue #1262:
URL: https://github.com/apache/helix/issues/1262


   


----------------------------------------------------------------
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: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org