sungpeo commented on pull request #35094:
URL: https://github.com/apache/spark/pull/35094#issuecomment-1006288607
@dongjoon-hyun
`logInfo` for other cases in the loop remain.
I think those (the remain logInfo) are enough to track the decommission.
Below logInfo(s) were repeated every loop for waiting done.
I agree with that was too much.
- https://issues.apache.org/jira/browse/SPARK-36543
```scala
...
logInfo("Checking to see if we can shutdown.")
...
logInfo("No running tasks, checking migrations")
...
logInfo("All blocks not yet migrated.")
```
--
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]