Avamar: 22602 - Baza danych napotkała błąd: Przepełnienie pola liczbowego
Summary: Niepotwierdzone zdarzenia pokazują, że "Baza danych napotkała błąd", gdy średnie obciążenie serwera Avamar przekracza 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
Konsola administratora Avamar lub interfejs użytkownika Avamar (AUI) wyświetla następujący błąd zdarzenia:
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
Ten alert występuje, ponieważ load_avg przekracza 999,99, który nie może być przechowywany podczas wstawiania ze względu na ograniczenie typu numeric(5,2) w kolumnie load_avg.
W niektórych scenariuszach to zdarzenie występuje podczas procesu wyrzucania elementów bezużytecznych (GC).
W niektórych scenariuszach to zdarzenie występuje podczas procesu wyrzucania elementów bezużytecznych (GC).
Resolution
Ten alert można bezpiecznie zignorować.
-
Ten problem został rozwiązany w wersji 19.12.0-186
-
Odkryto jednak, że w przypadku środowisk zaktualizowanych do tej wersji kolumna
load_avgnie został poprawiony i pozostał jako "numeric(5,2)" zamiast "numeric(6,2)”
Z nowej instalacji 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 wersji uaktualnienia 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)
Zespół inżynierów przygotował dokument obejścia, aby ręcznie skorygować bazę danych.
Skontaktuj się z pomocą techniczną firmy Dell , aby zastosować to obejście.
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.