Re: Discovery-based services deployment guarantees question

2020-05-15 Thread Vyacheslav Daradur
Mikhail, I merged your changes. Thanks for your contribution! On Tue, May 12, 2020 at 8:01 PM Vyacheslav Daradur wrote: > Hi Mikhail, proposed changes make sense to me. > I left some comments to the pr. > Thank you! > > On Wed, May 6, 2020 at 2:28 PM Mikhail Petrov > wrote: > >> Hello, Igniters

Re: Can I get write permissions for Apache Wiki?

2020-05-15 Thread Denis Magda
Hi Ivan, I granted you the editorial permission. Please go ahead and write the page. - Denis On Thu, May 14, 2020 at 11:52 PM Ivan Bessonov wrote: > Hello Igniters, > > I'm planning to describe a new IEP about Native Persistence Defragmentation > (as it's called in [1]) but have no permission

Re: Moving binary metadata to PDS storage folder

2020-05-15 Thread Maxim Muzafarov
Folks, I don't agree that it should be a single script for the whole migration process. I don't think we should have some kind of automated `decision-maker` processes for the migration procedure. We should have well-defined documentation pages + the `migration` directory with a single .sh per si

Re: Moving binary metadata to PDS storage folder

2020-05-15 Thread Anton Kalashnikov
Hello, I agree with the described disadvantages(which Maxim mentioned) and I think it is a good idea to discuss a new way of pds migration in an extra ticket. But also, I agree with Denis that the script will add ambiguity(it's not clear which script should be used and when) if we add it. In my

[jira] [Created] (IGNITE-13018) Get rid of duplicated checking of failed node.

2020-05-15 Thread Vladimir Steshin (Jira)
Vladimir Steshin created IGNITE-13018: - Summary: Get rid of duplicated checking of failed node. Key: IGNITE-13018 URL: https://issues.apache.org/jira/browse/IGNITE-13018 Project: Ignite I

[jira] [Created] (IGNITE-13017) Remove delay of 200ms from re-marking failed node as alive.

2020-05-15 Thread Vladimir Steshin (Jira)
Vladimir Steshin created IGNITE-13017: - Summary: Remove delay of 200ms from re-marking failed node as alive. Key: IGNITE-13017 URL: https://issues.apache.org/jira/browse/IGNITE-13017 Project: Igni

[jira] [Created] (IGNITE-13016) Remove hardcoded values/timeouts from backward checking of failed node.

2020-05-15 Thread Vladimir Steshin (Jira)
Vladimir Steshin created IGNITE-13016: - Summary: Remove hardcoded values/timeouts from backward checking of failed node. Key: IGNITE-13016 URL: https://issues.apache.org/jira/browse/IGNITE-13016 P

[jira] [Created] (IGNITE-13015) Use nono time instead of currentMills() in node failure ddetection.

2020-05-15 Thread Vladimir Steshin (Jira)
Vladimir Steshin created IGNITE-13015: - Summary: Use nono time instead of currentMills() in node failure ddetection. Key: IGNITE-13015 URL: https://issues.apache.org/jira/browse/IGNITE-13015 Proje

[jira] [Created] (IGNITE-13014) Remove long, double checking of node availability. Fix hardcoded values.

2020-05-15 Thread Vladimir Steshin (Jira)
Vladimir Steshin created IGNITE-13014: - Summary: Remove long, double checking of node availability. Fix hardcoded values. Key: IGNITE-13014 URL: https://issues.apache.org/jira/browse/IGNITE-13014

Re: Moving binary metadata to PDS storage folder

2020-05-15 Thread Данилов Семён
Hello Denis, I found out that without persistence being enabled, no metadata is written on disk (where is an if clause at the start of every method of BinaryMetadataFileStore) and everything is stored in metadataLocalCache. Semyon. 13.05.2020, 21:10, "Denis Mekhanikov" : > Sounds great! > > I