cxzl25 commented on code in PR #3451:
URL: https://github.com/apache/celeborn/pull/3451#discussion_r2335513421


##########
worker/src/main/java/org/apache/celeborn/service/deploy/worker/storage/PartitionFilesSorter.java:
##########
@@ -799,6 +804,16 @@ public void sort() {
           sorting.remove(fileId);
         }
       }
+      long sortDuration = TimeUnit.NANOSECONDS.toMillis(System.nanoTime() - 
sortStartTime);

Review Comment:
   I think this makes sense, I changed it again.
   
   We had previously encountered the problem of `nanoTime` performance 
degradation when clocksource is HPET in production environment.
   
   
   TSC Clocksource Switching to HPET During High I/O Load
   https://www.suse.com/support/kb/doc/?id=000021035



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