MCPcopy Create free account
hub / github.com/apache/impala / log_handle

Method log_handle

tests/common/impala_connection.py:307–310  ·  view source on GitHub ↗

Log 'message' at INFO level, along with id of 'operation_handle'.

(self, operation_handle, message)

Source from the content-addressed store, hash-verified

305 pass
306
307 def log_handle(self, operation_handle, message):
308 """Log 'message' at INFO level, along with id of 'operation_handle'."""
309 handle_id = self.handle_id(operation_handle)
310 LOG.info(u"{0}: {1}".format(handle_id, message))
311
312 def log_client(self, message):
313 """Log 'message' at INFO level, prefixed wih the protocol name of this connection."""

Callers 15

__is_at_exec_stateMethod · 0.95
close_queryMethod · 0.45
close_dmlMethod · 0.45
cancelMethod · 0.45
get_stateMethod · 0.45
get_exec_summaryMethod · 0.45
get_runtime_profileMethod · 0.45
get_admission_resultMethod · 0.45
get_logMethod · 0.45
fetchMethod · 0.45

Calls 2

handle_idMethod · 0.95
formatMethod · 0.45

Tested by

no test coverage detected