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 или пользовательском интерфейсе 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, которое не может быть сохранено во время вставки из-за ограничения типа numeric(5,2) для столбца load_avg.
В некоторых случаях это событие происходит во время процесса сборки мусора (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.