Skip to content

Commit

Permalink
'is caught up' -> 'has caught up'
Browse files Browse the repository at this point in the history
  • Loading branch information
l-heemann authored and renetapopova committed Dec 9, 2024
1 parent cadfc91 commit 36f6d03
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions modules/ROOT/pages/notifications/all-notifications.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4835,16 +4835,16 @@ A variable-length relationship variable is bound more than once, which leads to
|Neo4j code
m|Neo.ClientNotification.Cluster.ServerCaughtUp
|Title
a|Server is caught up.
a|Server has caught up.
|Description
a|Server `(%s)` at address `(%s)` is caught up.
a|Server `(%s)` at address `(%s)` has caught up.
|Category
m|GENERIC
|GQLSTATUS code
m|03N85
|Status description
a|
info: server is caught up. Server `${ name }` at address `${ address }` is caught up.
info: server has caught up. Server `${ name }` at address `${ address }` has caught up.
|Classification
m|GENERIC
|SeverityLevel
Expand All @@ -4870,13 +4870,13 @@ Returned GQLSTATUS code::
03N85

Returned status description::
info: server is caught up. Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
info: server has caught up. Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.

Returned GQLSTATUS code::
03N85

Returned status description::
info: server is caught up. Server `ServerId\{0e020000}` at address `localhost:20026` is caught up.
info: server has caught up. Server `ServerId\{0e020000}` at address `localhost:20026` has caught up.
======
[.include-with-neo4j--code]
======
Expand All @@ -4889,10 +4889,10 @@ CREATE DATABASE foo TOPOLOGY 2 PRIMARIES WAIT
One notification is returned for each server in the cluster:

Description of the returned code::
Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.

Description of the returned code::
Server `ServerId\{0e020000}` at address `localhost:20026` is caught up.
Server `ServerId\{0e020000}` at address `localhost:20026` has caught up.
======
=====

Expand Down Expand Up @@ -4942,7 +4942,7 @@ Returned GQLSTATUS code::
03N85

Returned status description::
info: server is caught up. Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
info: server has caught up. Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.

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

Description of the returned code::
Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.

Description of the returned code::
Server `ServerId\{0e020000}` at address `localhost:20026` failed: Caught up but has failure for DatabaseId{0db00002[foo]} Failure: java.nio.file.FileAlreadyExistsException: <...>
Expand Down Expand Up @@ -5020,7 +5020,7 @@ Returned GQLSTATUS code::
03N85

Returned status description::
info: server is caught up. Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
info: server has caught up. Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.

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

Description of the returned code::
Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.

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

Returned status description::
info: server is caught up. Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
info: server has caught up. Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.

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

Description of the returned code::
Server `ServerId\{0e010000}` at address `localhost:20025` is caught up.
Server `ServerId\{0e010000}` at address `localhost:20025` has caught up.

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

0 comments on commit 36f6d03

Please sign in to comment.