Skip to content

Fix/revalidator issues

Cristina Pauna requested to merge fix/revalidatorIssues into main

This fixes some issues noticed when stress-testing the revalidator:

  • Fixed missing abs, in java % can return negative results, so not all SDs were assigned to a chunk.
  • Fixed missing reset of lastHash after finishing a chunk.
  • Fixed database sessions not being closed.

Merge request reports