Skip to content

Commit

Permalink
Merge pull request #11148 from martinfurmanski/3.2-hz-shutdown-hook
Browse files Browse the repository at this point in the history
Disable hazelcast shutdown hook
  • Loading branch information
martinfurmanski committed Mar 2, 2018
2 parents ed8d7c4 + b6f1099 commit e32a3b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ private static void configureHazelcast( Config config, LogProvider logProvider )
// tell hazelcast to not phone home
GroupProperty.PHONE_HOME_ENABLED.setSystemProperty( "false" );
GroupProperty.SOCKET_BIND_ANY.setSystemProperty( "false" );
GroupProperty.SHUTDOWNHOOK_ENABLED.setSystemProperty( "false" );

String licenseKey = config.get( CausalClusteringSettings.hazelcast_license_key );
if ( licenseKey != null )
Expand Down

0 comments on commit e32a3b9

Please sign in to comment.