[
https://issues.apache.org/jira/browse/HIVE-28246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor updated HIVE-28246:
--------------------------------
Description:
{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}
> 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
> Priority: Major
>
> {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)