Deprecate Shared Gateway

closes #2458
This commit is contained in:
Shay Banon 2012-12-03 11:44:17 +01:00
parent a2a8553faf
commit 677e6ce4ef
1 changed files with 1 additions and 0 deletions

View File

@ -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