Авамар: 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).

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 Server
Article 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.