You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@uniffle.apache.org by GitBox <gi...@apache.org> on 2022/08/31 08:25:29 UTC

[GitHub] [incubator-uniffle] zuston commented on a diff in pull request #193: [Log-Improvement] Log the newly registered app id

zuston commented on code in PR #193:
URL: https://github.com/apache/incubator-uniffle/pull/193#discussion_r959302646


##########
coordinator/src/main/java/org/apache/uniffle/coordinator/ApplicationManager.java:
##########
@@ -70,6 +70,7 @@ public ApplicationManager(CoordinatorConf conf) {
   public void refreshAppId(String appId) {
     if (!appIds.containsKey(appId)) {
       CoordinatorMetrics.counterTotalAppNum.inc();
+      LOG.info("Newly registered application: {}", appId);

Review Comment:
   It's OK for me. Done



-- 
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: issues-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org