[MDEV-7815] Spider crashes when running sysbench Created: 2015-03-23  Updated: 2015-03-23  Resolved: 2015-03-23

Status: Closed
Project: MariaDB Server
Component/s: Storage Engine - Spider
Affects Version/s: None
Fix Version/s: N/A

Type: Bug Priority: Minor
Reporter: Michael Widenius Assignee: Sergei Golubchik
Resolution: Cannot Reproduce Votes: 0
Labels: None


 Description   

This is a copy of an email sent to me by hiller1231

[root@vm-48 sysbench]# sysbench
--test=/root/sysbench/sysbench/tests/db/oltp.lua
--mysql-table-engine=innodb --oltp-table-size=10000 --max-requests=0
--max-time=60 --num-threads=100 --oltp-tables-count=1
--report-interval=10 --mysql-host=192.168.1.52 --mysql-port=3306
--mysql-user=admin --mysql-password=123456  --mysql-db=backend run
sysbench 0.5:  multi-threaded system evaluation benchmark
 
Running the test with following options:
Number of threads: 100
Report intermediate results every 10 second(s)
Random number generator seed is 0 and will be ignored
 
Threads started!
 
ALERT: mysql_drv_query() for query 'SELECT c FROM sbtest1 WHERE id=5016' failed: 12701 Remote MySQL server has gone away
ALERT: mysql_drv_query() for query 'SELECT c FROM sbtest1 WHERE id=5004' failed: 12701 Remote MySQL server has gone away
ALERT: mysql_drv_query() for query 'SELECT c FROM sbtest1 WHERE id=5412' failed: 12701 Remote MySQL server has gone away
ALERT: mysql_drv_query() for query 'SELECT c FROM sbtest1 WHERE id=5004' failed: 12701 Remote MySQL server has gone away
ALERT: mysql_drv_query() for query 'SELECT c FROM sbtest1 WHERE id=5002' failed: 12701 Remote MySQL server has gone away
[root@vm-48 sysbench]#
[root@vm-48 sysbench]# mysql -h192.168.1.52 -uadmin -p123456 -e
"select count(*) from backend.sbtest1;"
+----------+
| count(*) |
+----------+
|    10000 |
+----------+
 
(root@localhost) [(none)]> select @@spider_version;
+------------------+
| @@spider_version |
+------------------+
| 3.2.19           |



 Comments   
Comment by Sergei Golubchik [ 2015-03-23 ]

There is no Spider "3.2.19" in MariaDB. The latest MariaDB release 10.0.17 contains only Spider 3.2.18.

If you have merged the latest Spider yourself — perhaps you've merged incorrectly.
If you downloaded a patched MariaDB with Spider from the Spider website — submit a bug report there.

Generated at Thu Feb 08 07:22:28 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.