@@ -4835,16 +4835,16 @@ A variable-length relationship variable is bound more than once, which leads to
48354835|Neo4j code
48364836m|Neo.ClientNotification.Cluster.ServerCaughtUp
48374837|Title
4838- a|Server is caught up.
4838+ a|Server has caught up.
48394839|Description
4840- a|Server `(%s)` at address `(%s)` is caught up.
4840+ a|Server `(%s)` at address `(%s)` has caught up.
48414841|Category
48424842m|GENERIC
48434843|GQLSTATUS code
48444844m|03N85
48454845|Status description
48464846a|
4847- info: server is caught up. Server `${ name }` at address `${ address }` is caught up.
4847+ info: server has caught up. Server `${ name }` at address `${ address }` has caught up.
48484848|Classification
48494849m|GENERIC
48504850|SeverityLevel
@@ -4870,13 +4870,13 @@ Returned GQLSTATUS code::
4870487003N85
48714871
48724872Returned status description::
4873- info: server is caught up. Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
4873+ info: server has caught up. Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.
48744874
48754875Returned GQLSTATUS code::
4876487603N85
48774877
48784878Returned status description::
4879- info: server is caught up. Server `ServerId\{0e020000}` at address `localhost:20026` is caught up.
4879+ info: server has caught up. Server `ServerId\{0e020000}` at address `localhost:20026` has caught up.
48804880======
48814881[.include-with-neo4j--code]
48824882======
@@ -4889,10 +4889,10 @@ CREATE DATABASE foo TOPOLOGY 2 PRIMARIES WAIT
48894889One notification is returned for each server in the cluster:
48904890
48914891Description of the returned code::
4892- Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
4892+ Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.
48934893
48944894Description of the returned code::
4895- Server `ServerId\{0e020000}` at address `localhost:20026` is caught up.
4895+ Server `ServerId\{0e020000}` at address `localhost:20026` has caught up.
48964896======
48974897=====
48984898
@@ -4942,7 +4942,7 @@ Returned GQLSTATUS code::
4942494203N85
49434943
49444944Returned status description::
4945- info: server is caught up. Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
4945+ info: server has caught up. Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.
49464946
49474947Returned GQLSTATUS code::
4948494801N80
@@ -4964,7 +4964,7 @@ CREATE DATABASE foo TOPOLOGY 2 PRIMARIES WAIT
49644964One notification is returned for each server in the cluster:
49654965
49664966Description of the returned code::
4967- Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
4967+ Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.
49684968
49694969Description of the returned code::
49704970Server `ServerId\{0e020000}` at address `localhost:20026` failed: Caught up but has failure for DatabaseId{0db00002[foo]} Failure: java.nio.file.FileAlreadyExistsException: <...>
@@ -5020,7 +5020,7 @@ Returned GQLSTATUS code::
5020502003N85
50215021
50225022Returned status description::
5023- info: server is caught up. Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
5023+ info: server has caught up. Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.
50245024
50255025Returned GQLSTATUS code::
5026502601N81
@@ -5042,7 +5042,7 @@ CREATE DATABASE foo TOPOLOGY 2 PRIMARIES WAIT
50425042One notification is returned for each server in the cluster:
50435043
50445044Description of the returned code::
5045- Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
5045+ Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.
50465046
50475047Description of the returned code::
50485048Server `ServerId\{0e020000}` at address `localhost:20026` is still catching up.
@@ -5098,7 +5098,7 @@ Returned GQLSTATUS code::
5098509803N85
50995099
51005100Returned status description::
5101- info: server is caught up. Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
5101+ info: server has caught up. Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.
51025102
51035103Returned GQLSTATUS code::
5104510401N82
@@ -5120,7 +5120,7 @@ CREATE DATABASE foo TOPOLOGY 2 PRIMARIES WAIT
51205120One notification is returned for each server in the cluster:
51215121
51225122Description of the returned code::
5123- Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
5123+ Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.
51245124
51255125Description of the returned code::
51265126Server `ServerId\{0e020000}` at address `localhost:20026` is not available.
0 commit comments