-
Hello, Does anyone know why would a cluster restore take considerably longer in version 14.0.19, compared against version 14.0.7? We are restoring a ~50MB file with 2 caches, each containing around 700K entries. We are using the same configuration in both scenarios.
distributedCache:
mode: "SYNC"
owners: "3"
statistics: "true"
partition-handling:
merge-policy: "PREFERRED_NON_NULL"
state-transfer:
timeout: "360000"
await-initial-transfer: "true"
persistence:
passivation: "false"
file-store:
shared: "false"
data:
path: "/opt/infinispan/server/data/store"
index:
path: "/opt/infinispan/server/data/index"
backups:
SiteGreen:
backup:
strategy: "ASYNC"
stateTransfer:
mode: "AUTO" The restore takes < 20 minutes in version 14.0.7, whereas in version 14.0.19 is taking > 2 hours. We already tried disabling xsite replication and persistence, to no avail. Thank you in advanced. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@mtrejo Thanks for reporting. I was able to reproduce it. Created ISPN-15523. If I find a workaround, I'll add it here. |
Beta Was this translation helpful? Give feedback.
This should be fixed on 14.0.28.Final.