Aiven-Open/cloud-storage-connectors-for-apache-kafka

S3 source silently fails with `No space in queue`

Open

#513 创建于 2025年8月21日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)Java (37 fork)auto 404
documentationgood first issue

仓库指标

Star
 (56 star)
PR 合并指标
 (PR 指标待抓取)

描述

Original title was: S3 source silently fails with No space in queue Documentation should be extracted from the information provided by @Claudenw below.

After setting up the S3 sink & S3 source plugins - I noticed that while the S3 source is able to see the files and create the missing topics, it was failing to actually commit anything due to this No space in queue error and it would still go through with committing the file.

[Worker-0b4cf60df7c1ad1cd] [2025-08-21 05:28:29,254] INFO [127.0.0.1](http://127.0.0.1/) - - [21/Aug/2025:05:28:29 +0000] "GET / HTTP/1.1" 200 82 "-" "curl/8.3.0" 1 (org.apache.kafka.connect.runtime.rest.RestServer:62)
[Worker-0b4cf60df7c1ad1cd] [2025-08-21 05:28:31,094] INFO [s3-to-kafka|task-0] No space in queue (io.aiven.kafka.connect.s3.source.S3SourceTask:198)
[Worker-0b4cf60df7c1ad1cd] [2025-08-21 05:28:34,733] INFO [s3-to-kafka|task-0] No space in queue (io.aiven.kafka.connect.s3.source.S3SourceTask:198)
[Worker-0b4cf60df7c1ad1cd] [2025-08-21 05:28:39,125] INFO [s3-to-kafka|task-0] No space in queue (io.aiven.kafka.connect.s3.source.S3SourceTask:198)
[Worker-0b4cf60df7c1ad1cd] [2025-08-21 05:28:43,558] INFO [s3-to-kafka|task-0] No space in queue (io.aiven.kafka.connect.s3.source.S3SourceTask:198)
[Worker-0b4cf60df7c1ad1cd] [2025-08-21 05:28:44,150] INFO [s3-to-kafka|task-0|offsets] Committed all records through last poll() (io.aiven.kafka.connect.s3.source.S3SourceTask:128)

贡献者指南