You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2019/02/26 21:24:31 UTC

[couchdb] branch shard-split updated: Rename top level feature "reshard" to match the new API endpoint

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch shard-split
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/shard-split by this push:
     new cfb2f6a  Rename top level feature "reshard" to match the new API endpoint
cfb2f6a is described below

commit cfb2f6a67a2ed567aacf5ddfc092ee8c4397b618
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Tue Feb 26 16:23:56 2019 -0500

    Rename top level feature "reshard" to match the new API endpoint
---
 src/mem3/src/mem3_reshard.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mem3/src/mem3_reshard.erl b/src/mem3/src/mem3_reshard.erl
index 9619764..8421240 100644
--- a/src/mem3/src/mem3_reshard.erl
+++ b/src/mem3/src/mem3_reshard.erl
@@ -193,7 +193,7 @@ start_link() ->
 
 
 init(_) ->
-    config:enable_feature('shard-splitting'),
+    config:enable_feature('reshard'),
     couch_log:notice("~p start init()", [?MODULE]),
     EtsOpts = [named_table, {keypos, #job.id}, {read_concurrency, true}],
     ?MODULE = ets:new(?MODULE, EtsOpts),