[Bug] Subgraph failed with non-deterministic error: Failed to transact block operations: internal constraint violated: Subgraph writer is not running #5149
A subgraph of mine is hitting the above error and restarting my indexer doesn't seem to resolve the issue. I've scanned the logs and can't seem to find anything which might be problematic. Below I've pasted logs from our log warehouse which were fetched with the following query (I've excluded logs lines which seem like they are high in volume and low in relevance)
select fromUnixTimestamp64Milli(unix_timestamp), severity, message
from graph_node_logs
where (subgraph_id = 'QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9') and unix_timestamp <= 1705603602517 and message not ilike 'Requesting%' and message not ilike 'Scanning%' and message not ilike 'Found 0%'
order by unix_timestamp desc
limit 1000
Bug report
A subgraph of mine is hitting the above error and restarting my indexer doesn't seem to resolve the issue. I've scanned the logs and can't seem to find anything which might be problematic. Below I've pasted logs from our log warehouse which were fetched with the following query (I've excluded logs lines which seem like they are high in volume and low in relevance)
I'm running graph node 0.33.0
Relevant log output
IPFS hash
QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9
Subgraph name or link to explorer
No response
Some information to help us out
OS information
None