Skip to content

Commit

Permalink
PAYARA-2358 Ensure restart of Data Grid occurs when dynamic true sele…
Browse files Browse the repository at this point in the history
…cted (#2234)
  • Loading branch information
smillidge authored Dec 29, 2017
1 parent bf586eb commit e066f21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ public void setEnabled(Boolean enabled) {
} else if (this.enabled && enabled) {
// we need to reboot
shutdownHazelcast();
this.enabled = true;
booted =false;
bootstrapHazelcast();
}
Expand Down

0 comments on commit e066f21

Please sign in to comment.