Skip to content

Commit

Permalink
debug12
Browse files Browse the repository at this point in the history
  • Loading branch information
NSAmelchev committed May 16, 2024
1 parent fc98df9 commit 8b320e9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,10 @@ public void testStopWarmUpByThinClient() throws Exception {
checkStopWarmUp(new IgniteInClosureX<IgniteKernal>() {
/** {@inheritDoc} */
@Override public void applyx(IgniteKernal kernal) {
try (TcpIgniteClient thinCli =
(TcpIgniteClient)TcpIgniteClient.start(new ClientConfiguration().setAddresses(SERVER))) {
try (TcpIgniteClient thinCli = (TcpIgniteClient)TcpIgniteClient.start(new ClientConfiguration()
.setAddresses(SERVER)
.setClusterDiscoveryEnabled(false))
) {
thinCli.stopWarmUp();
}
catch (Exception e) {
Expand Down

0 comments on commit 8b320e9

Please sign in to comment.