slfan1989 commented on code in PR #6924:
URL: https://github.com/apache/ozone/pull/6924#discussion_r1688293974


##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/block/DeletedBlockLogImpl.java:
##########
@@ -426,6 +426,11 @@ public void onMessage(
 
     DatanodeDetails details = deleteBlockStatus.getDatanodeDetails();
     UUID dnId = details.getUuid();
+    UUID dnIdLocal = UUID.fromString(dnId.toString());
+    if (LOG.isDebugEnabled()) {
+      LOG.debug("remoteId = {}, localDnId = {}, remoteDnId == localDnId[{}]",
+          dnId, dnIdLocal, (dnId == dnIdLocal));

Review Comment:
   Sorry, the response is a bit late. The following image shows our SCM's 7-day 
deletion monitoring. From the monitoring data, SCM can delete blocks, but there 
are long periods of stalling in between. During this period, numerous 
'UnkowDataNode' WARNING alerts are reported.
   
   
![image](https://github.com/user-attachments/assets/95544552-a1a7-4040-acd5-3adfbd2f793f)
   



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