Skip to content

MinerU 3.1.6 图片解析 409 Conflict / EngineDeadError 报错。 #5318

Description

@fdfdfd123

🔎 Search before asking | 提交之前请先搜索

  • I have searched the MinerU Readme and found no similar bug report.
  • I have searched the MinerU Issues and found no similar bug report.
  • I have searched the MinerU Discussions and found no similar bug report.

🤖 Consult the online AI assistant for assistance | 在线 AI 助手咨询

Description of the bug | 错误描述

最近1个月文档解析,压力测试发现5-6次 报错同一个错误。在前端页面的报错信息 及 服务队报错log 如下:
一、错误链路还原

  1. 前端 Web 页面报错
    → 调用后端服务(返回 500)
    → 后端调用 MinerU API: POST http://192.111.102.205:8901/file_parse
    → MinerU 返回 409 Conflict
    → 任务状态: failed
    → 错误: "EngineCore encountered an issue"

  2. 服务端报错 log
    POST /file_parse
    → aio_layout_detect() ← 版面检测阶段
    → _aio_predict() ← 调用 VLM 推理
    → aio_predict() ← 异步推理
    → AsyncLLM.generate()
    → add_request() ← 向引擎提交请求时发现引擎已死
    → raise EngineDeadError()

请问: 1. 上面的错误是已知 bug吗?在mineru3.4.4 版本是否已解决;
2. 如果不是已知 bug,可能的原因是什么,如何解决。

How to reproduce the bug | 如何复现

用docker yaml启动,单卡单api或多卡router均可,多发几个文件处理

Operating System Mode | 操作系统类型

Linux

Operating System Version| 操作系统版本

Ubuntu 22.04

Python version | Python 版本

3.13

Software version | 软件版本 (mineru --version)

>=2.5

Backend name | 解析后端

vlm

Device mode | 设备模式

cuda

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions