ChenSammi commented on code in PR #4569:
URL: https://github.com/apache/ozone/pull/4569#discussion_r1175343747
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/ReconConstants.java:
##########
@@ -49,6 +49,8 @@ private ReconConstants() {
public static final String RECON_QUERY_BATCH_PARAM = "batchNum";
public static final String RECON_QUERY_PREVKEY = "prevKey";
public static final String PREV_CONTAINER_ID_DEFAULT_VALUE = "0";
+ public static final String PREV_BLOCK_ID_PENDING_FOR_DELETION_DEFAULT_VALUE =
Review Comment:
Thanks @devmadhuu to add this function.
Suggest rename PREV_BLOCK_ID_PENDING_FOR_DELETION_DEFAULT_VALUE to
PREV_DELETED_BLOCKS_TRANSACTION_ID_DEFAULT_VALUE
--
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]