adoroszlai commented on code in PR #9511:
URL: https://github.com/apache/ozone/pull/9511#discussion_r2624780219


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/scm/metadata/DBTransactionBuffer.java:
##########
@@ -32,5 +33,5 @@ <KEY, VALUE> void addToBuffer(Table<KEY, VALUE> table, KEY 
key, VALUE value)
   <KEY, VALUE> void removeFromBuffer(Table<KEY, VALUE> table, KEY key)
       throws RocksDatabaseException, CodecException;
 
-  void close() throws RocksDatabaseException;
+  void close() throws IOException;

Review Comment:
   Why revert #9482 in `DBTransactionBuffer`?  The patch compiles fine without 
this change.



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