Re: [DISCUSS] Best way to re-encrypt existing data (TDE cache key rotation).

2020-05-24 Thread Alexei Scherbakov
Pavel Pereslegin, I see another opportunity. We can use rebalancing to re-encrypt node data with a new key. It's a trivial procedure for me: stop a node, clear database, change a key, start node and wait for rebalancing to complete. Data will be re-encrypted during rebalancing. Did I miss somethi

Re: [MTCGA]: new failures in builds [5329193] needs to be handled

2020-05-24 Thread Alexei Scherbakov
I'll take a look at this. сб, 23 мая 2020 г. в 06:46, : > Hi Igniters, > > I've detected some new issue on TeamCity to be handled. You are more than > welcomed to help. > > *New test failure in master > IgnitePdsContinuousRestartTest.testRebalancingDuringLoad_10_500_8_16 > https://ci.ignite

Re: ExecutorServices hide assertions without logging and node stop

2020-05-24 Thread Maxim Muzafarov
Ivan, Not sure that I've got your point. Let me give some example: IgniteEx ignite = startGrid(); ignite.context().getSystemExecutorService().execute(() -> { assert false; }); ignite.context().getSystemExecutorService().submit(() -> { assert false; }); In both of these cases there are no excepti