devmadhuu commented on code in PR #4459:
URL: https://github.com/apache/ozone/pull/4459#discussion_r1148839465


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/RDBStore.java:
##########
@@ -57,6 +57,7 @@
 public class RDBStore implements DBStore {
   private static final Logger LOG =
       LoggerFactory.getLogger(RDBStore.class);
+  public static final int MAX_DB_UPDATES_SIZE_THRESHOLD = 1024 * 1024;

Review Comment:
   > 
   
   @jojochuang - Thanks for the review. Yes you are right, I have changed that 
to 1024 * 1024 * 1024.



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