Skip to content

Commit 36f6d03

Browse files
l-heemannrenetapopova
authored andcommitted
'is caught up' -> 'has caught up'
1 parent cadfc91 commit 36f6d03

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4835,16 +4835,16 @@ A variable-length relationship variable is bound more than once, which leads to
48354835
|Neo4j code
48364836
m|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
48424842
m|GENERIC
48434843
|GQLSTATUS code
48444844
m|03N85
48454845
|Status description
48464846
a|
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
48494849
m|GENERIC
48504850
|SeverityLevel
@@ -4870,13 +4870,13 @@ Returned GQLSTATUS code::
48704870
03N85
48714871

48724872
Returned 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

48754875
Returned GQLSTATUS code::
48764876
03N85
48774877

48784878
Returned 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
48894889
One notification is returned for each server in the cluster:
48904890

48914891
Description 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

48944894
Description 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::
49424942
03N85
49434943

49444944
Returned 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

49474947
Returned GQLSTATUS code::
49484948
01N80
@@ -4964,7 +4964,7 @@ CREATE DATABASE foo TOPOLOGY 2 PRIMARIES WAIT
49644964
One notification is returned for each server in the cluster:
49654965

49664966
Description 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

49694969
Description of the returned code::
49704970
Server `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::
50205020
03N85
50215021

50225022
Returned 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

50255025
Returned GQLSTATUS code::
50265026
01N81
@@ -5042,7 +5042,7 @@ CREATE DATABASE foo TOPOLOGY 2 PRIMARIES WAIT
50425042
One notification is returned for each server in the cluster:
50435043

50445044
Description 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

50475047
Description of the returned code::
50485048
Server `ServerId\{0e020000}` at address `localhost:20026` is still catching up.
@@ -5098,7 +5098,7 @@ Returned GQLSTATUS code::
50985098
03N85
50995099

51005100
Returned 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

51035103
Returned GQLSTATUS code::
51045104
01N82
@@ -5120,7 +5120,7 @@ CREATE DATABASE foo TOPOLOGY 2 PRIMARIES WAIT
51205120
One notification is returned for each server in the cluster:
51215121

51225122
Description 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

51255125
Description of the returned code::
51265126
Server `ServerId\{0e020000}` at address `localhost:20026` is not available.

0 commit comments

Comments
 (0)