Skip to content

Commit

Permalink
[master] Clarify comment in SysCatalogTable::WaitUntilRunning().
Browse files Browse the repository at this point in the history
This change clarifies the comment detailing the return behavior of
the status in SysCatalogTable::WaitUntilRunning().

Change-Id: I6d46d6797d112db8f45c714c3ba49c4b3c3315a7
Reviewed-on: http://gerrit.cloudera.org:8080/17337
Reviewed-by: Andrew Wong <[email protected]>
Tested-by: Andrew Wong <[email protected]>
  • Loading branch information
mreddy7 authored and andrwng committed Apr 24, 2021
1 parent a9f0547 commit 37cb2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kudu/master/sys_catalog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ Status SysCatalogTable::WaitUntilRunning() {
<< seconds_waited << " seconds)";
continue;
}
// if the status is not OK or TimedOut return it.
// If the status is not OK or not TimedOut, then return it.
return status;
}
return Status::OK();
Expand Down

0 comments on commit 37cb2b3

Please sign in to comment.