Skip to content

Commit b91ca38

Browse files
dhaggartvzasade
authored andcommitted
MB-47511 make query service topology aware
Change-Id: I7ee5aabf2ce2ccfc6b5cd3a22ca4dd78dc419397 Reviewed-on: http://review.couchbase.org/c/ns_server/+/157669 Well-Formed: Build Bot <[email protected]> Tested-by: Build Bot <[email protected]> Reviewed-by: Artem Stemkovski <[email protected]>
1 parent 422ec4c commit b91ca38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ns_cluster_membership.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ services_by_version() ->
465465

466466
topology_aware_services_by_version() ->
467467
[{?PREHISTORIC, [fts, index, cbas, eventing]},
468-
{?VERSION_70, [backup]}].
468+
{?VERSION_70, [backup]},
469+
{?VERSION_NEO, [n1ql]}].
469470

470471
filter_services_by_version(Version, ServicesTable) ->
471472
lists:flatmap(fun ({V, Services}) ->

0 commit comments

Comments
 (0)