Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete history_record when endpoint is unmatched (#1011)
This is a port of #1006 from 1.8.x Only a partial port is done, as the main issue was already corrected during a refactoring * Ensure persistence_guid_count_ is deleted when it reaches to zero to free memory * Change the condition to delete the records from count == 0 to count <= 0 for robustness
- Loading branch information