[MDEV-11176] FTWRL on a non-replication server reports state "Waiting while replication worker thread pool is busy" Created: 2016-10-30  Updated: 2023-04-27

Status: Open
Project: MariaDB Server
Component/s: Locking, Replication
Affects Version/s: 10.0, 10.1, 10.2, 10.3, 10.4, 10.5
Fix Version/s: 10.4, 10.5

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Andrei Elkin
Resolution: Unresolved Votes: 0
Labels: None


 Description   

The test case is for reproducing purposes only, don't put it into the regression suite!

--connect(con1,localhost,root,,)
--let $conid= `select connection_id()`
--delimiter $
--send
  LOOP FLUSH TABLES WITH READ LOCK ; END LOOP $
--delimiter ;
 
--connection default
 
while (! $res)
{
  --let $res= `select * from information_schema.processlist where state = 'Waiting while replication worker thread pool is busy'`
}
 
--echo $res
--eval kill $conid

10.5 7c052cdf

connect con1,localhost,root,,;
LOOP FLUSH TABLES WITH READ LOCK ; END LOOP $
connection default;
5	root	localhost	test	Query	0	Waiting while replication worker thread pool is busy	FLUSH TABLES WITH READ LOCK	0.060	0	0	0.000	75928	81072	0	186	FLUSH TABLES WITH READ LOCK	2476401
kill 5;

I don't know whether it should be happening, it seems weird.


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