You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/09/13 17:20:12 UTC

[GitHub] [druid] didip opened a new issue, #13082: Task logs UI is empty for the new Indexer daemon.

didip opened a new issue, #13082:
URL: https://github.com/apache/druid/issues/13082

   ### Affected Version
   
   v0.23.0 and v0.22.1
   
   ### Description
   
   Task logs UI is empty for the new Indexer daemon. This is because they are all running under 1 daemon so the tasks are logged into application logs via log4j.
   
   Preferably, the task log is populated again inside their dedicated tasks folder just like how middle manager does it so that the logs can be displayed in the UI.


-- 
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: commits-unsubscribe@druid.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] FrankChen021 commented on issue #13082: Task logs UI is empty for the new Indexer daemon.

Posted by GitBox <gi...@apache.org>.
FrankChen021 commented on issue #13082:
URL: https://github.com/apache/druid/issues/13082#issuecomment-1246283792

   The default log4j has been configured to output to files. 
   
   For indexer you need to change the log4j configuration to print log to console. 


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


Re: [I] Task logs UI is empty for the new Indexer daemon. (druid)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #13082: Task logs UI is empty for the new Indexer daemon.
URL: https://github.com/apache/druid/issues/13082


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


Re: [I] Task logs UI is empty for the new Indexer daemon. (druid)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #13082:
URL: https://github.com/apache/druid/issues/13082#issuecomment-1933154308

   This issue has been closed due to lack of activity. If you think that
   is incorrect, or the issue requires additional review, you can revive the issue at
   any time.


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] gianm commented on issue #13082: Task logs UI is empty for the new Indexer daemon.

Posted by GitBox <gi...@apache.org>.
gianm commented on issue #13082:
URL: https://github.com/apache/druid/issues/13082#issuecomment-1269117476

   ForkingTaskRunner starts a new OS process and directs that process stdout and stderr to the `logFile`. We are relying on the fact that all output for an OS process goes through the same stream and that stream can be directed anywhere we want. With ThreadingTaskRunner, we don't have a way to direct the logging for individual tasks/threads etc.


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


Re: [I] Task logs UI is empty for the new Indexer daemon. (druid)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #13082:
URL: https://github.com/apache/druid/issues/13082#issuecomment-1883994801

   This issue has been marked as stale due to 280 days of inactivity.
   It will be closed in 4 weeks if no further activity occurs. If this issue is still
   relevant, please simply write any comment. Even if closed, you can still revive the
   issue at any time or discuss it on the dev@druid.apache.org list.
   Thank you for your contributions.


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org