Knowledge Graph Incidents

Symptoms

Immediate Mitigation

1
2
3
4
5
6
7
8
# Check KG health
curl http://localhost:4800/kg/health

# Restart KG service
just restart knowledge-graph

# Check memory usage
docker stats sea-knowledge-graph

Verification Steps

  1. Health endpoint returns 200
  2. SPARQL queries respond <1s
  3. Reasoning profiles working
  4. No error spikes in logs

Log Locations

Rollback

1
2
# Revert to last known good snapshot
just kg-revert-snapshot <snapshot-id>

Escalation