Yuta HIGUCHI
Committed by Gerrit Code Review

DatabaseManager: client initialization bug fix

Change-Id: I62afbc2847728e304f90c13f8af284be89e84ab7
...@@ -182,7 +182,6 @@ public class DatabaseManager implements DatabaseService, DatabaseAdminService { ...@@ -182,7 +182,6 @@ public class DatabaseManager implements DatabaseService, DatabaseAdminService {
182 182
183 copycat.start().get(); 183 copycat.start().get();
184 184
185 - client = new DatabaseClient(copycatMessagingProtocol);
186 client.waitForLeader(); 185 client.waitForLeader();
187 186
188 log.info("Started."); 187 log.info("Started.");
......