Bug #35081 | mysqld hangs for mysqlslap test with concurrency >1 | ||
---|---|---|---|
Submitted: | 5 Mar 2008 13:34 | Modified: | 13 Mar 2008 21:33 |
Reporter: | Chandrashekhar Marathe | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.1.22-rc | OS: | Linux (RHEL5) |
Assigned to: | CPU Architecture: | Any |
[5 Mar 2008 13:34]
Chandrashekhar Marathe
[5 Mar 2008 13:58]
Chandrashekhar Marathe
System cpuinfo and meminfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Pentium(R) D CPU 2.80GHz stepping : 7 cpu MHz : 2797.490 cache size : 1024 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm bogomips : 5597.45 processor : 1 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Pentium(R) D CPU 2.80GHz stepping : 7 cpu MHz : 2797.490 cache size : 1024 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm bogomips : 5593.70 MemTotal: 1024788 kB MemFree: 468408 kB Buffers: 11812 kB Cached: 420524 kB SwapCached: 0 kB Active: 302264 kB Inactive: 218500 kB HighTotal: 120380 kB HighFree: 560 kB LowTotal: 904408 kB LowFree: 467848 kB SwapTotal: 4192924 kB SwapFree: 4192760 kB Dirty: 72 kB Writeback: 0 kB AnonPages: 88488 kB Mapped: 15724 kB Slab: 25560 kB PageTables: 1892 kB NFS_Unstable: 0 kB Bounce: 0 kB CommitLimit: 4705316 kB Committed_AS: 776512 kB VmallocTotal: 114680 kB VmallocUsed: 5692 kB VmallocChunk: 108852 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 Hugepagesize: 4096 kB
[5 Mar 2008 20:14]
Sveta Smirnova
Thank you for the report. But version 5.1.22 is a bit old. Could you please try with current version 5.1.23 and if problem still exists provide your server error log file.
[6 Mar 2008 6:12]
Chandrashekhar Marathe
With query cache disabled, the problem did not repeat for following runs: mysqlslap --concurrency=1,25,50,100 --iterations=10 --number-int-cols=2 --number-char-cols=3 --auto-generate-sql --engine=MEMORY --auto-generate-sql-add-autoincrement --auto-generate-sql-load-type=mixed --number-of-queries=10000 --user=monty --password=monty --csv=test.csv mysqlslap --concurrency=1,25,50,100 --iterations=10 --number-int-cols=2 --number-char-cols=3 --auto-generate-sql --engine=MyISAM --auto-generate-sql-add-autoincrement --auto-generate-sql-load-type=mixed --number-of-queries=10000 --user=monty --password=monty --csv=test.csv
[13 Mar 2008 8:57]
Chandrashekhar Marathe
With mysql-5.1.23a-maria-alpha, this problem is not observed
[13 Mar 2008 21:33]
Sveta Smirnova
Thank you for the feedback. Closed as "Can't repeat" because last comment.