Skip to content

Commit

Permalink
Deprecate Shared Gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Dec 3, 2012
1 parent f6697d0 commit 1478ef4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -65,6 +65,7 @@ public SharedStorageGateway(Settings settings, ThreadPool threadPool, ClusterSer
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
Expand Down

0 comments on commit 1478ef4

Please sign in to comment.