turboFei commented on code in PR #16695:
URL: https://github.com/apache/iceberg/pull/16695#discussion_r3375847447
##########
core/src/main/java/org/apache/iceberg/rest/RESTMetricsReporter.java:
##########
@@ -36,8 +36,11 @@
class RESTMetricsReporter implements MetricsReporter {
private static final Logger LOG =
LoggerFactory.getLogger(RESTMetricsReporter.class);
+ // Best-effort async reporting: callers enqueue and return immediately.
Defaults to a single
Review Comment:
@nastra thank you for the suggestion, addressed
--
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]