[
https://issues.apache.org/jira/browse/HIVE-24739?focusedWorklogId=552454&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-552454
]
ASF GitHub Bot logged work on HIVE-24739:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Feb/21 06:52
Start Date: 15/Feb/21 06:52
Worklog Time Spent: 10m
Work Description: pvary commented on a change in pull request #1946:
URL: https://github.com/apache/hive/pull/1946#discussion_r575973310
##########
File path:
service/src/java/org/apache/hive/service/cli/thrift/ThriftCLIService.java
##########
@@ -119,6 +122,8 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
+import com.google.common.collect.EvictingQueue;
Review comment:
Nit: why new line before this?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 552454)
Time Spent: 3h 40m (was: 3.5h)
> Clarify Usage of Thrift TServerEventHandler and Count Number of Messages
> Processed
> ----------------------------------------------------------------------------------
>
> Key: HIVE-24739
> URL: https://issues.apache.org/jira/browse/HIVE-24739
> Project: Hive
> Issue Type: Improvement
> Reporter: David Mollitor
> Assignee: David Mollitor
> Priority: Major
> Labels: pull-request-available
> Time Spent: 3h 40m
> Remaining Estimate: 0h
>
> Make the messages emitted from {{TServerEventHandler}} more meaningful.
> Also, track the number of messages that each client sends to aid in
> troubleshooting.
> I run into this issue all the time with and this would greatly help clarify
> the logging.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)