citus/src/test/regress/input
Onder Kalaci 549edcabb6 Allow disabling node(s) when multiple failures happen
As of master branch, Citus does all the modifications to replicated tables
(e.g., reference tables and distributed tables with replication factor > 1),
via 2PC and avoids any shardstate=3. As a side-effect of those changes,
handling node failures for replicated tables change.

With this PR, when one (or multiple) node failures happen, the users would
see query errors on modifications. If the problem is intermitant, that's OK,
once the node failure(s) recover by themselves, the modification queries would
succeed. If the node failure(s) are permenant, the users should call
`SELECT citus_disable_node(...)` to disable the node. As soon as the node is
disabled, modification would start to succeed. However, now the old node gets
behind. It means that, when the node is up again, the placements should be
re-created on the node. First, use `SELECT citus_activate_node()`. Then, use
`SELECT replicate_table_shards(...)` to replicate the missing placements on
the re-activated node.
2021-12-01 10:19:48 +01:00
..
columnar_copyto.source Columnar: rename files and tests. (#4751) 2021-03-01 08:34:24 -08:00
columnar_data_types.source Columnar: rename files and tests. (#4751) 2021-03-01 08:34:24 -08:00
columnar_load.source Not print metapage.reserved_offset in regression tests (#5168) 2021-08-23 11:07:10 +03:00
hyperscale_tutorial.source Add hyperscale tutorial to the regression tests. 2019-07-10 10:47:55 +02:00
multi_agg_distinct.source Remove master_append_table_to_shard UDF 2021-11-08 10:43:24 +01:00
multi_agg_type_conversion.source Remove copy into new append shard logic 2021-11-07 21:01:40 +01:00
multi_alter_table_statements.source Fix tests in multi-1-schedule that fail with metadata syncing 2021-11-26 12:09:53 +03:00
multi_behavioral_analytics_create_table.source Adds multi_schedule_hyperscale schedule 2020-04-10 15:54:47 +03:00
multi_behavioral_analytics_create_table_superuser.source Remove master_append_table_to_shard UDF 2021-11-08 10:43:24 +01:00
multi_complex_count_distinct.source add alternative output for pg13 in some tests 2020-08-04 15:18:27 +03:00
multi_copy.source Allow disabling node(s) when multiple failures happen 2021-12-01 10:19:48 +01:00
multi_load_data.source Remove master_append_table_to_shard UDF 2021-11-08 10:43:24 +01:00
multi_load_data_superuser.source Adds multi_schedule_hyperscale schedule 2020-04-10 15:54:47 +03:00
multi_load_more_data.source Remove copy into new append shard logic 2021-11-07 21:01:40 +01:00
multi_mx_copy_data.source Enable replication factor > 1 in metadata syncing (#5392) 2021-11-15 15:10:18 +03:00
multi_outer_join.source Never allow co-located joins of append-distributed tables 2021-10-18 21:11:16 +02:00
multi_outer_join_reference.source Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
tablespace.source CHANGELOG: Allow REINDEX to change the tablespace of the new index 2021-09-03 15:44:28 +03:00
worker_copy.source Use citus.next_shard_id where practical in regression tests 2017-11-15 10:12:05 +01:00