zhangshengdong 发表于 2016-06-14 15:34

Percona XtraDB Cluster 错误:[Warning] WSREP: Failed to report last committed 297

场景:搭建了4节点的Percona XtraDB Cluster ,做sysbench的基准测试。在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万条数据,10张表。解决4个节点都报出了如下错误:

# tail -f localhost.localdomain.err
2016-06-14 07:18:20 20127 WSREP: Failed to report last committed 2972, -4 (Interrupted system call)
2016-06-14 07:19:24 20127 WSREP: Failed to report last committed 3021, -4 (Interrupted system call)
2016-06-14 07:19:27 20127 WSREP: Failed to report last committed 3022, -4 (Interrupted system call)
2016-06-14 07:19:31 20127 WSREP: Failed to report last committed 3025, -4 (Interrupted system call)
2016-06-14 07:19:44 20127 WSREP: Failed to report last committed 3033, -4 (Interrupted system call)
2016-06-14 07:20:00 20127 WSREP: Failed to report last committed 3050, -4 (Interrupted system call)
2016-06-14 07:20:10 20127 WSREP: Failed to report last committed 3058, -4 (Interrupted system call)
2016-06-14 07:20:13 20127 WSREP: Failed to report last committed 3059, -4 (Interrupted system call)
2016-06-14 07:20:26 20127 WSREP: Failed to report last committed 3065, -4 (Interrupted system call)
2016-06-14 07:20:34 20127 WSREP: Failed to report last committed 3070, -4 (Interrupted system call)

不知道为何,请老师和前辈们指点
查了写文献:https://bugs.launchpad.net/percona-xtradb-cluster/+bug/1434646,但没有解决问题
页: [1]
查看完整版本: Percona XtraDB Cluster 错误:[Warning] WSREP: Failed to report last committed 297