File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ Consume ops up to target
3535Restart TC node
3636Wait for not started state
3737Check no operations from failed TC remain (must be none)
38- select * from ndbinfo.cluster_operations where tc_node_id=2;;
3938node_id block_instance transid operation_type state tableid fragmentid client_node_id client_block_ref tc_node_id tc_block_no tc_block_instance
4039Start TC node
4140Wait for all started
@@ -62,7 +61,6 @@ Consume ops up to target
6261Restart TC node
6362Wait for not started state
6463Check no operations from failed TC remain (must be none)
65- select * from ndbinfo.cluster_operations where tc_node_id=1;;
6664node_id block_instance transid operation_type state tableid fragmentid client_node_id client_block_ref tc_node_id tc_block_no tc_block_instance
6765Start TC node
6866Wait for all started
Original file line number Diff line number Diff line change @@ -80,7 +80,9 @@ while ($extra_pages < 2)
8080 exec $NDB_WAITER --not-started -w $tcnode >> $NDB_TOOLS_OUTPUT;
8181
8282 --echo Check no operations from failed TC remain (must be none)
83+ --disable_query_log
8384 --eval select * from ndbinfo.cluster_operations where tc_node_id=$tcnode;
85+ --enable_query_log
8486
8587 --echo Start TC node
8688 exec $NDB_MGM -e "$tcnode start" >> $NDB_TOOLS_OUTPUT;
You can’t perform that action at this time.
0 commit comments