You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-19 22:02:09 +03:00
fix(cmapi): MCOL-6091 CMAPI gives DMLProc only 10 seconds for a greceful stop
Fix default timeout for stop node, stop dml proc, shutdown Controller, put_config handler etc. All places that could cause reducing dmlproc graceful stop timeout are fixed: - cluster and node shutdown - stop_dmlproc - start_transaction - put_config - toggle_cluster_state
This commit is contained in:
committed by
Alan Mologorsky
parent
63415f28d0
commit
c5e3b847ab
@@ -159,6 +159,7 @@ def stop(
|
||||
# could affect put_config (helpers.py broadcast_config) operation
|
||||
timeout = 0
|
||||
|
||||
#TODO: bypass timeout here
|
||||
resp = client.shutdown_cluster({'in_transaction': True})
|
||||
return {'timestamp': start_time}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user