rabashizade commented on code in PR #2082: URL: https://github.com/apache/helix/pull/2082#discussion_r869450611
########## helix-core/src/main/java/org/apache/helix/manager/zk/ZkBaseDataAccessor.java: ########## @@ -61,6 +61,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; +import static org.apache.helix.zookeeper.zkclient.ZkClient.DEFAULT_TTL; Review Comment: Thank you for the suggestion. Since I ended up breaking up the PR into multiple smaller ones, this variable doesn't show up in this PR anymore. But I'll import it the way you suggested in the next PRs. -- 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]
