We have hit a problem where the stream
$projections-$master being written to every second (roughly):
When I take a peek inside the $statistics-report, the values are always the same:
{
“id”: “169afa10268c480c9fbe473638d495ef”,
“statistics”: {
"status": "Running",
"stateReason": "",
"name": "MaintainPendingOrdersBookPartition",
"projectionId": 14,
"epoch": 13,
"version": 14,
"position": "$ce-ProductBucket: 26418",
"progress": 100.0,
"lastCheckpoint": "$ce-ProductBucket: 11594",
"eventsProcessedAfterRestart": 8487,
"checkpointStatus": "",
"partitionsCached": 1,
"effectiveName": "MaintainPendingOrdersBookPartition",
"coreProcessingTime": 53468
}
}
We have no active connections to the Event Store, and there is no visible activity on the Event Store except this stream getting hammered.
The disk space is almost out (it’s just a micro server) and we are running a scavenge every two hours.
Anyone any idea what is happening?
Just for some background, we have a service which was reading the projection state (probably every 200ms) to look for new entries.
Could this have resulted in some sort of backlog (and if so, is there a way to verify this)
Thanks in advance.