[GCS]Fill resource fields when re-report heartbeat after gcs restarted (#12097)

This commit is contained in:
Tao Wang
2020-11-25 11:07:02 +08:00
committed by GitHub
parent 1d909321c9
commit e1075c0a82
7 changed files with 56 additions and 14 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ logging_options = [
default="auto",
help=("Use color logging. "
"Auto enables color logging if stdout is a TTY.")),
click.option("-v", "--verbose", count=True)
click.option("-v", "--verbose", default=None, count=True)
]