Re: Enabling the checkstyle profile on Build Apache Ignite suite (test period)

2019-10-07 Thread Ivan Pavlukhin
Let's give it a try. пн, 7 окт. 2019 г. в 13:21, Nikolay Izhikov : > > +1 > > В Пн, 07/10/2019 в 13:18 +0300, Maxim Muzafarov пишет: > > Igniters, > > > > > > I'm planning October 11 (Friday) 22-00 MSK enable `checkstyle` profile > > on the [Build > > Apache Ignite] suite by the end of the next

Re: Adding experimental support for Intel Optane DC Persistent Memory

2019-10-07 Thread Alexey Goncharuk
Igniters, I would like to resurrect this discussion and will review the change again shortly. If anyone want to join the review - you are welcome! ср, 22 авг. 2018 г. в 18:49, Denis Magda : > Hi Dmitry, > > That's a BSD-3-Clause license if to believe this statement > "SPDX-License-Identifier:

Re: How to free up space on disc after removing entries from IgniteCache with enabled PDS?

2019-10-07 Thread Denis Magda
Alex, thanks for the summary and proposal. Anton, Ivan and others who took part in this discussion, what're your thoughts? I see this rolling-upgrades-based approach as a reasonable solution. Even though a node shutdown is expected, the procedure doesn't lead to the cluster outage meaning it can

[jira] [Created] (IGNITE-12267) ClassCastException after change column type (drop, add)

2019-10-07 Thread Kirill Tkalenko (Jira)
Kirill Tkalenko created IGNITE-12267: Summary: ClassCastException after change column type (drop, add) Key: IGNITE-12267 URL: https://issues.apache.org/jira/browse/IGNITE-12267 Project: Ignite

Re: Metric showing how many nodes may safely leave the cluster

2019-10-07 Thread Ivan Rakov
Denis, Alex, Sure, new metric will be integrated into new metrics framework. Let's not expose its value to control.sh right now. I'll create an issue for aggregated "getMinimumNumberOfPartitionCopies" if everyone agrees. Best Regards, Ivan Rakov On 04.10.2019 20:06, Denis Magda wrote: I'm

[jira] [Created] (IGNITE-12266) Add limit parameter to Platforms for processing TextQuery

2019-10-07 Thread Yuriy Shuliha (Jira)
Yuriy Shuliha created IGNITE-12266: --- Summary: Add limit parameter to Platforms for processing TextQuery Key: IGNITE-12266 URL: https://issues.apache.org/jira/browse/IGNITE-12266 Project: Ignite

[jira] [Created] (IGNITE-12265) JavaDoc doesn't have documentation for the org.apache.ignite.client package

2019-10-07 Thread Denis Mekhanikov (Jira)
Denis Mekhanikov created IGNITE-12265: - Summary: JavaDoc doesn't have documentation for the org.apache.ignite.client package Key: IGNITE-12265 URL: https://issues.apache.org/jira/browse/IGNITE-12265

[jira] [Created] (IGNITE-12264) Private application data should not be lit in the logs, exceptions, ERROR, WARN etc.

2019-10-07 Thread Pushenko Kirill (Jira)
Pushenko Kirill created IGNITE-12264: Summary: Private application data should not be lit in the logs, exceptions, ERROR, WARN etc. Key: IGNITE-12264 URL: https://issues.apache.org/jira/browse/IGNITE-12264

Re: Enabling the checkstyle profile on Build Apache Ignite suite (test period)

2019-10-07 Thread Nikolay Izhikov
+1 В Пн, 07/10/2019 в 13:18 +0300, Maxim Muzafarov пишет: > Igniters, > > > I'm planning October 11 (Friday) 22-00 MSK enable `checkstyle` profile > on the [Build > Apache Ignite] suite by the end of the next weekend (one week test > period). Such an option discussed many times before (e.g.

Enabling the checkstyle profile on Build Apache Ignite suite (test period)

2019-10-07 Thread Maxim Muzafarov
Igniters, I'm planning October 11 (Friday) 22-00 MSK enable `checkstyle` profile on the [Build Apache Ignite] suite by the end of the next weekend (one week test period). Such an option discussed many times before (e.g. [1]). Here are the reasons: - any code style violations in a PR lead to

Re: How to free up space on disc after removing entries from IgniteCache with enabled PDS?

2019-10-07 Thread Alexey Goncharuk
Created a ticket for the first stage of this improvement. This can be a first change towards the online mode suggested by Sergey and Anton. https://issues.apache.org/jira/browse/IGNITE-12263 пт, 4 окт. 2019 г. в 19:38, Alexey Goncharuk : > Maxim, > > Having a cluster-wide lock for a cache does

[jira] [Created] (IGNITE-12263) Introduce native persistence compaction operation

2019-10-07 Thread Alexey Goncharuk (Jira)
Alexey Goncharuk created IGNITE-12263: - Summary: Introduce native persistence compaction operation Key: IGNITE-12263 URL: https://issues.apache.org/jira/browse/IGNITE-12263 Project: Ignite

Re: How to free up space on disc after removing entries from IgniteCache with enabled PDS?

2019-10-07 Thread Ilya Kasnacheev
Hello! I think that good robust approach is to start background thread which will try to compact pages and remove unneeded ones. It should only be active when system is reasonably idle, or if there's severe fragmentation problem. However, I am aware that implementing such heurestical cleaner is