mirror of https://github.com/citusdata/citus.git
Update src/backend/distributed/test/metadata_sync.c
Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>pull/7295/head
parent
989de63ed2
commit
52d9425bda
|
@ -149,7 +149,7 @@ wait_until_metadata_sync(PG_FUNCTION_ARGS)
|
||||||
{
|
{
|
||||||
ClearResults(connection, true);
|
ClearResults(connection, true);
|
||||||
}
|
}
|
||||||
else if (waitResult & WL_TIMEOUT && IsMetadataSynced())
|
else if (waitResult & WL_TIMEOUT && !IsMetadataSynced())
|
||||||
{
|
{
|
||||||
elog(WARNING, "waiting for metadata sync timed out");
|
elog(WARNING, "waiting for metadata sync timed out");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue