Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(model-server): deadlock between transactions
The server sometimes didn't respond anymore because of a deadlock between ignite transactions. Lock ordering is a common strategy to avoid deadlocks, which is simply done by sorting the entries before writing them to the ignite cache.
- Loading branch information