mirror of https://github.com/citusdata/citus.git
Fixes out files for transaction message
parent
c437850db5
commit
c8fcf080c2
|
@ -26,8 +26,9 @@ SELECT citus.mitmproxy('conn.onQuery(query="CREATE").kill()');
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
CREATE INDEX CONCURRENTLY idx_index_test ON index_test(id, value_1);
|
CREATE INDEX CONCURRENTLY idx_index_test ON index_test(id, value_1);
|
||||||
WARNING: CONCURRENTLY-enabled index commands can fail partially, leaving behind an INVALID index.
|
WARNING: Commands that are not transaction-safe may result in partial failure, potentially leading to an inconsistent state.
|
||||||
Use DROP INDEX CONCURRENTLY IF EXISTS to remove the invalid index.
|
If the problematic command is a CREATE operation, consider using the 'IF EXISTS' syntax to drop the object,
|
||||||
|
if applicable, and then reattempt the original command.
|
||||||
ERROR: connection to the remote node localhost:xxxxx failed with the following error: connection not open
|
ERROR: connection to the remote node localhost:xxxxx failed with the following error: connection not open
|
||||||
SELECT citus.mitmproxy('conn.allow()');
|
SELECT citus.mitmproxy('conn.allow()');
|
||||||
mitmproxy
|
mitmproxy
|
||||||
|
@ -59,8 +60,9 @@ SELECT citus.mitmproxy('conn.onQuery(query="CREATE").kill()');
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
CREATE INDEX CONCURRENTLY idx_index_test ON index_test(id, value_1);
|
CREATE INDEX CONCURRENTLY idx_index_test ON index_test(id, value_1);
|
||||||
WARNING: CONCURRENTLY-enabled index commands can fail partially, leaving behind an INVALID index.
|
WARNING: Commands that are not transaction-safe may result in partial failure, potentially leading to an inconsistent state.
|
||||||
Use DROP INDEX CONCURRENTLY IF EXISTS to remove the invalid index.
|
If the problematic command is a CREATE operation, consider using the 'IF EXISTS' syntax to drop the object,
|
||||||
|
if applicable, and then reattempt the original command.
|
||||||
ERROR: connection to the remote node localhost:xxxxx failed with the following error: connection not open
|
ERROR: connection to the remote node localhost:xxxxx failed with the following error: connection not open
|
||||||
SELECT citus.mitmproxy('conn.allow()');
|
SELECT citus.mitmproxy('conn.allow()');
|
||||||
mitmproxy
|
mitmproxy
|
||||||
|
@ -86,8 +88,9 @@ SELECT citus.mitmproxy('conn.onQuery(query="CREATE").cancel(' || pg_backend_pid(
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
CREATE INDEX CONCURRENTLY idx_index_test ON index_test(id, value_1);
|
CREATE INDEX CONCURRENTLY idx_index_test ON index_test(id, value_1);
|
||||||
WARNING: CONCURRENTLY-enabled index commands can fail partially, leaving behind an INVALID index.
|
WARNING: Commands that are not transaction-safe may result in partial failure, potentially leading to an inconsistent state.
|
||||||
Use DROP INDEX CONCURRENTLY IF EXISTS to remove the invalid index.
|
If the problematic command is a CREATE operation, consider using the 'IF EXISTS' syntax to drop the object,
|
||||||
|
if applicable, and then reattempt the original command.
|
||||||
ERROR: canceling statement due to user request
|
ERROR: canceling statement due to user request
|
||||||
SELECT citus.mitmproxy('conn.allow()');
|
SELECT citus.mitmproxy('conn.allow()');
|
||||||
mitmproxy
|
mitmproxy
|
||||||
|
@ -111,8 +114,9 @@ SELECT citus.mitmproxy('conn.onQuery(query="CREATE").cancel(' || pg_backend_pid(
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
CREATE INDEX CONCURRENTLY idx_index_test ON index_test(id, value_1);
|
CREATE INDEX CONCURRENTLY idx_index_test ON index_test(id, value_1);
|
||||||
WARNING: CONCURRENTLY-enabled index commands can fail partially, leaving behind an INVALID index.
|
WARNING: Commands that are not transaction-safe may result in partial failure, potentially leading to an inconsistent state.
|
||||||
Use DROP INDEX CONCURRENTLY IF EXISTS to remove the invalid index.
|
If the problematic command is a CREATE operation, consider using the 'IF EXISTS' syntax to drop the object,
|
||||||
|
if applicable, and then reattempt the original command.
|
||||||
ERROR: canceling statement due to user request
|
ERROR: canceling statement due to user request
|
||||||
SELECT citus.mitmproxy('conn.allow()');
|
SELECT citus.mitmproxy('conn.allow()');
|
||||||
mitmproxy
|
mitmproxy
|
||||||
|
@ -137,8 +141,9 @@ SELECT citus.mitmproxy('conn.onQuery(query="DROP INDEX CONCURRENTLY").kill()');
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
DROP INDEX CONCURRENTLY IF EXISTS idx_index_test;
|
DROP INDEX CONCURRENTLY IF EXISTS idx_index_test;
|
||||||
WARNING: CONCURRENTLY-enabled index commands can fail partially, leaving behind an INVALID index.
|
WARNING: Commands that are not transaction-safe may result in partial failure, potentially leading to an inconsistent state.
|
||||||
Use DROP INDEX CONCURRENTLY IF EXISTS to remove the invalid index.
|
If the problematic command is a CREATE operation, consider using the 'IF EXISTS' syntax to drop the object,
|
||||||
|
if applicable, and then reattempt the original command.
|
||||||
ERROR: connection to the remote node localhost:xxxxx failed with the following error: connection not open
|
ERROR: connection to the remote node localhost:xxxxx failed with the following error: connection not open
|
||||||
SELECT citus.mitmproxy('conn.allow()');
|
SELECT citus.mitmproxy('conn.allow()');
|
||||||
mitmproxy
|
mitmproxy
|
||||||
|
@ -164,8 +169,9 @@ SELECT create_distributed_table('index_test_2', 'a');
|
||||||
|
|
||||||
INSERT INTO index_test_2 VALUES (1, 1), (1, 2);
|
INSERT INTO index_test_2 VALUES (1, 1), (1, 2);
|
||||||
CREATE UNIQUE INDEX CONCURRENTLY index_test_2_a_idx ON index_test_2(a);
|
CREATE UNIQUE INDEX CONCURRENTLY index_test_2_a_idx ON index_test_2(a);
|
||||||
WARNING: CONCURRENTLY-enabled index commands can fail partially, leaving behind an INVALID index.
|
WARNING: Commands that are not transaction-safe may result in partial failure, potentially leading to an inconsistent state.
|
||||||
Use DROP INDEX CONCURRENTLY IF EXISTS to remove the invalid index.
|
If the problematic command is a CREATE operation, consider using the 'IF EXISTS' syntax to drop the object,
|
||||||
|
if applicable, and then reattempt the original command.
|
||||||
ERROR: could not create unique index "index_test_2_a_idx_1880019"
|
ERROR: could not create unique index "index_test_2_a_idx_1880019"
|
||||||
DETAIL: Key (a)=(1) is duplicated.
|
DETAIL: Key (a)=(1) is duplicated.
|
||||||
CONTEXT: while executing command on localhost:xxxxx
|
CONTEXT: while executing command on localhost:xxxxx
|
||||||
|
|
|
@ -88,8 +88,9 @@ SELECT create_distributed_table('failover_to_local', 'a', shard_count=>32);
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
CREATE INDEX CONCURRENTLY ON failover_to_local(a);
|
CREATE INDEX CONCURRENTLY ON failover_to_local(a);
|
||||||
WARNING: CONCURRENTLY-enabled index commands can fail partially, leaving behind an INVALID index.
|
WARNING: Commands that are not transaction-safe may result in partial failure, potentially leading to an inconsistent state.
|
||||||
Use DROP INDEX CONCURRENTLY IF EXISTS to remove the invalid index.
|
If the problematic command is a CREATE operation, consider using the 'IF EXISTS' syntax to drop the object,
|
||||||
|
if applicable, and then reattempt the original command.
|
||||||
ERROR: the total number of connections on the server is more than max_connections(100)
|
ERROR: the total number of connections on the server is more than max_connections(100)
|
||||||
HINT: Consider using a higher value for max_connections
|
HINT: Consider using a higher value for max_connections
|
||||||
-- reset global GUC changes
|
-- reset global GUC changes
|
||||||
|
|
Loading…
Reference in New Issue