Background
During our last signer set upgrade, we saw degraded performance on mainnet with increased CPU utilization and signing latency for three days. This correlated with the nodes generating new assets (presignatures & triplets). However these should run on a separate thread with lower priority. We need to understand how increased asset generation load can impact our signing performance.
User Story
As an operator I'd like the system to keep producing signatures while assets are generated.
Acceptance Criteria
We understand why asset generation can cause degraded performance.
Resources & Additional Notes
One theory is that the near core process starts lagging due to the asset generation load.
Background
During our last signer set upgrade, we saw degraded performance on mainnet with increased CPU utilization and signing latency for three days. This correlated with the nodes generating new assets (presignatures & triplets). However these should run on a separate thread with lower priority. We need to understand how increased asset generation load can impact our signing performance.
User Story
As an operator I'd like the system to keep producing signatures while assets are generated.
Acceptance Criteria
We understand why asset generation can cause degraded performance.
Resources & Additional Notes
One theory is that the near core process starts lagging due to the asset generation load.