dongjoon-hyun commented on code in PR #111:
URL:
https://github.com/apache/spark-kubernetes-operator/pull/111#discussion_r1732318642
##########
spark-operator/src/main/java/org/apache/spark/k8s/operator/probe/HealthProbe.java:
##########
@@ -100,9 +100,10 @@ private boolean checkInformersHealth(RuntimeInfo
operatorRuntimeInfo) {
} else {
if (log.isErrorEnabled()) {
log.error(
- "Controller: {}, Event Source: {}, Informer: {} is not in a
healthy state",
+ "Controller: {}, Event Source: {}, Informer: {} is in {},
not a healthy state",
controllerEntry.getKey(),
eventSourceEntry.getKey(),
+ informerEntry.getValue().getStatus(),
Review Comment:
I also saw the error message, but it's a little insufficient because we
don't know what is the current status.
--
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]