liuchang0520 commented on a change in pull request #7438: URL: https://github.com/apache/pinot/pull/7438#discussion_r711357836
########## File path: pinot-common/src/main/java/org/apache/pinot/common/metadata/segment/SegmentZKMetadata.java ########## @@ -123,6 +123,14 @@ public void setIndexVersion(String indexVersion) { setValue(Segment.INDEX_VERSION, indexVersion); } + public int getZkStatVersion() { + return _znRecord.getVersion(); + } + + public void setZkStatVersion(int zkStatVersion) { Review comment: I am not sure about this point actually. I briefly looked into the Helix codebase. My understanding is that the data and stat.version are returned in different places? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org