Bug #31749 | Master crashes during execution of rpl_ndb_multi_update3 test case | ||
---|---|---|---|
Submitted: | 22 Oct 2007 11:37 | Modified: | 23 Oct 2007 15:39 |
Reporter: | Serge Kozlov | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Cluster: Replication | Severity: | S2 (Serious) |
Version: | 5.1.23-beta | OS: | Any |
Assigned to: | Magnus BlÄudd | CPU Architecture: | Any |
[22 Oct 2007 11:37]
Serge Kozlov
[22 Oct 2007 11:39]
Serge Kozlov
script
Attachment: ver-test.tar.gz (application/x-gzip, text), 3.32 KiB.
[22 Oct 2007 12:19]
Serge Kozlov
trace #0 0x002cd402 in __kernel_vsyscall () #1 0x0046164f in ?? () #2 0x0000000b in ?? () #3 0x0ab16000 in ?? () #4 0xb29eaf28 in ?? () #5 0x0835ee7b in init_relay_log_info (rli=0xb29ebbb0, info_fname=0xb <Address 0xb out of bounds>) at rpl_rli.cc:287 #6 0x0835ee7b in init_relay_log_info (rli=0xb, info_fname=0x1 <Address 0x1 out of bounds>) at rpl_rli.cc:287 #7 0x08221250 in __static_initialization_and_destruction_0 (__initialize_p=Vari able "__initialize_p" is not available. ) at set_var.h:54 #8 <signal handler called> #9 0x00357477 in ?? () #10 0x0aa850d0 in ?? () #11 0x081f4c25 in Field_decimal::store (this=0xaa850d0, from=0xaa84fe9 "es\001", len=179018889, cs=0xb29eb2c8) at field.cc:1738 #12 0x082e9ed9 in filesort (thd=0xaa88d88, table=0xaab9360, sortorder=0x5, s_length=178802664, select=0xaab9c88, max_rows=3544385890265607790, sort_positions=208, examined_rows=0xaab93e0) at field.h:197 #13 0x082e8a50 in merge_buffers (param=0xaaded70, from_file=0xaa85fa8, to_file=0xaa88d88, sort_buffer=0xaab9360 ' ' <repeats 200 times>..., lastbuff=0xaab9c88, Fb=0xb29eb36c, Tb=0x1, flag=70) at filesort.cc:1041 #14 0x082e8cc4 in merge_buffers (param=0xaadee10, from_file=0xaaded70, to_file=0xaa88d88, sort_buffer=0x471c94a8 <Address 0x471c94a8 out of bounds>, lastbuff=0x38fb8, Fb=0xaa89acc, Tb=0xb29eb458, flag=137677533) at filesort.cc:1036 #15 0x082e9a91 in filesort (thd=0xaaded70, table=0xaa88d88, sortorder=0xaa87a10, s_length=178822356, select=0xb29eb414, max_rows=0, sort_positions=168, examined_rows=0xaa89c0c) at filesort.cc:936 #16 0x0834cadd in field_real::avg (this=0xaa87b78, s=0xaa89acc, rows=4611048305978245123) at sql_analyse.h:207 #17 0x0045ebd4 in ?? () #18 0x0aa87b78 in ?? () #19 0xb29eb490 in ?? () #20 0xb29eb490 in ?? () #21 0xb29eb490 in ?? () #22 0xb29eb490 in ?? () #23 0x00000000 in ?? ()
[23 Oct 2007 15:38]
Serge Kozlov
I retested it with debug version. The bug is duplicate of bug#31749 071023 18:34:07 [ERROR] /xxx/builds/5.1-new-rpl/libexec/mysqld: Out of memory at line 5793, 'log_event.cc' 071023 18:34:07 [ERROR] /xxx/builds/5.1-new-rpl/libexec/mysqld: needed 4294967219 byte (0k), memory in use: 2085704 bytes (2037k) 071023 18:34:07 [ERROR] Error in Log_event::read_log_event(): 'Found invalid eve nt in binary log', data_len: 58, event_type: 20 071023 18:34:07 [ERROR] Error reading relay log event: slave SQL thread aborted because of I/O error 071023 18:34:07 [ERROR] Slave SQL: Relay log read failure: Could not parse relay log event entry. The possible reasons are: the master's binary log is corrupted (you can check this by running 'mysqlbinlog' on the binary log), the slave's re lay log is corrupted (you can check this by running 'mysqlbinlog' on the relay l og), a network problem, or a bug in the master's or slave's MySQL code. If you w ant to check the master's binary log or slave's relay log, you will be able to k now their names by issuing 'SHOW SLAVE STATUS' on this slave. Error_code: 1593 071023 18:34:07 [ERROR] Slave (additional info): Out of memory at line 5793, 'lo g_event.cc' Error_code: 5 071023 18:34:07 [Warning] Slave: Out of memory at line 5793, 'log_event.cc' Erro r_code: 5 071023 18:34:07 [Warning] Slave: needed 4294967219 byte (0k), memory in use: 208 5704 bytes (2037k) Error_code: 5 071023 18:34:07 [ERROR] Error running query, slave SQL thread aborted. Fix the p roblem, and restart the slave SQL thread with "SLAVE START". We stopped at log ' master-bin.000001' position 422
[23 Oct 2007 15:39]
Serge Kozlov
duplicate of bug331748