Skip to content

Commit aa0163e

Browse files
Apply suggestions from code review
Co-authored-by: Reneta Popova <[email protected]>
1 parent 31f181a commit aa0163e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/ROOT/pages/clustering/setup/discovery.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,13 @@ To keep fault-tolerance, you can introduce a fourth server temporarily.
235235
+
236236
As an example, for those using the list resolver, the settings for all the servers should include:
237237
+
238-
```
238+
[source, parameters]
239+
----
239240
dbms.cluster.discovery.resolver_type=LIST
240241
241242
dbms.cluster.discovery.endpoints=server01.example.com:5000,server02.example.com:5000,server03.example.com:5000
242243
dbms.cluster.discovery.v2.endpoints=server01.example.com:6000,server02.example.com:6000,server03.example.com:6000
243-
```
244+
----
244245
. Restart server01 with the new setting `dbms.cluster.discovery.version=V1_OVER_V2`.
245246
+
246247
image:discovery-service/in-place-1-v1-over-v2.png[]
@@ -259,7 +260,7 @@ This can be done using via `./cypher-shell -a bolt://localhost:7681 -d system` f
259260
CALL dbms.cluster.showParallelDiscoveryState();
260261
----
261262
+
262-
They should display "Matching" in the `stateComparison`.
263+
They should display "Matching" in the `stateComparison` column.
263264
+
264265
.Expected result
265266
[queryresult]

0 commit comments

Comments
 (0)