jihuayu commented on code in PR #3450:
URL: https://github.com/apache/kvrocks/pull/3450#discussion_r3215934079


##########
src/storage/redis_metadata.cc:
##########
@@ -566,6 +568,8 @@ rocksdb::Status TimeSeriesMetadata::Decode(Slice *input) {
   GetSizedString(input, &source_key_slice);
   source_key = source_key_slice.ToString();
   GetFixed64(input, &last_timestamp);
+  GetFixed64(input, &ignore_max_time_diff);

Review Comment:
   @git-hulk Do we need to support both backward and forward compatibility? Is 
there a possibility that users might roll back their versions?



-- 
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]

Reply via email to