-
Bug
-
Resolution: Done
-
Major
-
14.0.22.Final
-
None
The restore procedure in 14.0.22.Final in a clustered environment takes much longer than compared to 14.0.7.Final.
For comparison, executing on 14.0.7.Final:
2024-01-23 18:30:20,102 INFO (jgroups-13,node-0) [org.infinispan.server.core.backup.BackupManagerImpl] ISPN005045: Starting restore 'reproducer2' of 'backup.zip' 2024-01-23 18:31:48,750 INFO (non-blocking-thread-node-0-p2-t11) [org.infinispan.server.core.backup.BackupManagerImpl] ISPN005046: Restore 'reproducer2' complete
Takes around 1min 30s.
And 14.0.22.Final:
2024-01-23 18:46:03,516 INFO (jgroups-7,node-0) [org.infinispan.server.core.backup.BackupManagerImpl] ISPN005045: Starting restore 'reproducer2' of 'backup.zip' 2024-01-23 18:50:12,590 INFO (non-blocking-thread-node-0-p2-t6) [org.infinispan.server.core.backup.BackupManagerImpl] ISPN005046: Restore 'reproducer2' complete
Takes around 4min.
This is with the same backup.zip, a single distributed cache with 2 owners, and restoring on a 3-node cluster.
- is caused by
-
ISPN-14994 JGroups 5.2.17.Final
- Resolved