Avamar:22602 - 資料庫遇到錯誤: 數值欄位溢出
Summary: 當 Avamar 伺服器平均負載超過 999 時,未確認的事件會顯示「資料庫遇到錯誤」。
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
Avamar Administrator 主控台或 Avamar 使用者介面 (AUI) 顯示此事件錯誤:
The database encountered an error.
Code: 22602
Error: numeric field overflow
Detail: A field with precision 5, scale 2 must round to an absolute value less than 10^3.Cause
出現此警報的原因是load_avg超過 999.99,由於load_avg列上的數位 (5,2) 類型約束,無法在插入期間存儲。
在某些情況下,此事件發生在垃圾收集 (GC) 過程中。
在某些情況下,此事件發生在垃圾收集 (GC) 過程中。
Resolution
您可以安全地忽略此警示。
-
此問題已在版本 19.12.0-186 中修正
-
但我們發現,對於升級到此版本的環境,列
load_avg未更正,並保留為”numeric(5,2)“而不是”numeric(6,2)」
從新安裝的 Avamar 19.12.0-186:
admin@avamar-lab1:~/>: psql -d mcdb -p 5555 -U admin -c "\d sv_node_util"
Table "public.sv_node_util"
Column | Type | Collation | Nullable | Default
------------------------+-----------------------------+-----------+----------+---------
date_time | timestamp without time zone | | not null |
node | character varying | | not null |
load_avg | numeric(6,2) | | |
cpu_user_pct | numeric(5,2) | | |
cpu_sys_pct | numeric(5,2) | | |
net_ping | numeric(6,2) | | |
net_in_kbytes_per_sec | integer | | |
net_out_kbytes_per_sec | integer | | |
disk_reads_per_sec | integer | | |
disk_writes_per_sec | integer | | |
state | character varying | | |
utilization | numeric(5,2) | | |
diskreadonly | smallint | | |
Indexes:
"sv_node_util_pkey" PRIMARY KEY, btree (date_time, node)
從 Avamar 19.12.0-186 的升級版本:
admin@avamar-lab2:~/>: psql -d mcdb -p 5555 -U admin -c "\d sv_node_util"
Table "public.sv_node_util"
Column | Type | Collation | Nullable | Default
------------------------+-----------------------------+-----------+----------+---------
date_time | timestamp without time zone | | not null |
node | character varying | | not null |
load_avg | numeric(5,2) | | |
cpu_user_pct | numeric(5,2) | | |
cpu_sys_pct | numeric(5,2) | | |
net_ping | numeric(6,2) | | |
net_in_kbytes_per_sec | integer | | |
net_out_kbytes_per_sec | integer | | |
disk_reads_per_sec | integer | | |
disk_writes_per_sec | integer | | |
state | character varying | | |
utilization | numeric(5,2) | | |
diskreadonly | smallint | | |
Indexes:
"sv_node_util_pkey" PRIMARY KEY, btree (date_time, node)
工程團隊準備了一份因應措施文件,以便手動修正資料庫。
請聯絡 Dell 技術支援 以套用此因應措施。
Affected Products
Avamar, Avamar ServerArticle Properties
Article Number: 000175128
Article Type: Solution
Last Modified: 18 Mar 2026
Version: 8
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.