From 84021d1906ee49f61a5319333f4c73fde8917111 Mon Sep 17 00:00:00 2001 From: ArthurFlageul Date: Wed, 13 Dec 2023 16:52:58 +0100 Subject: [PATCH] delete: kstream data write issue --- _redirects | 3 ++- _toc.yml | 2 -- .../reference/kstream-data-write-issue.rst | 25 ------------------- 3 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 docs/products/kafka/reference/kstream-data-write-issue.rst diff --git a/_redirects b/_redirects index 6fc751b1e2..4ebe313db2 100644 --- a/_redirects +++ b/_redirects @@ -57,10 +57,11 @@ /docs/products/clickhouse/concepts/databases-and-tables.html /docs/products/clickhouse/howto/manage-databases-tables.html /docs/products/clickhouse/howto/integrate-pg.html /docs/products/clickhouse/howto/integrate-postgresql.html /docs/platform/concepts/byoa.html /docs/platform/concepts/byoc.html -/docs/products/opensearch/howto/list-upgrade /docs/products/opensearch/howto +/docs/products/opensearch/howto/list-upgrade /docs/products/opensearch/howto /docs/products/opensearch/howto/upgrade-to-opensearch /docs/products/opensearch/concepts/opensearch-vs-elasticsearch /docs/tutorials /docs/integrations /docs/products/postgresql/reference/list-of-advanced-params /docs/products/postgresql/reference/advanced-params +/docs/products/kafka/reference/kstream-data-write-issue https://aiven.io/changelog#06-12-2023 # Moved to https://aiven.io/developer /docs/tools/terraform/reference/cookbook https://aiven.io/developer/terraform diff --git a/_toc.yml b/_toc.yml index 324be6dc28..96d1cb1b47 100644 --- a/_toc.yml +++ b/_toc.yml @@ -443,8 +443,6 @@ entries: title: Advanced parameters - file: docs/products/kafka/reference/kafka-metrics-prometheus title: Metrics available via Prometheus - - file: docs/products/kafka/reference/kstream-data-write-issue - title: Resolving Data Write Issues with Kafka Streams 3.6.0 - file: docs/products/kafka/kafka-connect title: Apache Kafka Connect diff --git a/docs/products/kafka/reference/kstream-data-write-issue.rst b/docs/products/kafka/reference/kstream-data-write-issue.rst deleted file mode 100644 index 8158d73431..0000000000 --- a/docs/products/kafka/reference/kstream-data-write-issue.rst +++ /dev/null @@ -1,25 +0,0 @@ -Resolving data write issue on Apache Kafka® Streams 3.6.0 -========================================================= - -Issue description ------------------- -If you get the ``UNKNOWN_SERVER_ERROR`` error while generating data using Apache Kafka® Streams **version 3.6.0**, it may result in data write issues. -and errors in broker logs such as: - -.. code-block:: bash - - "Error processing append operation on partition XXXX (kafka.server.ReplicaManager) java.lang.NullPointerException." - -This issue is known to the Apache Kafka® project. See `Kafka-15653 `_. - -Solution --------- - -- **Recommended solution:** It is recommended to upgrade your Apache Kafka® Streams clients to **version 3.6.1**. -- **Alternative solution:** Alternatively, in case of a failure requiring an immediate fix, users - can set the ``transaction_partition_verification_enable`` parameter to ``false`` under advanced configuration of the service. This allows Kafka to accept messages despite the existing bug. - - .. Important:: - When you can update to 3.6.1, do not forget to set ``transaction_partition_verification_enable`` to ``true``. - -If the issue persists even after trying these solutions, reach out to our support team. \ No newline at end of file