parent
a2a8553faf
commit
677e6ce4ef
|
@ -65,6 +65,7 @@ public abstract class SharedStorageGateway extends AbstractLifecycleComponent<Ga
|
|||
this.clusterService = clusterService;
|
||||
this.writeStateExecutor = newSingleThreadExecutor(daemonThreadFactory(settings, "gateway#writeMetaData"));
|
||||
clusterService.addLast(this);
|
||||
logger.warn("shared gateway has been deprecated, please use the (default) local gateway");
|
||||
}
|
||||
|
||||
@Inject
|
||||
|
|
Loading…
Reference in New Issue