[
https://issues.apache.org/jira/browse/HIVE-28246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HIVE-28246:
----------------------------------
Labels: newbie pull-request-available (was: newbie)
> Confusing log messages in LlapTaskScheduler
> -------------------------------------------
>
> Key: HIVE-28246
> URL: https://issues.apache.org/jira/browse/HIVE-28246
> Project: Hive
> Issue Type: Improvement
> Reporter: László Bodor
> Assignee: Zoltán Rátkai
> Priority: Major
> Labels: newbie, pull-request-available
>
> https://github.com/apache/hive/blob/8415527101432bb5bf14b3c2a318a2cc40801b9a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskSchedulerService.java#L1719
> {code}
> WM_LOG.info("Registering " + taskInfo.attemptId + "; " +
> taskInfo.isGuaranteed);
> {code}
> leads to a message like:
> {code}
> Registering attempt_1714730410273_0009_153_05_000235_10; false
> {code}
> "false" is out of any context, supposed to be something like:
> {code}
> Registering attempt_1714730410273_0009_153_05_000235_10, guaranteed: false
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)