From c57cbbd9766aaa73488c9fb2538b6167ba721d8a Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 22 Oct 2025 11:58:43 +0100 Subject: [PATCH 1/5] Add 50N24 and 50N25 --- modules/ROOT/content-nav.adoc | 2 ++ modules/ROOT/pages/errors/gql-errors/50N24.adoc | 13 +++++++++++++ modules/ROOT/pages/errors/gql-errors/50N25.adoc | 13 +++++++++++++ modules/ROOT/pages/errors/gql-errors/index.adoc | 8 ++++++++ 4 files changed, 36 insertions(+) create mode 100644 modules/ROOT/pages/errors/gql-errors/50N24.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/50N25.adoc diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 9d8fefe5..eac6faf5 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -393,6 +393,8 @@ **** xref:errors/gql-errors/50N20.adoc[] **** xref:errors/gql-errors/50N21.adoc[] **** xref:errors/gql-errors/50N23.adoc[] +**** xref:errors/gql-errors/50N24.adoc[] +**** xref:errors/gql-errors/50N25.adoc[] **** xref:errors/gql-errors/50N42.adoc[] *** xref:errors/gql-errors/index.adoc#system-configuration-or-operation-exceptions[System configuration or operation exceptions] **** xref:errors/gql-errors/51N00.adoc[] diff --git a/modules/ROOT/pages/errors/gql-errors/50N24.adoc b/modules/ROOT/pages/errors/gql-errors/50N24.adoc new file mode 100644 index 00000000..85faa2a6 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/50N24.adoc @@ -0,0 +1,13 @@ += 50N24 + +== Status description + +error: general processing exception - sharded properties transaction handling database error. Unexpected exception whilst getting transaction state. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/50N25.adoc b/modules/ROOT/pages/errors/gql-errors/50N25.adoc new file mode 100644 index 00000000..00f4e64f --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/50N25.adoc @@ -0,0 +1,13 @@ += 50N25 + +== Status description + +error: general processing exception - sharded properties transaction handling client error. Unexpected exception whilst getting transaction state. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index 4d13f2f4..26382809 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -1607,6 +1607,14 @@ Status description:: error: general processing exception - no such schema descri Status description:: error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <> }` attempts. Retry timed out with a maximum retry duration of `{ <> }` `{ <> }`. +=== xref:errors/gql-errors/50N24.adoc[50N24] + +Status description:: error: general processing exception - sharded properties transaction handling database error. Unexpected exception whilst getting transaction state. + +=== xref:errors/gql-errors/50N25.adoc[50N25] + +Status description:: error: general processing exception - sharded properties transaction handling client error. Unexpected exception whilst getting transaction state. + === xref:errors/gql-errors/50N42.adoc[50N42] Status description:: error: general processing exception - unexpected error. Unexpected error has occurred. See debug log for details. From 8cba0ddb9db0db5d54a6cb59048479a9d50bda2b Mon Sep 17 00:00:00 2001 From: Jack Waudby <33488812+jackwaudby@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:04:59 +0100 Subject: [PATCH 2/5] Update modules/ROOT/pages/errors/gql-errors/50N25.adoc Co-authored-by: Reneta Popova --- modules/ROOT/pages/errors/gql-errors/50N25.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/errors/gql-errors/50N25.adoc b/modules/ROOT/pages/errors/gql-errors/50N25.adoc index 00f4e64f..8626bfae 100644 --- a/modules/ROOT/pages/errors/gql-errors/50N25.adoc +++ b/modules/ROOT/pages/errors/gql-errors/50N25.adoc @@ -1,3 +1,4 @@ +:page-role: changed-2025.11 = 50N25 == Status description From 0969cd6d2fa967234ed2175a1836db71adf5f12c Mon Sep 17 00:00:00 2001 From: Jack Waudby <33488812+jackwaudby@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:05:05 +0100 Subject: [PATCH 3/5] Update modules/ROOT/pages/errors/gql-errors/50N24.adoc Co-authored-by: Reneta Popova --- modules/ROOT/pages/errors/gql-errors/50N24.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/errors/gql-errors/50N24.adoc b/modules/ROOT/pages/errors/gql-errors/50N24.adoc index 85faa2a6..af519841 100644 --- a/modules/ROOT/pages/errors/gql-errors/50N24.adoc +++ b/modules/ROOT/pages/errors/gql-errors/50N24.adoc @@ -1,3 +1,4 @@ +:page-role: changed-2025.11 = 50N24 == Status description From 266abe55df41ddf7800080c25f6a7d7e89303f4c Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 22 Oct 2025 15:26:11 +0100 Subject: [PATCH 4/5] Add scenarios --- modules/ROOT/pages/errors/gql-errors/50N24.adoc | 5 +++++ modules/ROOT/pages/errors/gql-errors/50N25.adoc | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/modules/ROOT/pages/errors/gql-errors/50N24.adoc b/modules/ROOT/pages/errors/gql-errors/50N24.adoc index af519841..ccb67e20 100644 --- a/modules/ROOT/pages/errors/gql-errors/50N24.adoc +++ b/modules/ROOT/pages/errors/gql-errors/50N24.adoc @@ -5,6 +5,11 @@ error: general processing exception - sharded properties transaction handling database error. Unexpected exception whilst getting transaction state. +== Scenario + +This error occurs when there has been an issue on the graph shard while getting of transaction state from property shard. +For example, the graph shard receives an unexpected response from a property shard. + ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/50N25.adoc b/modules/ROOT/pages/errors/gql-errors/50N25.adoc index 8626bfae..e91c6016 100644 --- a/modules/ROOT/pages/errors/gql-errors/50N25.adoc +++ b/modules/ROOT/pages/errors/gql-errors/50N25.adoc @@ -5,6 +5,11 @@ error: general processing exception - sharded properties transaction handling client error. Unexpected exception whilst getting transaction state. +== Scenario + +This error occurs when there has been an issue on the graph shard while getting of transaction state from property shard. +For example, the graph shard times out whilst waiting for transaction state from property shards. + ifndef::backend-pdf[] [discrete.glossary] From ed03fba8bf7d1af440c835466f2d102732e77d29 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Mon, 27 Oct 2025 15:37:51 +0000 Subject: [PATCH 5/5] editorial updates --- modules/ROOT/pages/errors/gql-errors/50N24.adoc | 8 ++++---- modules/ROOT/pages/errors/gql-errors/50N25.adoc | 8 ++++---- modules/ROOT/pages/errors/gql-errors/index.adoc | 6 ++++-- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/modules/ROOT/pages/errors/gql-errors/50N24.adoc b/modules/ROOT/pages/errors/gql-errors/50N24.adoc index ccb67e20..f34de288 100644 --- a/modules/ROOT/pages/errors/gql-errors/50N24.adoc +++ b/modules/ROOT/pages/errors/gql-errors/50N24.adoc @@ -1,14 +1,14 @@ -:page-role: changed-2025.11 +:page-role: new-2025.11 = 50N24 == Status description -error: general processing exception - sharded properties transaction handling database error. Unexpected exception whilst getting transaction state. +error: general processing exception - sharded properties transaction handling database error. Unexpected exception while getting transaction state. == Scenario -This error occurs when there has been an issue on the graph shard while getting of transaction state from property shard. -For example, the graph shard receives an unexpected response from a property shard. +This error occurs when there is an issue on the graph shard while getting transaction state from a property shard. +For example, the graph shard receives an unexpected response from a property shard. ifndef::backend-pdf[] diff --git a/modules/ROOT/pages/errors/gql-errors/50N25.adoc b/modules/ROOT/pages/errors/gql-errors/50N25.adoc index e91c6016..f7e0ff73 100644 --- a/modules/ROOT/pages/errors/gql-errors/50N25.adoc +++ b/modules/ROOT/pages/errors/gql-errors/50N25.adoc @@ -1,14 +1,14 @@ -:page-role: changed-2025.11 +:page-role: new-2025.11 = 50N25 == Status description -error: general processing exception - sharded properties transaction handling client error. Unexpected exception whilst getting transaction state. +error: general processing exception - sharded properties transaction handling client error. Unexpected exception while getting transaction state. == Scenario -This error occurs when there has been an issue on the graph shard while getting of transaction state from property shard. -For example, the graph shard times out whilst waiting for transaction state from property shards. +This error occurs when there is an issue on the graph shard while getting transaction state from a property shard. +For example, the graph shard times out while waiting for transaction state from property shards. ifndef::backend-pdf[] diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index 26382809..462c1af5 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -1607,13 +1607,15 @@ Status description:: error: general processing exception - no such schema descri Status description:: error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <> }` attempts. Retry timed out with a maximum retry duration of `{ <> }` `{ <> }`. +[role=label--new-2025.11] === xref:errors/gql-errors/50N24.adoc[50N24] -Status description:: error: general processing exception - sharded properties transaction handling database error. Unexpected exception whilst getting transaction state. +Status description:: error: general processing exception - sharded properties transaction handling database error. Unexpected exception while getting transaction state. +[role=label--new-2025.11] === xref:errors/gql-errors/50N25.adoc[50N25] -Status description:: error: general processing exception - sharded properties transaction handling client error. Unexpected exception whilst getting transaction state. +Status description:: error: general processing exception - sharded properties transaction handling client error. Unexpected exception while getting transaction state. === xref:errors/gql-errors/50N42.adoc[50N42]