From c7d809b00b57ca1cc7fe63f6919c1d9be4ba12a2 Mon Sep 17 00:00:00 2001 From: Deep Khajanchi <45371064+deepkhajanchi@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:05:59 -0700 Subject: [PATCH] Update index.adoc to more user friendly sentence --- modules/release-notes/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/release-notes/pages/index.adoc b/modules/release-notes/pages/index.adoc index fb7a7eb5..4f7a485b 100644 --- a/modules/release-notes/pages/index.adoc +++ b/modules/release-notes/pages/index.adoc @@ -239,7 +239,7 @@ CVE-2024-43382, CVE-2024-45337, CVE-2024-56128, CVE-2024-8184, CWE-1333, CWE-303 * Fixed situation where a query containing a `BREAK` or `CONTINUE` statements could produce incorrect results (GLE-7874). * Fixed regression problem with installing queries which create lists containing mixed types of numeric data (GLE-7928). * Resolved an intermittent deadlock in Informant that caused `gadmin status` to fail (TP-5930). -* Fixed int64 value underflow error by explicitly type casting uint64 (CORE-4108). +* Fixed and unblock differential backup if full backup made with empty kafka queue(int64 value underflow error by explicitly type casting uint64 CORE-4108). * Restored the ability to run the TigerGraph `gcollect` command on Kubernetes (TP-6351). * Fixed issue with database import hanging caused by the status of a loading job not being received by Kafka streaming library (TP-5772). * Allowed installation to continue on Oracle and RedHat Linux, 8 even if the TigerGraph user is not listed in AllowedUsers in /etc/ssh/sshd_config (TP-5105).