Two alternatives that may make this cleaner 1. We call `admin.initialize(initOpts); System.exit(0)` This would remove the need for surrounding everything else in an else block. 2. Create a `FluoAdminImpl.updateSharedConfigForStoppedApp()` method. This would first check if the app is runnung, if it is it would throw an exception, if not it would call `FluoAdminImpl.updateSharedConfig()`. With this we wouldn't have to add `updateWithoutInitializing` property to `InitializationOptions`.
[ Full content available at: https://github.com/apache/fluo/pull/1052 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org