forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ksck] KUDU-2964 Remove per server warn message when GetFlags call fails
Logging individual master/tablet server warning message on failure to fetch flags is unnecessarily verbose since the cause is almost always the same, either the server is unavailable or GetFlags RPC is not available because server is old. There is already a summary of number of masters/tablet servers that failed to respond to GetFlags request. So remove the per server warning message. Tests: - Invoked ksck against KUDU version 1.4.0. Warnings: ================== master flag check error: 1 of 1 masters' flags were not available tserver flag check error: 2 of 2 tservers' flags were not available Change-Id: I06dd417b9bf5274f90bbdb9338600ea518e82809 Reviewed-on: http://gerrit.cloudera.org:8080/14460 Tested-by: Kudu Jenkins Reviewed-by: Andrew Wong <[email protected]>
- Loading branch information
Showing
2 changed files
with
72 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters