JonathanYakan commented on issue #17848:
URL: https://github.com/apache/druid/issues/17848#issuecomment-2854475087
Hello, I had exactly the same issue — same logs, same behavior — and to fix
it, I added this to the common.runtime.properties of my peon:
#
# logs
#
druid.indexer.logs.type=s3
druid.indexer.logs.s3Bucket=bucket-name-druid-test
druid.indexer.logs.s3Prefix=druid/indexing-logs
druid.s3.accessKey=
druid.s3.secretKey=
and in the coordinator:
druid.indexer.fallbackToS3TaskJsonFetch=true
druid.indexer.logs.type=s3
druid.indexer.logs.s3Bucket=bucket-name-druid-test
druid.indexer.logs.s3Prefix=druid/indexing-logs
--
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]