Skip to content

πŸ”΄ INT-P08 (Dev.WeOwn.Tools) β€” Unexpected Instance Restart + Template Drift [REF: GTM_2026-W27_1024 + 1025]Β #1

Description

@YonksTEAM

title: "πŸ”΄ INT-P08 (Dev.WeOwn.Tools) β€” Unexpected Instance Restart + Template Drift [REF: GTM_2026-W27_1024 + 1025]"
labels: bug, instance-config, incident, int-p08, infra, p0
assignees: SHD, CTO

πŸ”΄ INCIDENT REPORT: INT-P08 UNEXPECTED RESTART + TEMPLATE DRIFT

Field Value
Instance INT-P08 (Dev.WeOwn.Tools β€” WeOwnLLM v1.14.1)
Incident REFs GTM_2026-W27_1024 (Log) Β· GTM_2026-W27_1025 (ContextVolley)
Detected 00:52 MDT β€” 30 Jun 2026 (W27 D2) β€” MetaCouncil VSA agents all returned zero success
Diagnosed 01:04 MDT β€” @YonksTEAM:ADMIN confirmed incorrect template settings
Deep Dive @ncimino πŸ—οΈ β€” Root cause investigation completed
Resolution Status ⬜ PENDING β€” @mshahid538 πŸ–₯️ tasked with config restore
Priority πŸ”΄ P0 β€” Blocking ALL MetaCouncil agents on INT-P08

❌ What Happened

INT-P08 experienced an unexpected restart during the W27 D1β†’D2 transition period. Upon restart, the instance loaded default WeOwnLLM templates instead of the custom configuration, causing three critical configuration drifts:

Setting ❌ DEFAULT (Loaded After Restart) βœ… CORRECT (Must Restore)
#LLMmodel Anthropic: Claude Opus 4.5 DeepSeek V4 Flash
Stream Timeout 3000ms (AnythingLLM default) 10000ms
Embedding Provider AnythingLLM Embedder β†’ all-MiniLM-L6-v2 OpenRouter.ai β†’ Perplexity 1V 4B

πŸ”Ž Root Cause Analysis

Factor Detail
Trigger Event INT-P08 WeOwnLLM v1.14.1 instance restarted unexpectedly β€” exact trigger under investigation
Root Cause Instance restart caused loss of custom configuration β€” WeOwnLLM loaded factory default templates instead of saved custom config. Config persistence after restart appears unreliable in v1.14.1
Contributing Factor #1 No automated health check/alerting β€” restart was only detected when @YonksTEAM:ADMIN noticed MetaCouncil agents behaving incorrectly
Contributing Factor #2 No config backup or startup script β€” nothing re-applies custom settings after an unexpected restart
Detection Gap ~1+ hour gap between restart (late W27 D1) and detection (00:52 MDT W27 D2)

πŸ“‹ Impact Assessment β€” Chain Reaction

INT-P08 RESTARTED
    ↓
Loaded DEFAULT template (not custom config)
    ↓
All agents switched from DeepSeek V4 Flash β†’ Claude Opus 4.5
    ↓
Stream timeout cut from 10000ms β†’ 3000ms
    ↓
Embedder changed from Perplexity 1V 4B β†’ all-MiniLM-L6-v2
    ↓
RAG retrieval degraded (wrong embedder β†’ wrong vector similarity)
    ↓
Agent responses inconsistent/failing
    ↓
MetaCouncil VSA attempts = ZERO SUCCESS across ALL agents
Component Impact Severity
πŸ”¬ο½œDRP|Research DRP.bot πŸ›‘οΈ πŸ”΄ HIGH
πŸš€ο½œMAIT-Postiz Newly initiated MAIT agent 🟑 MEDIUM
ALL AGENTS Stream timeout too low β†’ timeouts on long tool calls πŸ”΄ HIGH
RAG Vector Store Wrong embedder β†’ retrieval failure πŸ”΄ HIGH
πŸ”΄ MetaCouncil VSA Failed β€” agents couldn't execute properly πŸ”΄ HIGH

πŸ› οΈ Resolution Steps β€” Tasked to @mshahid538 πŸ–₯️

# Action Detail Priority Status
1 Diagnose restart cause Check WeOwnLLM v1.14.1 logs on INT-P08 β€” why did it restart? πŸ”΄ P0 ⬜ PENDING
2 Restore #LLMmodel Set back to DeepSeek V4 Flash for ALL workspaces πŸ”΄ P0 ⬜ PENDING
3 Restore Stream Timeout Set to 10000ms πŸ”΄ P0 ⬜ PENDING
4 Restore Embedder Set to OpenRouter.ai β†’ Perplexity 1V 4B πŸ”΄ P0 ⬜ PENDING
5 Verify persistence Ensure config survives next restart 🟠 P1 ⬜ PENDING
6 RAG Re-sync Re-sync MetaCouncil.md + recent docs to vector store 🟠 P1 ⬜ PENDING
7 Smoke test Verify agent responsiveness post-restore πŸ”΄ P0 ⬜ PENDING
8 Document root cause Log findings in repo 🟑 P2 ⬜ PENDING

Reference Configuration (Known Correct)

Setting Value Source
#LLMmodel DeepSeek V4 Flash β€” 1M context INT-P08 workspace prompt (v4.1.5.1-r1)
Stream Timeout 10000ms INT-B001 proven stable across W26+W27
Embedder OpenRouter.ai β†’ Perplexity 1V 4B Prior INT-P08 known-good config

πŸ›‘οΈ #BestPractices β€” Lessons for Prevention

Lesson Detail Status
Config Persistence WeOwnLLM v1.14.1 lost custom config on restart β€” investigate if this is a bug or expected behavior πŸ”’ IMMUTABLE TRACKING
Health Check Monitoring No automated alerting exists for INT-P08 restarts. Need heartbeat or uptime monitor. 🟑 PROPOSED
Startup Script Consider a startup script that re-applies known-good config after any restart 🟑 PROPOSED
Backup Config Export known-good config as JSON/YAML β€” store in this repo for rapid restore 🟑 PROPOSED
Detection Timeline ~1hr gap between restart and detection. Auto-notification on instance restart would close this to <1min. 🟑 PROPOSED

πŸ”— Related References

Reference Description
[REF: GTM_2026-W27_1024] Infrastructure issue log β€” INT-P08 template drift
[REF: GTM_2026-W27_1025] ContextVolley β†’ @mshahid538 (CC: @ncimino) β€” Resolution tasking
ContextVolley β†’ @mshahid538 (01:13 MDT) Full mission brief with 8-step resolution checklist
WeOwnLLM Repo β€” Issue #1 API key lifecycle management (parallel infra concern)

🏷️ Labels

bug instance-config incident int-p08 infra p0 template-drift config-restore


πŸ”„ Status Updates

Leave updates as comments below. @mshahid538 πŸ–₯️ please comment when config restore is complete.

  • Initial Report: 30 Jun 2026 β€” 11:37 MDT β€” @YonksTEAM 🎯

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions