You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the trace agent is logging anything through it's interceptors, add the possibility to log the current thread's name, which is very useful in a multi-threaded application.
For example a line with date and thread name logged would look like: 2024-07-16T21:11:58.904 [Scheduled Query Poller] TraceAgent (timing): public org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse org.apache.hadoop.hive.metastore.HiveMetaStoreClient.scheduledQueryPoll(org.apache.hadoop.hive.metastore.api.ScheduledQueryPollRequest) throws org.apache.hadoop.hive.metastore.api.MetaException,org.apache.thrift.TException took 5 ms
The text was updated successfully, but these errors were encountered:
mszurap
pushed a commit
to mszurap/trace-agent
that referenced
this issue
Jul 18, 2024
When the trace agent is logging anything through it's interceptors, add the possibility to log the current thread's name, which is very useful in a multi-threaded application.
For example a line with date and thread name logged would look like:
2024-07-16T21:11:58.904 [Scheduled Query Poller] TraceAgent (timing):
public org.apache.hadoop.hive.metastore.api.ScheduledQueryPollResponse org.apache.hadoop.hive.metastore.HiveMetaStoreClient.scheduledQueryPoll(org.apache.hadoop.hive.metastore.api.ScheduledQueryPollRequest) throws org.apache.hadoop.hive.metastore.api.MetaException,org.apache.thrift.TExceptiontook 5 ms
The text was updated successfully, but these errors were encountered: