Details
Description
When draining an agent, it's hard to tell which tasks failed to terminate.
The master prints a count of the tasks remaining (only as VLOG(1) however), but not the IDs:
I1223 13:19:49.021764 30480 master.cpp:6367] DRAINING Agent c0146010-8af6-4a9d-bcdb-99e30a778663-S6 has 0 pending tasks, 1 tasks, and 0 operations
The agent does not print how many or which ones.
It would be helpful to at least see which tasks need to be drained when it begins, and possibly, upon each check, which ones remain.