Hi All,
Sorry if these questions are too basic.

1) How does cache replication work in context of native persistence,
especially in context of WAL files? Do the primary and replication node
have separate WAL files?
2) How does baseline topology work in context of kubernetes, with
persistent storage volume enabled? When a pod dies,  and is replaced with a
new pod,
  a) does the cache gets rebuilt from the persisted data to disk on the
hosting node or
  b) does it reloaded from its replica cache (assuming cache was configured
with replicated option)? or
  c) does rebalancing occur with creation of a replacement pod? If yes,
what happens to the data on disk?
  d) does the replacement pod automatically assume the id of the lost pod
(as far basline topology is concerned)?

thanks.

Reply via email to