sub007 commented on issue #10873:
URL: https://github.com/apache/druid/issues/10873#issuecomment-799556133


   If you are worried about this -
   > Reports and Logs Show this
   >Request failed with status code 404
   
   You shouldn't be. The reason that you see _Request failed with status code 
404_ is for the GET request that you made to Druid to get the status.
   What Druid does is while the ingestion is in progress, it keeps the logs in 
temp but once the ingestion completes (success/failure) pushes the logs to the 
location configured by you using `druid.indexer.logs.type` and the other 
correspoding `druid.indexer.logs.*` properties. You need to look for a log file 
something like _index_parallel_inline_data_cionejop_ (based on your logs above) 
at the location set using `druid.indexer.logs.s3Bucket` assuming you have set 
`druid.indexer.logs.type` as `S3`. 


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to