Avamar: 22602 – V databázi došlo k chybě: Přetečení číselného pole
Summary: Když je průměrná hodnota zatížení serveru Avamar vyšší než 999, nepotvrzené události ukazují, že v databázi došlo k chybě.
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
V konzoli Avamar Administrator nebo v uživatelském rozhraní Avamar (AUI) se zobrazí tato chyba události:
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
K této výstraze dochází, protože load_avg překračuje hodnotu 999,99, kterou nelze uložit během vkládání kvůli omezení typu numeric(5,2) ve sloupci load_avg.
V některých scénářích k této události dochází během procesu uvolňování paměti (GC).
V některých scénářích k této události dochází během procesu uvolňování paměti (GC).
Resolution
Tuto výstrahu můžete bezpečně ignorovat.
-
Tento problém byl opraven ve verzi 19.12.0-186
-
Bylo však zjištěno, že pro prostředí upgradovaná na tuto verzi se sloupec
load_avgnebyl opraven a zůstal jako "numeric(5,2)" místo "numeric(6,2)„
Z nové instalace softwaru 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)
Z upgradované verze softwaru 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)
Technický tým připravil dokument s zástupným řešením pro ruční opravu databáze.
Pokud chcete použít toto zástupné řešení, obraťte se na technickou podporu společnosti 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.