Skip to content

[Bug] Long messages cause hang with MiniMax M2.5 #244

@smasunspot

Description

@smasunspot

Environment

  • System: macOS
  • Model: MiniMax-M2.5-highspeed (minimax-portal)
  • Plugin: memory-lancedb-pro v1.1.0-beta.9
  • Embedding: Ollama (nomic-embed-text)

Problem

When memory-lancedb-pro plugin is enabled, sending long messages (~2000+ characters) causes the agent to hang with no response. Gateway process remains alive but stops logging.

Steps to Reproduce

  1. Enable memory-lancedb-pro plugin
  2. Send a long message (2000+ characters)
  3. Agent hangs - no response

Logs

2026-03-17T09:57:21 [feishu] received message (long text)
2026-03-17T09:57:22 [plugins] memory-lancedb-pro: injecting 3 memories into context
<-- logs stop here -->

Attempted Solutions

  1. Adjusted reflection config (issue [Enhancement] Reduce reflection message count and increase timeout defaults #198) - set messageCount: 30, timeoutMs: 60000 ❌ Still hangs
  2. Disabled smartExtraction - set smartExtraction: false ❌ Still hangs
  3. Disabled MLP completely - works fine ✅

Conclusion

The issue is not in smartExtraction. Something in MLP's processing of long messages (possibly embedding or recall phase) causes the hang. Need author to investigate further.


Environment: OpenClaw gateway, MiniMax M2.5, memory-lancedb-pro v1.1.0-beta.9

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions