Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouncheck committed Oct 8, 2024
1 parent d2fcb14 commit e88d7f1
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,19 +409,6 @@ public void cannot_reconnect_with_resolved_socket() {
break;
}
}
/*
for (int i = 0; i < 15; i++) {
try {
nodes = session.getMetadata().getNodes().values();
if (nodes.size() == 3) {
break;
}
Thread.sleep(1000);
} catch (InterruptedException e) {
break;
}
}
*/
session.execute("SELECT * FROM system.local");
}
session.close();
Expand Down

0 comments on commit e88d7f1

Please sign in to comment.