peilinqian commented on issue #19840:
URL:
https://github.com/apache/shardingsphere/issues/19840#issuecomment-1204721571
parameter configuration error;
<entry key="ObjectStoreEnvironmentBean.defaultTimeout">300</entry>
The correct value is:
<entry key="CoordinatorEnvironmentBean.defaultTimeout">300</entry>
Test Results :session 2 is first timeout
order_db=> update t_order set order_name ='ds0_ _0' where user_id = 0 and
order_id =0;
ERROR: Lock wait timeout: thread 139998864537344 on node dn_6001 waiting
for ShareLock on transaction 57704 after 120000.131 ms
DETAIL: blocked by hold lock thread 139998904448768, statement <select *
from t_order_0 UNION ALL select * from t_order_1 >, hold lockmode
ExclusiveLock.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]