improve logs
This commit is contained in:
parent
bc5d532735
commit
3faa389860
@ -33,7 +33,7 @@ AS $$
|
|||||||
except Exception as err:
|
except Exception as err:
|
||||||
error = "client_error - %s" % str(err)
|
error = "client_error - %s" % str(err)
|
||||||
# NOTE: no retries on connection error
|
# NOTE: no retries on connection error
|
||||||
plpy.warning('Invalidation Service connection error: ' + str(err))
|
plpy.warning('Error trying to connect to Invalidation Service to link Ghost Tables: ' + str(err))
|
||||||
break
|
break
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@ -43,7 +43,7 @@ AS $$
|
|||||||
error = "request_error - %s" % str(err)
|
error = "request_error - %s" % str(err)
|
||||||
client = GD['invalidation'] = None # force reconnect
|
client = GD['invalidation'] = None # force reconnect
|
||||||
if not tis_retry:
|
if not tis_retry:
|
||||||
plpy.warning('Invalidation Service error: ' + str(err))
|
plpy.warning('Error calling Invalidation Service to link Ghost Tables: ' + str(err))
|
||||||
break
|
break
|
||||||
tis_retry -= 1 # try reconnecting
|
tis_retry -= 1 # try reconnecting
|
||||||
$$ LANGUAGE 'plpythonu' VOLATILE PARALLEL UNSAFE;
|
$$ LANGUAGE 'plpythonu' VOLATILE PARALLEL UNSAFE;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
NOTICE: _CDB_LinkGhostTables() called with username=fulanito, event_name=USER
|
NOTICE: _CDB_LinkGhostTables() called with username=fulanito, event_name=USER
|
||||||
|
|
||||||
|
|
||||||
WARNING: Invalidation Service error: Error -2 connecting fake-tis-host:3142. Name or service not known.
|
WARNING: Error calling Invalidation Service to link Ghost Tables: Error -2 connecting fake-tis-host:3142. Name or service not known.
|
||||||
NOTICE: _CDB_LinkGhostTables() called with username=fulanito, event_name=USER
|
NOTICE: _CDB_LinkGhostTables() called with username=fulanito, event_name=USER
|
||||||
|
|
||||||
BEGIN
|
BEGIN
|
||||||
@ -11,7 +11,7 @@ cdb_ddl_execution
|
|||||||
0
|
0
|
||||||
CREATE TABLE
|
CREATE TABLE
|
||||||
1
|
1
|
||||||
WARNING: Invalidation Service error: Error -2 connecting fake-tis-host:3142. Name or service not known.
|
WARNING: Error calling Invalidation Service to link Ghost Tables: Error -2 connecting fake-tis-host:3142. Name or service not known.
|
||||||
NOTICE: _CDB_LinkGhostTables() called with username=fulanito, event_name=CREATE TABLE
|
NOTICE: _CDB_LinkGhostTables() called with username=fulanito, event_name=CREATE TABLE
|
||||||
COMMIT
|
COMMIT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user