Re: Make GridEncryptionManager#onWalSegmentRemoved async

2020-12-13 Thread ткаленко кирилл
Hi, Pavel! I created a IGNITE-13847, but I was unable to create a PR from your branch. 13.12.2020, 18:35, "ткаленко кирилл" : > Hi, Pavel! > > I think we can use the system pool as well. I think it would be more correct > to do it in a separate ticket. Thanks! > > 11.12.2020, 16:16, "Pavel Pere

[jira] [Created] (IGNITE-13847) Make GridEncryptionManager#onWalSegmentRemoved async

2020-12-13 Thread Kirill Tkalenko (Jira)
Kirill Tkalenko created IGNITE-13847: Summary: Make GridEncryptionManager#onWalSegmentRemoved async Key: IGNITE-13847 URL: https://issues.apache.org/jira/browse/IGNITE-13847 Project: Ignite

Re: Make GridEncryptionManager#onWalSegmentRemoved async

2020-12-13 Thread ткаленко кирилл
Hi, Pavel! I think we can use the system pool as well. I think it would be more correct to do it in a separate ticket. Thanks! 11.12.2020, 16:16, "Pavel Pereslegin" : > Hello, Kirill! > > Personally, I see no problem with this improvement. Please check my > comment in IGNITE-13831 [1] on the imp

Re: Make GridEncryptionManager#onWalSegmentRemoved async

2020-12-11 Thread Pavel Pereslegin
Hello, Kirill! Personally, I see no problem with this improvement. Please check my comment in IGNITE-13831 [1] on the implementation of this change. [1] https://issues.apache.org/jira/browse/IGNITE-13831 пт, 11 дек. 2020 г. в 13:23, ткаленко кирилл : > > Hello to all! > > When implementing IGNIT

Make GridEncryptionManager#onWalSegmentRemoved async

2020-12-11 Thread ткаленко кирилл
Hello to all! When implementing IGNITE-13831 I was faced with deadlock. When execute FileWriteAheadLogManager#rollOver, begin to clean WAL archive since we have reached the DataStorageConfiguration#maxWalArchiveSize, after deleting a segment, execute the GridEncryptionManager#onWalSegmentRemove