- 論壇徽章:
- 1
|
20可用積分
場(chǎng)景:搭建了4節(jié)點(diǎn)的Percona XtraDB Cluster ,做sysbench的基準(zhǔn)測(cè)試。在haproxy上面,輸入如下命令:
sysbench --mysql-host=127.0.0.1 --mysql-port=3307 --mysql-user=sbtest --mysql-password=sbpass --mysql-db=sbtest --oltp-tables-count=10 --oltp-table-size=6000000 --num-threads=50 --max-requests=100000000 --report-interval=1 --test=/usr/share/doc/sysbench/tests/db/oltp.lua prepare
插入600萬(wàn)條數(shù)據(jù),10張表。解決4個(gè)節(jié)點(diǎn)都報(bào)出了如下錯(cuò)誤:
[root@localhost mysql]# tail -f localhost.localdomain.err
2016-06-14 07:18:20 20127 [Warning] WSREP: Failed to report last committed 2972, -4 (Interrupted system call)
2016-06-14 07:19:24 20127 [Warning] WSREP: Failed to report last committed 3021, -4 (Interrupted system call)
2016-06-14 07:19:27 20127 [Warning] WSREP: Failed to report last committed 3022, -4 (Interrupted system call)
2016-06-14 07:19:31 20127 [Warning] WSREP: Failed to report last committed 3025, -4 (Interrupted system call)
2016-06-14 07:19:44 20127 [Warning] WSREP: Failed to report last committed 3033, -4 (Interrupted system call)
2016-06-14 07:20:00 20127 [Warning] WSREP: Failed to report last committed 3050, -4 (Interrupted system call)
2016-06-14 07:20:10 20127 [Warning] WSREP: Failed to report last committed 3058, -4 (Interrupted system call)
2016-06-14 07:20:13 20127 [Warning] WSREP: Failed to report last committed 3059, -4 (Interrupted system call)
2016-06-14 07:20:26 20127 [Warning] WSREP: Failed to report last committed 3065, -4 (Interrupted system call)
2016-06-14 07:20:34 20127 [Warning] WSREP: Failed to report last committed 3070, -4 (Interrupted system call)
不知道為何,請(qǐng)老師和前輩們指點(diǎn)
查了寫文獻(xiàn):https://bugs.launchpad.net/percona-xtradb-cluster/+bug/1434646 ,但沒(méi)有解決問(wèn)題 |
|