mirror of https://github.com/citusdata/citus.git
Adds shard selects to debug
parent
b41feadd97
commit
b28210c04f
|
@ -1047,8 +1047,11 @@ SELECT result from run_command_on_all_nodes(
|
|||
$$
|
||||
) ORDER BY result;
|
||||
|
||||
select * from pg_dist_partition;
|
||||
select * from pg_dist_placement;
|
||||
select * from pg_dist_shard;
|
||||
|
||||
select 1 from citus_remove_node('localhost', :worker_2_port);
|
||||
select citus_remove_node('localhost', :worker_2_port);
|
||||
|
||||
|
||||
SET citus.log_remote_commands = true;
|
||||
|
|
Loading…
Reference in New Issue