zhangbutao commented on code in PR #5375:
URL: https://github.com/apache/hive/pull/5375#discussion_r1800704410
##########
llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryTracker.java:
##########
@@ -70,7 +71,7 @@ public class QueryTracker extends AbstractService {
private static final Logger LOG =
LoggerFactory.getLogger(QueryTracker.class);
private static final Marker QUERY_COMPLETE_MARKER =
- new Log4jMarker(new Log4jQueryCompleteMarker());
+ new Log4jMarker(StaticMarkerBinder.getSingleton().getMarkerFactory(),
new Log4jQueryCompleteMarker());
Review Comment:
`StaticMarkerBinder.getSingleton().getMarkerFactory()` is the correct way to
initialize the `Maker`?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]