Assertion `pause_seqno_.is_undefined() == false' failed

Description

Similar to
GDB info

Environment

None

Attachments

1

blocks

Smart Checklist

Activity

Kamil Holubicki April 2, 2020 at 9:26 PM

This issue causes yet another problem, which is present in MariaDB as well (I didn't test, see only code)

 

The behavior is OK if Node 1 does not disable SET SESSION wsrep_on=OFF;. But as per documentation wsrep_on controls only replication from this node to the cluster. It does not matter what is its value, replication from other nodes is still accepted.

So it does not matter if we set it to ON or OFF - row from Node 2 should not be replicated to Node 1 if Node 1 has global read lock.

Kamil Holubicki April 1, 2020 at 2:25 PM
Edited

Steps to reproduce:

or

Ramesh Sivaraman March 31, 2020 at 5:15 AM

Testcase

1) start 3 node cluster
2) create test database
3) run pquery with attached SQL


/qa/pxc/pquery_old/src/pquery2-pxc --infile=default.node.tld_thread-0.sql_out --no-shuffle --threads=1 --user=root --socket=/dev/shm/pxc_start/node1/node1_socket.sock --log-all-queries --log-failed-queries

Done

Details

Assignee

Reporter

Needs Review

Yes

Time tracking

1d 2h 5m logged

Fix versions

Affects versions

Priority

Smart Checklist

Created March 26, 2020 at 6:32 AM
Updated March 6, 2024 at 9:40 PM
Resolved April 29, 2020 at 1:15 PM