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

2018-12-28 Thread Павлухин Иван
I suppose it is about Ignite Page Memory pages defragmentation. We can get 100 allocated pages each of which becomes only e.g. 50% filled after removal some entries. But they will occupy a space for 100 pages on a hard drive. пт, 28 дек. 2018 г. в 20:45, Denis Magda : > > Shouldn't the OS care

[jira] [Created] (IGNITE-10847) Web console: failed to download the mongodb on Ubuntu 18.04

2018-12-28 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-10847: --- Summary: Web console: failed to download the mongodb on Ubuntu 18.04 Key: IGNITE-10847 URL: https://issues.apache.org/jira/browse/IGNITE-10847 Project:

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

2018-12-28 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to

[jira] [Created] (IGNITE-10846) Improve docs for "Disabling WAL Archiving"

2018-12-28 Thread Prachi Garg (JIRA)
Prachi Garg created IGNITE-10846: Summary: Improve docs for "Disabling WAL Archiving" Key: IGNITE-10846 URL: https://issues.apache.org/jira/browse/IGNITE-10846 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-10845) Ignite Production Readiness Section Enhancement

2018-12-28 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-10845: Summary: Ignite Production Readiness Section Enhancement Key: IGNITE-10845 URL: https://issues.apache.org/jira/browse/IGNITE-10845 Project: Ignite Issue

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

2018-12-28 Thread Denis Magda
Shouldn't the OS care of defragmentation? What we need to do is to give a way to remove stale data and "release" the allocated space somehow through the tools, MBeans or API methods. -- Denis On Fri, Dec 28, 2018 at 6:24 AM Vladimir Ozerov wrote: > Hi Vyacheslav, > > AFAIK this is not

Re: Some problem with execution ignite.bat in master

2018-12-28 Thread Denis Magda
Ilya, Have you confirmed that the issue with -J is common for all the scripts calling a Java app? Is there any JDK ticket for version prior to 11? -- Denis On Fri, Dec 28, 2018 at 12:30 AM Павлухин Иван wrote: > AFAIK, "-J" is also a common way used by developers of the java > platform for

[jira] [Created] (IGNITE-10844) Improved abbreviation code pack 2

2018-12-28 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-10844: Summary: Improved abbreviation code pack 2 Key: IGNITE-10844 URL: https://issues.apache.org/jira/browse/IGNITE-10844 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-10843) [ML] In stacking add filter on features kept.

2018-12-28 Thread Artem Malykh (JIRA)
Artem Malykh created IGNITE-10843: - Summary: [ML] In stacking add filter on features kept. Key: IGNITE-10843 URL: https://issues.apache.org/jira/browse/IGNITE-10843 Project: Ignite Issue

Re: Write access to Apache Ignite Confluence

2018-12-28 Thread Ilya Kasnacheev
Hello! I have added a few points here and ask everyone to participate. Regards, -- Ilya Kasnacheev вт, 18 дек. 2018 г. в 13:03, Andrey Kuznetsov : > Thanks, Dmitriy. > > The page stub [1] is now created. > > [1] > >

Re: Replace Cron4J with Quartz for ignite-schedule module.

2018-12-28 Thread Sergey
Ilya, before deciding about drop just don't forget that our scheduleLocal method extends functionality with optional prefix before standard Cron expression {n1, n2} where n1 is delay of scheduling and n2 is number of executions. Also we have own protection against task that has not finished

Query Execution is very slow (Can I create a Jira for this )

2018-12-28 Thread Prasad Bhalerao
Hi, I am executing a SQL with TEMP table join for IN caluse query. Sql is as show below. This sql is taking 20-30 seconds to execute. My cache has only 1.39 million entries but in real scenario I will be having around 40 million entries. I have created a reproducer and uploaded it to GitHub. I

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

2018-12-28 Thread Vyacheslav Daradur
Igniters, we have faced with the following problem on one of our deployments. Let's imagine that we have used IgniteCache with enabled PDS during the time: - hardware disc space has been occupied during growing up of an amount of data, e.g. 100Gb; - then, we removed non-actual data, e.g 50Gb,

[jira] [Created] (IGNITE-10842) Exception during node stopping

2018-12-28 Thread Ilya Suntsov (JIRA)
Affects Versions: 2.7 Environment: branch: master  ver. 2.8.0-SNAPSHOT#20181228-sha1:e2edf41b Reporter: Ilya Suntsov Fix For: 2.8 Attachments: ticket-logs.zip Steps: # Start 3 nodes # Almost simultaneously start all nodes Result: I see the following

[jira] [Created] (IGNITE-10841) Edge-chasing deadlock detection monitoring

2018-12-28 Thread Ivan Pavlukhin (JIRA)
Ivan Pavlukhin created IGNITE-10841: --- Summary: Edge-chasing deadlock detection monitoring Key: IGNITE-10841 URL: https://issues.apache.org/jira/browse/IGNITE-10841 Project: Ignite Issue

Re: Service grid redesign

2018-12-28 Thread Vyacheslav Daradur
Igniters, to have an opportunity to test both new and old service grid implementations, we added new config-plans on TC: - Service Grid [1] - runs tests in new (default) mode - Service Grid (legacy mode) [2] - runs tests in old (legacy) mode Both plans contain the following test-suites: -

Re: Some problem with execution ignite.bat in master

2018-12-28 Thread Павлухин Иван
AFAIK, "-J" is also a common way used by developers of the java platform for passing JVM system properties from command line tools which start JVM inside. E.g. keytool follows such approach [1]. [1] https://docs.oracle.com/javase/8/docs/technotes/tools/unix/keytool.html (section Common Options).

Re: Some problem with execution ignite.bat in master

2018-12-28 Thread Alexey Kuznetsov
Denis, AFAIK, "-J" is a way to pass JVM options via ignite.(bat|sh) For example: ignite.bat -J-DIGNITE_OVERRIDE_MCAST_GRP=228.1.2.10 -v On Fri, Dec 28, 2018 at 1:22 AM Denis Magda wrote: > Ilya, > > Why do we use -J in general? Is it used to pass a specific type of > parameters? I know -D or -