aliehsaeedii commented on code in PR #21643:
URL: https://github.com/apache/kafka/pull/21643#discussion_r2900392153


##########
streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBTimestampedStoreWithHeaders.java:
##########
@@ -90,6 +90,27 @@ void openRocksDB(final DBOptions dbOptions,
         }
     }
 
+    @SuppressWarnings("SynchronizeOnNonFinalField")

Review Comment:
   So I reverted the changes in `IQv2StoreIntegrationTest` since headers-store 
is not able to process any IQv2 query. Implementing `query` method here was 
essential.



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