citus/src/backend/distributed/master
Jelte Fennema cd5259a25a
Do not place new shards with shards in TO_DELETE state (#3408)
When creating a new distributed table. The shards would colocate with shards
with SHARD_STATE_TO_DELETE (shardstate = 4). This means if that state was
because of a shard move the new shard would be created on two nodes and it
would not get deleted since it's shard state would be 1.
2020-01-22 14:52:12 +01:00
..
citus_create_restore_point.c Automatically convert useless declarations using regex replace (#3181) 2019-11-21 13:47:29 +01:00
master_citus_tools.c Automatically convert useless declarations using regex replace (#3181) 2019-11-21 13:47:29 +01:00
master_create_shards.c Do not place new shards with shards in TO_DELETE state (#3408) 2020-01-22 14:52:12 +01:00
master_delete_protocol.c Rename RelayFileState to ShardState 2020-01-12 05:57:53 +00:00
master_metadata_utility.c Rename RelayFileState to ShardState 2020-01-12 05:57:53 +00:00
master_modify_multiple_shards.c Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
master_node_protocol.c Automatically convert useless declarations using regex replace (#3181) 2019-11-21 13:47:29 +01:00
master_repair_shards.c Rename RelayFileState to ShardState 2020-01-12 05:57:53 +00:00
master_split_shards.c remove copyright years (#3286) 2019-12-11 21:14:08 +03:00
master_stage_protocol.c Lazy query deparsing executable queries (#3350) 2020-01-17 11:49:43 +01:00
master_truncate.c Lazy query deparsing executable queries (#3350) 2020-01-17 11:49:43 +01:00
pg_worker_list.conf.sample Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
shard_rebalancer.c Add the necessary changes for rebalance strategies on enterprise (#3325) 2019-12-19 15:23:08 +01:00
worker_node_manager.c Make NodeCanHaveDistTablePlacements() public (#3229) 2019-11-26 12:15:38 +01:00