Generated by /opt/oltp-emul/src/oltp_isql_run_worker.sh, ISQL session No. 1 of total launched 35. 19.03.2026 15:14
Common Performance Final Results
  1. Hardware and OS info
  2. Firebird configuration
  3. Test configuration
  4. Test Finish details
  5. Test workload details
  6. Indices DDL for heavy-loaded table(s)
  1. Performance, TOTAL score:    as table     as chart
  2. Performance per MINUTE, during test_time phase:    as table     as chart
  3. External connections pool: DISABLED. Test config parameter 'use_es' must be 2; ExtConnPoolSize must be ^> 0.
  4. Performance, DETAILS per units
  5. Memory consumption, metadata cache, attachments activity    as table    as chart
  6. Monitoring data: STATEMENTS activity, as chart
  7. Exceptions during test run
  1. mon$database and 'show version' results
  2. Database statistics was not gathered. Change config parameter 'run_db_statistics' to 1.
  3. Database validation was not performed. Change config parameter 'run_db_validation' to 1.
  4. New in firebird.log while test was run
  5. Final processing of ISQL logs

Hardware and OS info

Command: hostnamectl
Static hostname qa-test
Icon name computer-vm
Chassis vm 🖴
Machine ID daf74ba48b9144e6be6ad3de610736b0
Boot ID 95c749186ea942f6924061c060972afb
Product UUID daf74ba4-8b91-44e6-be6a-d3de610736b0
AF_VSOCK CID 1
Virtualization kvm
Operating System Debian GNU/Linux 13 (trixie)
Kernel Linux 6.12.63+deb13-amd64
Architecture x86-64
Hardware Vendor Selectel
Hardware Model OpenStack Nova
Hardware Serial daf74ba4-8b91-44e6-be6a-d3de610736b0
Firmware Version 1.15.0-1
Firmware Date Tue 2014-04-01
Firmware Age 11y 11month 2w 4d
Command: who -b
bootup_info system boot 2026-01-13 01:14
Command: dmidecode -t system|grep -i -e 'manufacturer\|product\|hypervisor'
./oltp_isql_run_worker.sh line 54: dmidecode: command not found
Command: dmesg | grep DMI
[ 0.000000] DMI Selectel OpenStack Nova, BIOS 1.15.0-1 04/01/2014
[ 0.000000] DMI Memory slots populated: 1/1
Command: lscpu | grep -i -v flags
Architecture x86_64
CPU op-mode(s) 32-bit, 64-bit
Address sizes 46 bits physical, 48 bits virtual
Byte Order Little Endian
CPU(s) 4
On-line CPU(s) list 0-3
Vendor ID GenuineIntel
Model name Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz
CPU family 6
Model 85
Thread(s) per core 1
Core(s) per socket 1
Socket(s) 4
Stepping 7
BogoMIPS 4800.00
Virtualization VT-x
Hypervisor vendor KVM
Virtualization type full
L1d cache 128 KiB (4 instances)
L1i cache 128 KiB (4 instances)
L2 cache 16 MiB (4 instances)
L3 cache 64 MiB (4 instances)
NUMA node(s) 1
NUMA node0 CPU(s) 0-3
Vulnerability Gather data sampling Unknown: Dependent on hypervisor status
Vulnerability Indirect target selection Mitigation; Aligned branch/return thunks
Vulnerability Itlb multihit Not affected
Vulnerability L1tf Not affected
Vulnerability Mds Not affected
Vulnerability Meltdown Not affected
Vulnerability Mmio stale data Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Reg file data sampling Not affected
Vulnerability Retbleed Mitigation; Enhanced IBRS
Vulnerability Spec rstack overflow Not affected
Vulnerability Spec store bypass Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1 Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2 Mitigation; Enhanced / Automatic IBRS; IBPB conditional; PBRSB-eIBRS SW sequence; BHI SW loop, KVM SW loop
Vulnerability Srbds Not affected
Vulnerability Tsa Not affected
Vulnerability Tsx async abort Mitigation; TSX disabled
Vulnerability Vmscape Not affected
Command: cat /proc/meminfo | grep -i -e 'memtotal\|memfree\|memavail\|buffers\|cached\|swapcached'
MemTotal 8138028 kB
MemFree 2143644 kB
MemAvailable 7494204 kB
Buffers 83632 kB
Cached 5409044 kB
SwapCached 636 kB
Command: fdisk -l
./oltp_isql_run_worker.sh: line 54: fdisk: command not found

Firebird configuration

PREPARING QUERY FAILED:

set sqlda_display on;
set planonly;
set width param_name 35;
set width param_value 40;
set width param_default 40;
set width param_source 20; -- 'firebird.conf' or 'databases.conf'
set term ^;
execute block returns(param_name varchar(255), param_value varchar(255), param_default varchar(255), "is set ?" varchar(8), param_source varchar(255)) as
begin
  if ( not exists(select * from rdb$relations r where r.rdb$relation_name=upper('rdb$config') ) ) then
    begin
        param_name = 'Too old FB 4.x is used.';
        param_value = 'You have to upgrade it.';
        param_default = 'at least to 4.0.0.2260';
        suspend;
    end
  else
    for
execute statement (
            q'{select 
            rdb$config_name param_name
            ,iif(trim(rdb$config_value)='', '[empty]',rdb$config_value) param_value
            ,iif(trim(rdb$config_default)='', '[empty]', rdb$config_default) param_default
            ,cast(iif(rdb$config_is_set, '[ X ]', '     ') as varchar(5)) as "is set ?"
            ,rdb$config_source param_source
          from rdb$config
          order by param_name }'
        )
        into param_name, param_value, param_default, "is set ?", param_source
    do
        suspend;
end
^
set term ;^
Statement failed, SQLSTATE = 08006
Unable to complete network request to host "localhost".
-Failed to establish a connection.
After line 0 in file /var/tmp/logs.oltp-hq50/make_html_table.tmp.sql
Use CONNECT or CREATE DATABASE to specify a database
Use CONNECT or CREATE DATABASE to specify a database

Server and database settinfs

Statement failed, SQLSTATE = 08006
Unable to complete network request to host "localhost".
-Failed to establish a connection.
After line 0 in file /var/tmp/logs.oltp-hq50/oltp50_qa-test-0001.performance_report.tmp

Test configuration settings

param=actions_todo_before_reconnect, val=300
param=create_with_compound_columns_order, val=most_selective_first
param=create_with_debug_objects, val=1
param=create_with_fw, val=sync
param=create_with_separate_qdistr_idx, val=0
param=create_with_split_heavy_tabs, val=1
param=create_with_sweep, val=0
param=dbnm, val=/var/db/oltp-emul/oltp-hq50.fdb
param=detailed_info, val=0
param=etalon_dbnm, val=/var/db/oltp-emul/oltp_50.etalone.fdb
param=expected_workers, val=100
param=fbc, val=/opt/hq50/bin
param=file_name_this_host_info, val=qa-test
param=file_name_with_test_params, val=regular
param=gather_hardware_info, val=1
param=halt_test_on_errors, val=/CK/
param=host, val=localhost
param=html_chart_color_memo_all, val=blue
param=html_chart_color_memo_att, val=blue
param=html_chart_color_memo_stm, val=blue
param=html_chart_color_memo_trn, val=blue
param=html_chart_color_perf_score, val=blue
param=init_buff, val=4096
param=init_docs, val=0
param=is_embed, val=0
param=make_html, val=1
param=max_cps, val=25
param=mon_query_interval, val=60
param=mon_query_role, val=tmp$oemul$worker
param=mon_unit_list, val=//
param=mon_unit_perf, val=2
param=mon_usr_passwd, val=0Ltp-Emu1
param=mon_usr_prefix, val=tmp$oemul$user_
param=no_auto_undo, val=1
param=port, val=30500
param=pwd, val=masterkey
param=qmism_verify_bitset, val=1
param=recalc_idx_min_interval, val=30
param=remove_isql_logs, val=if_no_severe_errors
param=results_storage_fbk, val=/opt/oltp-emul/data/oltp-hq50-results.fbk
param=run_db_statistics, val=0
param=run_db_validation, val=0
param=separate_workers, val=1
param=sleep_ddl, val=./oltp_sleepUDF_nix.sql
param=sleep_max, val=0
param=sleep_min, val=0
param=test_intervals, val=30
param=test_time, val=55
param=tmpdir, val=/var/tmp/logs.oltp-hq50
param=unit_selection_method, val=random
param=update_conflict_percent, val=0
param=use_es, val=0
param=used_in_replication, val=0
param=usr, val=SYSDBA
param=wait_after_create, val=0
param=wait_for_copy, val=0
param=wait_if_not_exists, val=0
param=warm_time, val=0
param=working_mode, val=small_03
Custom name of interactive SQL utility: parameter: 'clu', value: |isql|

Test finish info

Statement failed, SQLSTATE = 08006
Unable to complete network request to host "localhost".
-Failed to establish a connection.
After line 0 in file /var/tmp/logs.oltp-hq50/oltp50_qa-test-0001.performance_report.tmp

Test workload details

SETTING_NAME SETTING_VALUE
WORKING_MODE SMALL_03
C_WARES_MAX_ID 400
C_CUSTOMER_DOC_MAX_ROWS 10
C_SUPPLIER_DOC_MAX_ROWS 50
C_CUSTOMER_DOC_MAX_QTY 15
C_SUPPLIER_DOC_MAX_QTY 50
C_NUMBER_OF_AGENTS 1000

Indexes for heavy-loaded tables

TAB_NAME IDX_NAME IDX_KEY
XQD_1000_1200 XQD_1000_1200_WA_SO_RO_WKR_SND WARE_ID,SND_OPTYPE_ID,RCV_OPTYPE_ID,WORKER_ID,SND_ID
XQD_1000_3300 XQD_1000_3300_WA_SO_RO_WKR_SND WARE_ID,SND_OPTYPE_ID,RCV_OPTYPE_ID,WORKER_ID,SND_ID
XQD_1000_3300 XQD_1000_3300_WKR_DOC_ASC WORKER_ID,DOC_ID
XQD_1000_3300 XQD_1000_3300_WKR_DOC_DEC WORKER_ID,DOC_ID
XQD_1200_2000 XQD_1200_2000_WA_SO_RO_WKR_SND WARE_ID,SND_OPTYPE_ID,RCV_OPTYPE_ID,WORKER_ID,SND_ID
XQD_2000_3300 XQD_2000_3300_WA_SO_RO_WKR_SND WARE_ID,SND_OPTYPE_ID,RCV_OPTYPE_ID,WORKER_ID,SND_ID
XQD_2100_3300 XQD_2100_3300_WA_SO_RO_WKR_SND WARE_ID,SND_OPTYPE_ID,RCV_OPTYPE_ID,WORKER_ID,SND_ID
XQD_3300_3400 XQD_3300_3400_WA_SO_RO_WKR_SND WARE_ID,SND_OPTYPE_ID,RCV_OPTYPE_ID,WORKER_ID,SND_ID

Performance in TOTAL

ACTION AVG_TIMES_PER_MINUTE AVG_ELAPSED_MS SUCCESSFUL_TIMES_DONE
*** OVERALL *** for 55 minutes: 3077.93 2923 169286
customer order: creation 287.78 76 15828
customer order: refuse 23.38 53 1286
order to supplier: creation 72.22 364 3972
order to supplier: removal 5.55 4125 305
invoice (draft): creation 69.87 443 3843
invoice (draft): removal 33.40 163 1837
invoice accept: apply 58.31 1169 3207
invoice accept: cancel 25.76 263 1417
customer reserve: creation 1431.29 39 78721
customer reserve: removal 669.87 22 36843
realization accept: apply 127.24 56 6998
realization accept: cancel 55.36 30 3045
payment from customer: creation 94.76 56 5212
payment from customer: removal 8.93 27 491
payment to supplier: creation 79.98 49 4399
payment to supplier: removal 5.96 24 328
service: total inventory turnovers 5.18 2102 285
service: total monetary turnovers 20.82 41 1145
service: aggregate perf. data 2.22 1214 122
service: refresh index statistics 0.04 48153 2

Performance in TOTAL, chart


Completed "Performance in TOTAL". Done for 00:00:01, from 19-03-2026 15:14:36 to 19-03-2026 15:14:37.

Performance for every MINUTE

TEST_PHASE_NAME MINUTES_PASSED PERF_SCORE
TEST_TIME 1 8895
TEST_TIME 2 9570
TEST_TIME 3 10709
TEST_TIME 4 11136
TEST_TIME 5 11360
TEST_TIME 6 11719
TEST_TIME 7 11909
TEST_TIME 8 12075
TEST_TIME 9 12165
TEST_TIME 10 12283
TEST_TIME 11 12504
TEST_TIME 12 12675
TEST_TIME 13 12732
TEST_TIME 14 12092

Performance per minute, chart


Completed "Performance for every MINUTE". Done for 00:00:01, from 19-03-2026 15:14:38 to 19-03-2026 15:14:39.

Performance in DETAILS

UNIT CNT_ALL CNT_OK CNT_ERR ERR_PRC OK_MIN_MS OK_MAX_MS OK_AVG_MS CNT_LK_CONFL CNT_USER_EXC
doc_list_aiud 259978 259978 0 0.00 0 2737 4 0 0
doc_list_biud 259978 259978 0 0.00 0 2428 7 0 0
sp_add_invoice_to_stock 3207 3207 0 0.00 4 8713 1170 0 0
sp_cancel_adding_invoice 1417 1417 0 0.00 1 3991 263 0 0
sp_cancel_client_order 1286 1286 0 0.00 2 1586 54 0 0
sp_cancel_customer_reserve 36843 36843 0 0.00 1 2428 22 0 0
sp_cancel_pay_from_customer 491 491 0 0.00 1 339 27 0 0
sp_cancel_pay_to_supplier 328 328 0 0.00 1 176 25 0 0
sp_cancel_supplier_invoice 1837 1837 0 0.00 1 1535 164 0 0
sp_cancel_supplier_order 305 305 0 0.00 3 26895 4125 0 0
sp_cancel_write_off 3045 3045 0 0.00 1 1037 30 0 0
sp_client_order 15828 15828 0 0.00 2 2974 76 0 0
sp_customer_reserve 78721 78721 0 0.00 0 2925 39 0 0
sp_fill_shopping_cart 23643 23643 0 0.00 0 3065 27 0 0
sp_fill_shopping_cart_clo_res 78721 78721 0 0.00 0 1059 3 0 0
sp_get_clo_for_invoice 3207 3207 0 0.00 0 1756 27 0 0
sp_kill_cost_storno 5281 5281 0 0.00 0 1666 16 0 0
sp_kill_qstorno_ret_qs2qd 78873 78873 0 0.00 0 2424 13 0 0
sp_kill_qty_storno 54938 54938 0 0.00 0 2427 31 0 0
sp_lock_selected_doc 14308 14308 0 0.00 0 182 2 0 0
sp_make_cost_storno 19816 19816 0 0.00 0 1039 10 0 0
sp_multiply_rows_for_pdistr 19816 19816 0 0.00 0 1774 21 0 0
sp_multiply_rows_for_qdistr 15828 15828 0 0.00 0 2592 33 0 0
sp_pay_from_customer 5212 5212 0 0.00 1 1086 57 0 0
sp_pay_to_supplier 4399 4399 0 0.00 2 1784 50 0 0
sp_payment_common 9611 9611 0 0.00 0 1018 6 0 0
sp_qd_handle_on_cancel_clo 1286 1286 0 0.00 0 1572 43 0 0
sp_qd_handle_on_invoice_upd_sts 4624 4624 0 0.00 0 2202 89 0 0
sp_qd_handle_on_reserve_upd_sts 6998 6998 0 0.00 0 1131 19 0 0
sp_reserve_write_off 6998 6998 0 0.00 2 1640 56 0 0
sp_supplier_invoice 3843 3843 0 0.00 4 4853 443 0 0
sp_supplier_order 3972 3972 0 0.00 4 5414 365 0 0
srv_aggregate_perf_data 122 122 0 0.00 134 5622 1215 0 0
srv_fill_mon_cache_memory 14 14 0 0.00 3 987 490 0 0
srv_find_qd_qs_mism 152243 152243 0 0.00 0 2737 2 0 0
srv_make_invnt_saldo 285 285 0 0.00 1 9386 2102 0 0
srv_make_money_saldo 1145 1145 0 0.00 0 517 41 0 0
srv_recalc_idx_stat 2 2 0 0.00 870 95436 48153 0 0
v_add_invoice_to_stock 6414 6414 0 0.00 0 240 1 0 0
v_all_customers 24776 24776 0 0.00 0 474 0 0 0
v_all_suppliers 18646 18646 0 0.00 0 322 0 0 0
v_all_wares 31656 31656 0 0.00 0 508 0 0 0
v_cancel_adding_invoice 576 576 0 0.00 0 51 1 0 0
v_cancel_client_order 2572 2572 0 0.00 0 251 1 0 0
v_cancel_customer_prepayment 982 982 0 0.00 0 328 1 0 0
v_cancel_customer_reserve 932 932 0 0.00 0 196 1 0 0
v_cancel_payment_to_supplier 656 656 0 0.00 0 93 1 0 0
v_cancel_supplier_invoice 496 496 0 0.00 0 45 1 0 0
v_cancel_supplier_order 610 610 0 0.00 0 20 1 0 0
v_cancel_write_off 1382 1382 0 0.00 0 117 1 0 0
v_max_id_clo_ord 3972 3972 0 0.00 0 436 1 0 0
v_max_id_clo_res 785 785 0 0.00 0 118 1 0 0
v_max_id_ord_sup 3843 3843 0 0.00 0 1677 3 0 0
v_max_non_paid_invoice 2891 2891 0 0.00 0 124 1 0 0
v_max_non_paid_realizn 4730 4730 0 0.00 0 186 1 0 0
v_min_id_clo_ord 3972 3972 0 0.00 0 524 3 0 0
v_min_id_clo_res 785 785 0 0.00 0 335 3 0 0
v_min_id_ord_sup 3843 3843 0 0.00 0 2326 10 0 0
v_min_non_paid_invoice 4399 4399 0 0.00 0 851 2 0 0
v_min_non_paid_realizn 5212 5212 0 0.00 0 982 3 0 0
v_our_firm 7844 7844 0 0.00 0 157 0 0 0
v_reserve_write_off 13996 13996 0 0.00 0 522 1 0 0
x_lock_depdocs_on_canc_invoice 3006 3006 0 0.00 0 929 10 0 0
x_lock_depdocs_on_canc_sup_ord 305 305 0 0.00 0 267 18 0 0
x_make_qstorno_1000_1200 3972 3972 0 0.00 1 5343 303 0 0
x_make_qstorno_1200_2000 3843 3843 0 0.00 1 4738 375 0 0
x_make_qstorno_2100_3300 78721 78721 0 0.00 0 2925 35 0 0

Completed "Performance in DETAILS". Done for 00:00:03, from 19-03-2026 15:14:39 to 19-03-2026 15:14:42.

Memory consumption, metadata cache, attachments activity

Data in this report:
  page cache memo used            = total size of page cache, bytes
  memo used, total                = total of mon$memory_usage.mon$memory_used for database level (mon$stat_group = 0);
  memo allocated, total           = the same of mon$memory_usage.mon$memory_allocated;
  metadata cache memo used        = size of cache for metadata, bytes;
  metadata cache percent of total = ratio: metadata cache / (metadata cache + page cache);
  total attachments cnt           = total number of attachments, regardless of state;
  active attachments cnt          = number of attachments with mon$state = 1;
  running statements cnt          = number of statements that are operating with data from page cache (mon$state = 1);
  stalled statements cnt          = number of statements that are waiting for client request for fetching ( mon$state = 2);
  memo used by attachments        = total of mon$memory_usage.mon$memory_used for attachment level (mon$stat_group = 1);
  memo used by transactions       = the same of transaction level (mon$stat_group = 2);
  memo used by statements         = the same of statement level (mon$stat_group = 3);


Page cache type: shared, buffers: 393216 for all connections, with total size: 3221225472                                                                                                                                                                      

measurement_dts measurement duration ms page cache memo used memo used, total memo allocated, total metadata cache metadata cache percent of total total attachments cnt active attachments cnt running statements cnt stalled statements cnt memo used by attachments memo used by transactions memo used by statements
15:00:50 3 3221225472 3377281024 3379736576 4117696 0.127 1 1 2 0 4186752 60512 8544
15:01:54 580 3221225472 3818861568 4216692736 436027408 11.922 35 8 14 1 438615056 2109120 478528
15:02:56 419 3221225472 3855838288 4265889792 473625264 12.818 35 21 41 0 476864752 2421024 818464
15:03:57 493 3221225472 3864314496 4323053568 482225152 13.020 35 11 22 0 483796208 1190704 380352
15:04:58 373 3221225472 3826714640 4206788608 435112816 11.900 34 18 34 0 439245584 3433888 698880
15:05:59 438 3221225472 3869132016 4320022528 484333824 13.070 35 12 23 0 486270480 1601296 335360
15:07:00 449 3221225472 3858562096 4298010624 472677056 12.796 35 23 44 0 476361184 2862016 822112
15:08:01 505 3221225472 3850939120 4258680832 462937376 12.565 34 20 39 0 468059616 4379424 742816
15:09:02 525 3221225472 3874799904 4317143040 480994080 12.992 35 21 41 1 491722464 9879264 849120
15:10:03 499 3221225472 3854051008 4271239168 455908864 12.398 34 17 32 1 471641392 14989552 742976
15:11:05 514 3221225472 3874404192 4297969664 475593472 12.864 35 24 44 1 492236448 15872128 770848
15:12:06 425 3221225472 3874286112 4318785536 482351568 13.023 35 17 34 1 491462464 8349856 761040
15:13:06 987 3221225472 3875112176 4323950592 478552672 12.934 35 19 38 2 488193280 8857504 783104
15:14:09 569 3221225472 3873051040 4300677120 476272768 12.880 35 14 28 0 489645040 12776384 595888

Memory consumption, total, chart

Metadata cache size, chart

Statements activity, chart


Completed "Memory consumption, metadata cache, attachments activity". Done for 00:00:05, from 19-03-2026 15:14:42 to 19-03-2026 15:14:47.

Exceptions occured during test was in run

FB_MNEMONA CNT UNIT FB_GDSCODE

Completed "Exceptions occured during test was in run". Done for 00:00:00, from 19-03-2026 15:14:47 to 19-03-2026 15:14:47.

Content of mon$database and FB version


MON$DATABASE_NAME               /var/db/oltp-emul/oltp-hq50.fdb
MON$PAGE_SIZE                   8192
MON$ODS_MAJOR                   13
MON$ODS_MINOR                   1
MON$OLDEST_TRANSACTION          106788
MON$OLDEST_ACTIVE               108104
MON$OLDEST_SNAPSHOT             108104
MON$NEXT_TRANSACTION            108104
MON$PAGE_BUFFERS                393216
MON$SQL_DIALECT                 3
MON$SHUTDOWN_MODE               0
MON$SWEEP_INTERVAL              0
MON$READ_ONLY                   0
MON$FORCED_WRITES               1
MON$RESERVE_SPACE               1
MON$CREATION_DATE               2026-03-19 15:00:24.5180 GMT
MON$PAGES                       93330
MON$STAT_ID                     1
MON$BACKUP_STATE                0
MON$CRYPT_PAGE                  0
MON$OWNER                       SYSDBA                                                                                                                                                                                                                                                      
MON$SEC_DATABASE                Default
MON$CRYPT_STATE                 0
MON$GUID                        {51DE46C7-8B92-4737-AEF0-F459582040EE}
MON$FILE_ID                     0108000000000000f029040000000000
MON$NEXT_ATTACHMENT             368
MON$NEXT_STATEMENT              512
MON$REPLICA_MODE                0


ISQL Version: LI-V5.0.4.1773 Firebird 5.0 HQbird
Server version:
Firebird/Linux/AMD/Intel/x64 (access method), version "LI-V5.0.4.1773 Firebird 5.0 HQbird"
Firebird/Linux/AMD/Intel/x64 (remote server), version "LI-V5.0.4.1773 Firebird 5.0 HQbird/tcp (qa-test)/P19:C"
Firebird/Linux/AMD/Intel/x64 (remote interface), version "LI-V5.0.4.1773 Firebird 5.0 HQbird/tcp (qa-test)/P19:C"
on disk structure version 13.1

Database statistics


Database statistics was not gathered, see config parameter 'run_db_statistics'.
===============================================================================

Database validation


Database validation was not performed, see config parameter 'run_db_validation'
===============================================================================

Comparison of old and new firebird.log: get messages that appeared during test

--- start of diff output ---
:6: 
:7: qa-test    Thu Mar 19 15:14:31 2026
:8:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:9:     Uncommitted work may have been lost.
:10:     Error writing data to the connection.
:11: 
:12: 
:13: qa-test    Thu Mar 19 15:14:31 2026
:14:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:15:     Uncommitted work may have been lost.
:16:     Error writing data to the connection.
:17: 
:18: 
:19: qa-test    Thu Mar 19 15:14:31 2026
:20:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:21:     Uncommitted work may have been lost.
:22:     Error writing data to the connection.
:23: 
:24: 
:25: qa-test    Thu Mar 19 15:14:31 2026
:26:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:27:     Uncommitted work may have been lost.
:28:     Error writing data to the connection.
:29: 
:30: 
:31: qa-test    Thu Mar 19 15:14:31 2026
:32:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:33:     Uncommitted work may have been lost.
:34:     Error writing data to the connection.
:35: 
:36: 
:37: qa-test    Thu Mar 19 15:14:31 2026
:38:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:39:     Uncommitted work may have been lost.
:40:     Error writing data to the connection.
:41: 
:42: 
:43: qa-test    Thu Mar 19 15:14:31 2026
:44:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:45:     Uncommitted work may have been lost.
:46:     Error writing data to the connection.
:47: 
:48: 
:49: qa-test    Thu Mar 19 15:14:31 2026
:50:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:51:     Uncommitted work may have been lost.
:52:     Error writing data to the connection.
:53: 
:54: 
:55: qa-test    Thu Mar 19 15:14:31 2026
:56:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:57:     Uncommitted work may have been lost.
:58:     Error writing data to the connection.
:59: 
:60: 
:61: qa-test    Thu Mar 19 15:14:31 2026
:62:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:63:     Uncommitted work may have been lost.
:64:     Error writing data to the connection.
:65: 
:66: 
:67: qa-test    Thu Mar 19 15:14:31 2026
:68:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:69:     Uncommitted work may have been lost.
:70:     Error writing data to the connection.
:71: 
:72: 
:73: qa-test    Thu Mar 19 15:14:31 2026
:74:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:75:     Uncommitted work may have been lost.
:76:     Error writing data to the connection.
:77: 
:78: 
:79: qa-test    Thu Mar 19 15:14:31 2026
:80:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:81:     Uncommitted work may have been lost.
:82:     Error writing data to the connection.
:83: 
:84: 
:85: qa-test    Thu Mar 19 15:14:31 2026
:86:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:87:     Uncommitted work may have been lost.
:88:     Error writing data to the connection.
:89: 
:90: 
:91: qa-test    Thu Mar 19 15:14:31 2026
:92:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:93:     Uncommitted work may have been lost.
:94:     Error writing data to the connection.
:95: 
:96: 
:97: qa-test    Thu Mar 19 15:14:31 2026
:98:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:99:     Uncommitted work may have been lost.
:100:     Error writing data to the connection.
:101: 
:102: 
:103: qa-test    Thu Mar 19 15:14:31 2026
:104:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:105:     Uncommitted work may have been lost.
:106:     Error writing data to the connection.
:107: 
:108: 
:109: qa-test    Thu Mar 19 15:14:31 2026
:110:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:111:     Uncommitted work may have been lost.
:112:     Error writing data to the connection.
:113: 
:114: 
:115: qa-test    Thu Mar 19 15:14:31 2026
:116:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:117:     Uncommitted work may have been lost.
:118:     Error writing data to the connection.
:119: 
:120: 
:121: qa-test    Thu Mar 19 15:14:31 2026
:122:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:123:     Uncommitted work may have been lost.
:124:     Error writing data to the connection.
:125: 
:126: 
:127: qa-test    Thu Mar 19 15:14:31 2026
:128:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:129:     Uncommitted work may have been lost.
:130:     Error writing data to the connection.
:131: 
:132: 
:133: qa-test    Thu Mar 19 15:14:31 2026
:134:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:135:     Uncommitted work may have been lost.
:136:     Error writing data to the connection.
:137: 
:138: 
:139: qa-test    Thu Mar 19 15:14:31 2026
:140:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:141:     Uncommitted work may have been lost.
:142:     Error writing data to the connection.
:143: 
:144: 
:145: qa-test    Thu Mar 19 15:14:31 2026
:146:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:147:     Uncommitted work may have been lost.
:148:     Error writing data to the connection.
:149: 
:150: 
:151: qa-test    Thu Mar 19 15:14:31 2026
:152:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:153:     Uncommitted work may have been lost.
:154:     Error writing data to the connection.
:155: 
:156: 
:157: qa-test    Thu Mar 19 15:14:31 2026
:158:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:159:     Uncommitted work may have been lost.
:160:     Error writing data to the connection.
:161: 
:162: 
:163: qa-test    Thu Mar 19 15:14:31 2026
:164:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:165:     Uncommitted work may have been lost.
:166:     Error writing data to the connection.
:167: 
:168: 
:169: qa-test    Thu Mar 19 15:14:31 2026
:170:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:171:     Uncommitted work may have been lost.
:172:     Error writing data to the connection.
:173: 
:174: 
:175: qa-test    Thu Mar 19 15:14:31 2026
:176:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:177:     Uncommitted work may have been lost.
:178:     Error writing data to the connection.
:179: 
:180: 
:181: qa-test    Thu Mar 19 15:14:31 2026
:182:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:183:     Uncommitted work may have been lost.
:184:     Error writing data to the connection.
:185: 
:186: 
:187: qa-test    Thu Mar 19 15:14:31 2026
:188:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:189:     Uncommitted work may have been lost.
:190:     Error writing data to the connection.
:191: 
:192: 
:193: qa-test    Thu Mar 19 15:14:31 2026
:194:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:195:     Uncommitted work may have been lost.
:196:     Error writing data to the connection.
:197: 
:198: 
:199: qa-test    Thu Mar 19 15:14:31 2026
:200:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:201:     Uncommitted work may have been lost.
:202:     Error writing data to the connection.
:203: 
:204: 
:205: qa-test    Thu Mar 19 15:14:31 2026
:206:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:207:     Uncommitted work may have been lost.
:208:     Error writing data to the connection.
:209: 
:210: 
:211: qa-test    Thu Mar 19 15:14:31 2026
:212:     REMOTE INTERFACE/gds__detach: Unsuccessful detach from database.
:213:     Uncommitted work may have been lost.
:214:     Error writing data to the connection.
:215: 
:216: 
:217: qa-test    Thu Mar 19 15:14:33 2026
:218:     /opt/hq50/bin/fbguard: /opt/hq50/bin/firebird terminated abnormally (-1)
:219: 
:220: 
:221: 
:222: qa-test    Thu Mar 19 15:14:33 2026
:223:     /opt/hq50/bin/fbguard: guardian starting /opt/hq50/bin/firebird
:224: 
:225: 
--- end of diff output ---

Final processing ISQL logs in /var/tmp/logs.oltp-hq50 according to config parameter 'remove_isql_logs'

19.03.26 15:14:48. All 3 logs in /var/tmp/logs.oltp-hq50 are preserved, see config setting 'remove_isql_logs' Following values of gdscode are considered as SEVERE: 0 Unidentified error in PSQL code: gdscode=0 within WHEN block when exception raised. 335544321 'string truncation'. Attempt to assign too long text into string variable. 335544347 'not_valid'. Validation error for column. 335544349 'no_dup'. Attempt to store duplicate value visible to active transactions. 335544558 'check_constraint'. Operation violates CHECK constraint on view or table. 335544665 'unique_key_violation'. Violation of PRIMARY or UNIQUE KEY constraint. 335544838 'foreign_key_target_doesnt_exist'. Foreign key reference target does not exist. 335544839 'foreign_key_references_present'. Foreign key references are present for the record.
FINISHED_AT ERRORS_RESULT
2026-03-19 15:14:48 No severe PSQL-related problems occured
19.03.26 15:14:49. End of report.