Re: New Сommitter: Maxim Muzafarov

2019-08-29 Thread Vyacheslav Daradur
Good job Maxim, congratulations! On Thu, Aug 29, 2019 at 9:59 AM Anton Vinogradov wrote: > > Welcome aboard :) > > On Thu, Aug 29, 2019 at 3:35 AM Roman Shtykh > wrote: > > > Maxim, congratulations! > > > > -- Roman > > > > > > On Thursday, August 29, 2019, 12:11:29 a.m. GMT+9, Dmitriy Pavlo

Re: Nabble message wrapping

2019-08-29 Thread Denis Mekhanikov
Guys, Any update? Who has a Nabble admin account for the developers list? Denis On 27 Aug 2019, 14:55 +0300, Dmitriy Pavlov , wrote: > Hi Denis, > > AFAIK, nabble forums are service, which resides outside of ASF infra. They > have their separate support/feedback form. > > Maybe some PMC members c

Re: Ignite JIRA Access

2019-08-29 Thread Ilya Kasnacheev
Hello, Greg! I have added you to Contributors, now you should be able to assign issues to yourself. Please try. Wiki link on our process: https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute Regards, -- Ilya Kasnacheev чт, 29 авг. 2019 г. в 01:04, Greg Stachnick : > Hi Everyo

[jira] [Created] (IGNITE-12120) Change log level in GridCacheWritebehindStore

2019-08-29 Thread Sunny Chan (Jira)
Sunny Chan created IGNITE-12120: --- Summary: Change log level in GridCacheWritebehindStore Key: IGNITE-12120 URL: https://issues.apache.org/jira/browse/IGNITE-12120 Project: Ignite Issue Type: Bu

[jira] [Created] (IGNITE-12121) Double checkpoint triggering due to incorrect place of update current checkpoint

2019-08-29 Thread Anton Kalashnikov (Jira)
Anton Kalashnikov created IGNITE-12121: -- Summary: Double checkpoint triggering due to incorrect place of update current checkpoint Key: IGNITE-12121 URL: https://issues.apache.org/jira/browse/IGNITE-12121

[jira] [Created] (IGNITE-12122) Remove setIncludeEventTypes from GridAbstractTest.

2019-08-29 Thread Stanilovsky Evgeny (Jira)
Stanilovsky Evgeny created IGNITE-12122: --- Summary: Remove setIncludeEventTypes from GridAbstractTest. Key: IGNITE-12122 URL: https://issues.apache.org/jira/browse/IGNITE-12122 Project: Ignite

Remove setIncludeEventTypes from GridAbstractTest.

2019-08-29 Thread Zhenya Stanilovsky
Igniters, after dummy perf vs flamegraph tests i found all events are enabled on  GridAbstractTest: cfg.setIncludeEventTypes(EventType.EVTS_ALL); ticket [1] with flamegraph attached show 7-8% spending in GridCacheEventManager::addEvent, i suppose this extra functional for all inheritors. If no

Re: Remove setIncludeEventTypes from GridAbstractTest.

2019-08-29 Thread Alexei Scherbakov
Zhenya Stanilovsky, Enabling all events has benefit of additional test coverage and disabling some of them may break tests in unpredictable manner. I would first check TC run time gain before applying the change. Please create a PR and compare run durations with and without change. Showing here re

Re: Making Ignite Collaboration 100% Open and Transparent

2019-08-29 Thread Andrey Gura
Why chat is called chat? [1] Just ignore modern definitions :) Chat is "bla-bla-bla". IMO, there are no any pros for using Slack in order to make Ignite Collaboration 100% Open and Transparent. Chat is just garbage of some phrases that aren't structured into discussions (please, don't talk me abou

[jira] [Created] (IGNITE-12123) Cache throws npe at {null, null, null} array key.

2019-08-29 Thread Stepachev Maksim (Jira)
Stepachev Maksim created IGNITE-12123: - Summary: Cache throws npe at {null, null, null} array key. Key: IGNITE-12123 URL: https://issues.apache.org/jira/browse/IGNITE-12123 Project: Ignite

Re: Hello

2019-08-29 Thread Alexei Scherbakov
Hi Yuri. Glad to hear it! I'm personally think text queries are very important feature and should get more attention from community. Awaiting your contributions. ср, 28 авг. 2019 г. в 17:31, Dmitriy Pavlov : > Hi Yuriy, > > I've added your account to contributors list, now you can assign an iss

[jira] [Created] (IGNITE-12124) Stopping the cache does not wait for expiration process, which may be started and may lead to errors

2019-08-29 Thread Vyacheslav Koptilin (Jira)
Vyacheslav Koptilin created IGNITE-12124: Summary: Stopping the cache does not wait for expiration process, which may be started and may lead to errors Key: IGNITE-12124 URL: https://issues.apache.org/jira

[jira] [Created] (IGNITE-12125) Concurrency problem in PagesWriteThrottle

2019-08-29 Thread Sergey Antonov (Jira)
Sergey Antonov created IGNITE-12125: --- Summary: Concurrency problem in PagesWriteThrottle Key: IGNITE-12125 URL: https://issues.apache.org/jira/browse/IGNITE-12125 Project: Ignite Issue Type

Text queries/indexes (GridLuceneIndex, @QueryTextFiled)

2019-08-29 Thread Yuriy Shuliga
Dear community, By starting this chain I'd like to open discussion that would come to contribution results in subj. area. Ignite has indexing capabilities, backed up by different mechanisms, including Lucene. Currently, Lucene 7.5.0 is used (past year release). This is a wide spread and mature t

Re: New Сommitter: Maxim Muzafarov

2019-08-29 Thread Maxim Muzafarov
Folks, Thank you all On Thu, 29 Aug 2019 at 11:56, Vyacheslav Daradur wrote: > > Good job Maxim, congratulations! > > On Thu, Aug 29, 2019 at 9:59 AM Anton Vinogradov wrote: > > > > Welcome aboard :) > > > > On Thu, Aug 29, 2019 at 3:35 AM Roman Shtykh > > wrote: > > > > > Maxim, congratulatio

Re: Nabble message wrapping

2019-08-29 Thread Denis Magda
Denis, I granted your account the admin access. Please do all the required changes and let me know once done. - Denis On Thu, Aug 29, 2019 at 2:00 AM Denis Mekhanikov wrote: > Guys, > > Any update? Who has a Nabble admin account for the developers list? > > Denis > On 27 Aug 2019, 14:55 +0300

Re: Text queries/indexes (GridLuceneIndex, @QueryTextFiled)

2019-08-29 Thread Andrey Mashenkov
Hi Yuriy, Unfortunatelly, there is a plan to discontinue TextQueries in Ignite [1]. Motivation here is text indexes are not persistent, not transactional and can't be user together with SQL or inside SQL. and there is a lack of interest from community side. You are weclome to take on these issues

Re: Text queries/indexes (GridLuceneIndex, @QueryTextFiled)

2019-08-29 Thread Denis Magda
Yuriy, If you are ready to take over the full-text search indexes then please go ahead. The primary reason why the community wants to discontinue them first (and, probable, resurrect later) are the limitations listed by Andrey and minimal support from the community end. - Denis On Thu, Aug 29,

Contribute to ticket IGNITE-11894

2019-08-29 Thread Amit Chavan
Hello, I joined the Ignite community last week and I want to start contributing. I would like to start with this ticket - IGNITE-11894 . Can someone please assign me the ticket? Thanks, Amit

Baseline Topology Phase III

2019-08-29 Thread Raymond Wilson
Hi, In https://cwiki.apache.org/confluence/display/IGNITE/IEP-4+Baseline+topology+for+caches there is a Phase III effort mentioned that allows graceful reduction of server nodes with caches having zero backups. Is this Phase III effort planned to be implemented? Thanks, Raymond.

[jira] [Created] (IGNITE-12126) ODBC: SQLNumResultCols for prepared statement

2019-08-29 Thread AH (Jira)
AH created IGNITE-12126: --- Summary: ODBC: SQLNumResultCols for prepared statement Key: IGNITE-12126 URL: https://issues.apache.org/jira/browse/IGNITE-12126 Project: Ignite Issue Type: Bug Comp