jacoblukose commented on code in PR #2930:
URL: https://github.com/apache/helix/pull/2930#discussion_r1847756195


##########
helix-core/src/main/java/org/apache/helix/manager/zk/ZkBucketDataAccessor.java:
##########
@@ -233,7 +241,7 @@ public <T extends HelixProperty> boolean 
compressedBucketWrite(String rootPath,
       }
     };
     if (!_zkBaseDataAccessor.update(rootPath + "/" + LAST_SUCCESSFUL_WRITE_KEY,

Review Comment:
   just putting a note here, I think this update() calls also need to be 
changed to either `create` if first time and then `update` for later updates. 
Or move to `doUpdate` fn with `ttl` support, based on how the PR discussion 
concludes. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to