Re: Partition states validation has filed for group: CUSTOMER_KV

2021-09-11 Thread Pavel Kovalenko
Hi Naveen, I think just stopping updates is not enough to make a consistent snapshot of the partition stores. You must ensure that all updates are also checkpointed to disk. Otherwise, to restore a valid snapshot you must copy WAL as well as partition stores. You can try to deactivate the source

Re: Max cache entry size

2021-09-11 Thread vtchernyi
Hello Mark,My experiments with Ignite clearly say that the value size must be about few memory pages, one page is 4K. Or may be tens, but not thousands of pages. If you enlarge value size, it is no good; if you are getting millions of key/value pair for the single cache, it is OK. Large values