gavinchou commented on code in PR #47563:
URL: https://github.com/apache/doris/pull/47563#discussion_r1973354710


##########
common/cpp/s3_rate_limiter.cpp:
##########
@@ -44,7 +44,7 @@ class S3RateLimiter::SimpleSpinLock {
             spin_count++;
             if (spin_count >= MAX_SPIN_COUNT) {
                 LOG(WARNING) << "Warning: Excessive spinning detected while 
acquiring lock. Spin "
-                                "count: ";
+                                "count: " << spin_count;

Review Comment:
   do not modify this line?



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