跳转至

24.4.x Resolved issues

24.4.x Resolved issues

24.4.0-11

Updated 6/8/2026

Issue Key Component Description
5330613 Execution Engine Previously, float division evaluation would produce an INFO line of log output to note the inputs and outputs of the operation. This output was extraneous and caused rapid log file growth that scaled linearly with the number of rows processed for certain queries. Now this log output has been removed.
此前,浮点除法运算会产生 INFO 级别的日志输出来记录操作的输入和输出。这些输出是多余的,对于某些查询会导致日志文件随处理行数线性快速增长。此更新移除了这些日志输出。
5338245 UI - Management Console This update addresses a critical security vulnerability, CVE-2025-12453, identified as a Reflected Cross-Site Scripting (XSS) flaw in Vertica, specifically affecting version 10.0.1. Prior to this fix, an authenticated attacker could exploit unmanaged input parameters in certain Web UI endpoints to inject and execute arbitrary JavaScript code. This update includes essential security enhancements to mitigate the identified XSS vulnerability and measures to ensure proper sanitization and neutralization of user-supplied input, preventing the execution of malicious scripts.
此更新修复了关键安全漏洞 CVE-2025-12453(反射型跨站脚本攻击 XSS),该漏洞影响 Vertica 10.0.1 版本。此前,认证攻击者可利用某些 Web UI 端点的未管理输入参数注入并执行任意 JavaScript 代码。此更新包含必要的安全增强,以缓解已识别的 XSS 漏洞,并确保对用户输入进行适当的净化和中性化处理,防止恶意脚本执行。
5388144 Security This update addresses a critical security vulnerability, identified as CVE-2026-33186, that was discovered within the gRPC dependency utilized by the Vertica database server.
此更新修复了 Vertica 数据库服务器使用的 gRPC 依赖中发现的关键安全漏洞 CVE-2026-33186。

24.4.0-10

Updated 4/28/2026

Issue Key Component Description
4938093 QA - MC Fixed MC extended monitoring not streaming data.
修复了 MC 扩展监控无法流式传输数据的问题。
5142071 Security Remediated critical security vulnerabilities in vertica-23.4.0-21 SUSE RPM package.
修复了 vertica-23.4.0-21 SUSE RPM 包中的关键安全漏洞。
5181094 DDL - Table Fixed TempRel decoding data corruption in recursive CTEs with string data.
修复了递归 CTE 中 TempRel 解码导致字符串数据损坏的问题。
5200118 Execution Engine Fixed sort violation in merge right outer joins affecting aggregate function results.
修复了 merge right outer join 中的排序违规问题。
5202822 Kafka Integration Upgraded Log4j to 2.25.3 for CVE-2025-68161.
升级 Log4j 至 2.25.3 以修复 CVE-2025-68161。
5223665 Optimizer Fixed node crash from MERGE query with subquery as INSERT target value.
修复了 MERGE 查询中子查询作为 INSERT 值时导致节点崩溃的问题。
5245092 Optimizer Fixed analyze statistics internal type mismatch causing assert failure.
修复了 analyze statistics 内部类型不匹配导致断言失败的问题。
5266941 Node Management Agent, Vcluster Fixed security vulnerabilities in Golang binaries shipped with Vertica container images.
修复了 Vertica 容器镜像中 Golang 二进制文件的安全漏洞。

24.4.0-9

Updated 2/06/2026

Issue Key Component Description
4348812 Execution Engine Fixed priority field not persisting in catalog across restarts.
修复了 priority 字段在数据库重启后未持久化的问题。
4648992 Supported Platforms Fixed vnetperf utility on RHEL 9 for Vertica 24.4.x and 25.x.
修复了 RHEL 9 上 vnetperf 工具的执行问题。
4938093 QA - MC Fixed MC extended monitoring not streaming data.
修复了 MC 扩展监控无法流式传输数据的问题。
4989563 Execution Engine Fixed node crash from memory allocation VAssert failure.
修复了内存分配相关 VAssert 失败导致的节点崩溃。
5007553 Execution Engine Fixed complex queries with internal temp relations causing errors or duplicate rows.
修复了使用内部临时关系的复杂查询错误。
5015568 Catalog Engine Fixed node crash during ALTER TABLE from TieredCatalog VAssert error.
修复了 ALTER TABLE 时 TieredCatalog VAssert 错误导致的节点崩溃。
5087032 Data Networking Fixed deadlock from TS callback destructors executing while holding lock.
修复了 TS 回调析构器在持有锁时执行导致的死锁。
5087106 Data Networking Fixed database hang after upgrade when MinTLSVersion set to 3.
修复了升级后 MinTLSVersion 设为 3 时数据库挂起的问题。
5108702 System: Performance Fixed scan column tracking for resharded databases.
修复了重分片数据库中扫描列的跟踪方式。
5109099 Optimizer Fixed Internal Optimizer Error (11) in UPDATE with multi-depth view joins.
修复了 UPDATE 与多层视图连接时的优化器内部错误。
5192371 Optimizer Fixed CTE and UNION queries causing Internal Optimizer Error (11).
修复了 CTE 和 UNION 查询触发优化器内部错误的问题。

24.4.0-8

Updated 12/30/2025

24.4.0-7

Updated 12/17/2025

Issue Key Component Description
4561914 UI - Management Console Fixed DBD upload file permission error.
修复了 MC 中 DBD 上传文件权限错误。
4982258 Node Management Agent, Vcluster Fixed critical security vulnerabilities in Go binaries.
修复了 Go 二进制文件中的关键安全漏洞。
5006750 EON Fixed cluster node crashes from memory leak causing OOM errors.
修复了集群节点因内存泄漏导致 OOM 频繁崩溃的问题。
5048883 Admin Tools Fixed upgrade process and FlexTableLib library handling.
修复了升级过程和 FlexTableLib 库处理。
5080226 Execution Engine Fixed replicated tables error in cross-namespace ILM operations.
修复了跨命名空间 ILM 操作中复制表报错的问题。
5082952 Backup/DR Fixed server-based replication failure after EE to Eon migration.
修复了 EE 迁移到 Eon 后基于服务器的复制失败问题。
5092600 Backup/DR Fixed Int-String comparison in VBR restore.
修复了表表达式中 Int-String 比较导致 VBR 恢复失败的问题。

24.4.0-6

Updated 11/06/2025

Issue Key Component Description
4449372 Complex Types Fixed EXPLODE/UNNEST error with non-binary collation locale.
修复了非二进制排序规则中 EXPLODE/UNNEST 的错误。
4771994 License Fixed license audit compliance status anomaly.
修复了许可证审计合规状态异常的问题。
4855481 Machine Learning Fixed VIAssert failure when importing XGBoost PMML models.
修复了导入 PMML 格式 XGBoost 模型时的 VIAssert 失败。
4865793 Third Party Tools Integration Fixed CVE-2024-45337 in Vertica Docker image.
修复了 Docker 镜像中的 CVE-2024-45337 安全漏洞。
4878507 System: Performance Fixed STRPOS with GROUP BY causing 100% CPU.
修复了 STRPOS 函数导致 CPU 100% 的问题。
4893667 Machine Learning Fixed TensorFlow model import requiring wrong number of input columns.
修复了 TensorFlow 模型导入时错误列数的问题。
4904535 Catalog Engine Fixed complex queries with internal temp relations.
修复了内部临时关系的复杂查询错误。
4951445 Data load / COPY Fixed node down from CopyFaultTolerantExpressions with TO_CHAR.
修复了 CopyFaultTolerantExpressions 与 TO_CHAR 导致节点宕机。
5009295 Optimizer Fixed crash with LIKE ANY and casted array of VARCHARs.
修复了 LIKE ANY 与 VARCHAR 数组比较时崩溃的问题。
5013297 Security Fixed OAuth2 JIT login access control.
修复了 OAuth2 JIT 登录访问控制。
5035722 Cloud - Amazon Fixed Cluster Truncation Lag from ExpiredToken errors in S3.
修复了 S3 中 ExpiredToken 错误导致的集群截断延迟。

24.4.0-5

Updated 07/09/2025

Issue Key Component Description
4812616 Data load / COPY Fixed JSON escape character parsing issue.
修复了 JSON 转义字符解析问题。
4832012 Data load / COPY Fixed node crash with inconsistent JSON ARRAY column values.
修复了不一致的 JSON ARRAY 列值导致节点崩溃。
4860513 UI - Management Console Fixed N2 series machines not visible in MC for GCP us-east4-c region.
修复了 GCP us-east4-c 区域 N2 系列机器在 MC 中不可见的问题。

24.4.0-4

Updated 05/20/2025

Issue Key Component Description
4639071 Optimizer Statistics histogram invalidation no longer happens without full reanalysis.
修复了统计信息直方图在行计数更新后失效的问题。
4646994 Installation Program install_vertica can generate self-signed certificates for openSSL >=3.2.2.
install_vertica 可为 openSSL >=3.2.2 生成自签名证书。

24.4.0-3

Updated 04/09/2025

Issue Key Component Description
4393217 Data load / COPY Performance improvement for EXECUTE DATA LOADER WITH FILES.
优化了 EXECUTE DATA LOADER WITH FILES 的性能。
4348812 Execution Engine Fixed priority field catalog persistence.
修复了 priority 字段在数据库重启后未持久化的问题。
4403816 Scrutinize, Vcluster Vcluster scrutinize now includes column headers.
Vcluster scrutinize 现在包含列标题。
4403817 Backup / DR Fixed VBR failure when Vertica node is down.
修复了 Vertica 节点宕机时 VBR 失败的问题。
4449030 Admin Tools, Backup/DR Added IMDSv2 support.
增加了 IMDSv2 支持。
4503002 Kafka Integration Fixed node crash after upgrade from 23.4 to 25.1.
修复了从 23.4 升级到 25.1 后节点崩溃的问题。
4523020, 4424362 Third Party Tools Integration Upgraded rsync to 3.4.0 for CVE fixes.
升级 rsync 至 3.4.0 以修复 CVE 安全漏洞。
4444327 License Limited license expiration NOTICE message frequency.
限制了许可证过期 NOTICE 消息的频率。
4458458 Flex Table Fixed MAPTOSTRING returning NULL with escaped quotes.
修复了 MAPTOSTRING 在转义引号下返回 NULL 的问题。
4523912 EON UsePeerToPeerDataTransfer enforceable at node level.
UsePeerToPeerDataTransfer 可在节点级别强制执行。
4535431 License Removed spurious Skipping node information warnings.
移除了无意义的 Skipping node information 警告。
4536563 Catalog Engine, Tuple Mover Fixed performance degradation from 12.0.4 upgrade path.
修复了从 12.0.4 升级路径中的性能下降。
4537045 Database Designer Core, Refresh Fixed historical query blocking during Refresh.
修复了 Refresh 期间历史查询被阻塞的问题。

24.4.0-2

Updated 02/17/2025

Issue Key Component Description
4347912 EON Fixed potential FNF/leaked files in restore/replicate.
修复了恢复/复制中的文件未找到或泄露问题。
4349004 Scrutinize Fixed Scrutinize crash on unreachable node.
修复了 Scrutinize 在不可达节点上崩溃的问题。
4349184 Data load / COPY Fixed wildcard expansion in COPY with certain GLIBC versions.
修复了特定 GLIBC 版本上 COPY 通配符扩展失败。
4349842 Installation Program Fixed installation on Amazon 2023 Linux.
修复了 Amazon 2023 Linux 上的安装失败。
4350028 Directed Query Fixed CONST op CONST predicate matching.
修复了 CONST op CONST 谓词匹配。
4350067 HTTP Vertica Embedded HTTPS service enforces HSTS header.
Vertica 嵌入式 HTTPS 服务现在强制执行 HSTS 头。
4350089 DDL Watchdog metrics knobs now guided and documented.
看门狗指标的配置参数现在有引导和文档说明。
4359058 UI - Management Console Fixed potential cross-site scripting vulnerability.
修复了潜在的跨站脚本安全漏洞。
4392243 Optimizer Fixed WITH statements on multiple query levels.
修复了多层 WITH 语句在不同目标列表时返回错误。
4392279 UDX Fixed Python UDx DEPENDS clause for Azure/GCS. maxNest increased to 15.
修复了 Python UDx 中 Azure/GCS 的 DEPENDS 子句,maxNest 增至 15。

24.4.0-1

Updated 12/17/2024

Issue Key Component Description
VER-97119 UI - Management Console MC v12.0 Query Profile page localization fix.
修复了 MC v12.0 本地化后查询配置文件页面未翻译的问题。
VER-97232 Data load / COPY Fixed hang when querying ORC/Parquet files.
修复了特定方式查询 ORC/Parquet 文件时挂起的问题。
VER-97337 Optimizer Fixed join spill with Filter/Filter join distribution.
修复了优化删除计划的连接溢出问题,确保 Filter/Filter 连接分布正常工作。
VER-97469 Client Drivers - VSQL Fixed subcluster interior load balancing not taking effect immediately.
修复了子集群内部负载平衡更改未立即生效的问题。
VER-97540 Optimizer Fixed subquery pruning in UPDATE target list.
修复了 UPDATE 目标列表中子查询被错误修剪导致返回空值的问题。
VER-97559 Procedural Languages Fixed scheduled stored procedures not seeing subscriptions in Eon mode.
修复了 Eon 模式下调度器触发的存储过程无法查看当前订阅的问题。
VER-97585 Backup/DR Fixed show-restore-points path canonicalization.
修复了 show-restore-points 路径规范化的问题。
VER-97763 Execution Engine Fixed FCSVParser core dump with glob patterns.
修复了使用 glob 模式加载多个文件时 FCSVParser 核心转储的问题。
VER-97867 License Fixed automated database size audit timing.
修复了自动数据库大小审计时间与 GET_AUDIT_TIME 不一致的问题。

24.4.0-0

Updated 10/29/2024

Issue Key Component Description
VER-60917 Installation Program Fixed install hang when /etc/motd contains password entry.
修复了远程安装时 /etc/motd 包含密码条目导致安装挂起的问题。
VER-82831 Installation Program Changed root max PID default to 203816 during install.
安装 Vertica 时将 root 用户的最大 PID 值默认更改为 203816。
VER-84267 Optimizer Fixed FKPK join performance with derived expressions.
修复了 FKPK 连接中派生表达式投影导致性能下降的问题。
VER-88686 Client Drivers - JDBC Fixed batch update memory bloat causing cluster crash.
修复了批量更新语句内存膨胀导致集群崩溃的问题。
VER-91515 Security install_vertica no longer prefers system openssl on non-fips.
install_vertica 将不再优先选择系统 openssl 库。
VER-93368 Optimizer Fixed partition statistics replacing full table statistics.
修复了分区统计信息替代全表统计信息导致计划不理想的问题。
VER-94478 AMI Fixed install_vertica THP configuration handling.
修复了透明大页面配置不正确时 install_vertica 失败的问题。
VER-94504 Execution Engine Fixed WITHIN GROUP with listagg crash.
修复了 WITHIN GROUP 与 listagg 一起使用时崩溃的问题。
VER-95014 Backup/DR VBR no longer requires compat-openssl11 on RHEL9.
VBR 不再需要在 RHEL9 系统上安装 compat-openssl11。
VER-95097 Machine Learning Fixed orphan blob crash from cancelled ML training.
修复了取消 ML 模型训练后孤立 blob 导致崩溃的问题。
VER-95199 Optimizer Fixed partition statistics replacing full table statistics.
修复了分区统计信息替代全表统计信息导致计划不理想的问题。
VER-95497 Execution Engine Fixed mod operator wrong result with large precision.
修复了高精度数值 mod 运算符计算错误结果的问题。
VER-95651 Kubernetes Fixed database revive with corrupted catalog in K8s.
修复了 K8s 中目录损坏的数据库无法正确恢复的问题。
VER-95721 Execution Engine Fixed REGEXP_SUBSTR crash in join condition.
修复了 REGEXP_SUBSTR 在连接条件中导致崩溃的问题。
VER-95884 Data Export Increased Parquet numeric precision from 38 to 153 digits.
将 Parquet 格式的数字精度从 38 位增加到 153 位。
VER-95988 Backup/DR Fixed server-based replication namespace case sensitivity.
修复了基于服务器的复制因命名空间大小写敏感而失败的问题。
VER-96152 EON Fixed node crash on cancel during communal storage upload.
修复了取消上传到公共存储时节点崩溃的问题。
VER-96243 Catalog Engine Fixed qualified schema names with namespaces returning no results.
修复了带命名空间的合格架构名称不返回结果的问题。
VER-96866 Security Fixed TLS initialization CPU spike.
修复了 TLS 连接初始化期间 CPU 使用率飙升的问题。
VER-96876 Node Management Agent Fixed node deletion failure during K8s scale down.
修复了 K8s 中缩减集群时节点无法删除的问题。
VER-97019 Admin Tools Upgraded urllib3 from 1.26.18 to 1.26.19.
将 urllib3 从 1.26.18 升级到 1.26.19。
VER-97022 Optimizer Fixed null rows passing SIP filters causing performance drop.
修复了空行通过哈希 SIP 过滤器导致查询性能下降的问题。
VER-97047 Kubernetes Fixed database revive with multiple local storage locations in K8s.
修复了 K8s 中多个本地存储位置的数据库无法恢复的问题。