HBASE-25072 Remove the unnecessary System.out.println in MasterRegistry (#2429)
Co-authored-by: niuyulin <niuyulin@xiaomi.com> Signed-off-by: Jan Hentschel <janh@apache.org> Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
parent
93935e7e25
commit
5e910fa0d6
|
@ -325,7 +325,6 @@ public class MasterRegistry implements ConnectionRegistry {
|
|||
}
|
||||
|
||||
CompletableFuture<List<ServerName>> getMasters() {
|
||||
System.out.println("getMasters()");
|
||||
return this
|
||||
.<GetMastersResponse> call((c, s, d) -> s.getMasters(
|
||||
c, GetMastersRequest.getDefaultInstance(), d), r -> r.getMasterServersCount() != 0,
|
||||
|
|
Loading…
Reference in New Issue