Skip to content

Commit 8af5aba

Browse files
Add 50N24 and 50N25 (#396)
Fixes CONTROL-302 --------- Co-authored-by: Reneta Popova <[email protected]>
1 parent 182a56a commit 8af5aba

File tree

4 files changed

+50
-0
lines changed

4 files changed

+50
-0
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@
393393
**** xref:errors/gql-errors/50N20.adoc[]
394394
**** xref:errors/gql-errors/50N21.adoc[]
395395
**** xref:errors/gql-errors/50N23.adoc[]
396+
**** xref:errors/gql-errors/50N24.adoc[]
397+
**** xref:errors/gql-errors/50N25.adoc[]
396398
**** xref:errors/gql-errors/50N42.adoc[]
397399
*** xref:errors/gql-errors/index.adoc#system-configuration-or-operation-exceptions[System configuration or operation exceptions]
398400
**** xref:errors/gql-errors/51N00.adoc[]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
:page-role: new-2025.11
2+
= 50N24
3+
4+
== Status description
5+
6+
error: general processing exception - sharded properties transaction handling database error. Unexpected exception while getting transaction state.
7+
8+
== Scenario
9+
10+
This error occurs when there is an issue on the graph shard while getting transaction state from a property shard.
11+
For example, the graph shard receives an unexpected response from a property shard.
12+
13+
14+
ifndef::backend-pdf[]
15+
[discrete.glossary]
16+
== Glossary
17+
18+
include::partial$glossary.adoc[]
19+
endif::[]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
:page-role: new-2025.11
2+
= 50N25
3+
4+
== Status description
5+
6+
error: general processing exception - sharded properties transaction handling client error. Unexpected exception while getting transaction state.
7+
8+
== Scenario
9+
10+
This error occurs when there is an issue on the graph shard while getting transaction state from a property shard.
11+
For example, the graph shard times out while waiting for transaction state from property shards.
12+
13+
14+
ifndef::backend-pdf[]
15+
[discrete.glossary]
16+
== Glossary
17+
18+
include::partial$glossary.adoc[]
19+
endif::[]

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,6 +1607,16 @@ Status description:: error: general processing exception - no such schema descri
16071607

16081608
Status description:: error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <<count>> }` attempts. Retry timed out with a maximum retry duration of `{ <<timeAmount>> }` `{ <<timeUnit>> }`.
16091609

1610+
[role=label--new-2025.11]
1611+
=== xref:errors/gql-errors/50N24.adoc[50N24]
1612+
1613+
Status description:: error: general processing exception - sharded properties transaction handling database error. Unexpected exception while getting transaction state.
1614+
1615+
[role=label--new-2025.11]
1616+
=== xref:errors/gql-errors/50N25.adoc[50N25]
1617+
1618+
Status description:: error: general processing exception - sharded properties transaction handling client error. Unexpected exception while getting transaction state.
1619+
16101620
=== xref:errors/gql-errors/50N42.adoc[50N42]
16111621

16121622
Status description:: error: general processing exception - unexpected error. Unexpected error has occurred. See debug log for details.

0 commit comments

Comments
 (0)