dongjoon-hyun commented on code in PR #111:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/111#discussion_r1732321858


##########
spark-operator/src/main/java/org/apache/spark/k8s/operator/reconciler/SparkClusterReconciler.java:
##########
@@ -78,7 +78,7 @@ public UpdateControl<SparkCluster> reconcile(
       if (sentinelManager.handleSentinelResourceReconciliation(sparkCluster, 
context.getClient())) {
         return UpdateControl.noUpdate();
       }
-      log.error("Start SparkClusterReconciler.");
+      log.debug("Start cluster reconciliation.");

Review Comment:
   This should be `DEBUG` level like SparkAppReconciler.



##########
spark-operator/src/main/java/org/apache/spark/k8s/operator/reconciler/SparkClusterReconciler.java:
##########
@@ -90,7 +90,7 @@ public UpdateControl<SparkCluster> reconcile(
       }
       return ReconcilerUtils.toUpdateControl(sparkCluster, 
completeAndDefaultRequeue());
     } finally {
-      log.error("Reconciliation completed.");
+      log.debug("Reconciliation completed.");

Review Comment:
   ditto.



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