[GitHub] ignite pull request #5248: IGNITE-9897: ODBC fix for PDO when used with unix...

2018-11-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/5248 ---

[GitHub] ignite pull request #5360: IGNITE-10207 Fix missed loss policy checks

2018-11-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/5360 ---

[jira] [Created] (IGNITE-10280) Create Yardstick IgniteGetAllTxBenchmark

2018-11-15 Thread Ivan Artukhov (JIRA)
Ivan Artukhov created IGNITE-10280: -- Summary: Create Yardstick IgniteGetAllTxBenchmark Key: IGNITE-10280 URL: https://issues.apache.org/jira/browse/IGNITE-10280 Project: Ignite Issue Type:

Re: Brainstorm: Make TC Run All faster

2018-11-15 Thread Yakov Zhdanov
Denis, you can go even further. E.g. you can start topology once for the full set of single threaded full api cache tests. Each test should start cache dynamically and run it logic. As for me, I would think of splitting RunAll to 2 steps - one containing basic tests and another with more complex

[jira] [Created] (IGNITE-10277) Prepare-commit ordering is violated for one-phase commit transactions

2018-11-15 Thread Ivan Rakov (JIRA)
Ivan Rakov created IGNITE-10277: --- Summary: Prepare-commit ordering is violated for one-phase commit transactions Key: IGNITE-10277 URL: https://issues.apache.org/jira/browse/IGNITE-10277 Project:

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Dmitriy Pavlov
Hi Denis, Another side of this decision is the openness of the development. Since not all contributors pay attention to run their development in an open/community friendly manner: - to announce important features, and - Telegraph their intent - Draft designs openly - Submit work in chunks -

[GitHub] ignite pull request #5402: Ignite 2.5.3.b2

2018-11-15 Thread antkr
GitHub user antkr opened a pull request: https://github.com/apache/ignite/pull/5402 Ignite 2.5.3.b2 Pull request for teamcity run. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.5.3.b2

[GitHub] ignite pull request #5400: IGNITE-10192 OptimizedMarshallerTest#testAllocati...

2018-11-15 Thread ibessonov
GitHub user ibessonov opened a pull request: https://github.com/apache/ignite/pull/5400 IGNITE-10192 OptimizedMarshallerTest#testAllocationOverflow throws OOME instead of expected IOE You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #5080: IGNITE-10009: ODBC fix for escaped table names

2018-11-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/5080 ---

[GitHub] ignite pull request #5398: ignite-10246 StandaloneWALRecordIterator must thr...

2018-11-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/5398 ---

Re: Brainstorm: Make TC Run All faster

2018-11-15 Thread Denis Mekhanikov
Dmitry, Sergey, There is a common pattern in the test codebase, when each test starts its own set of nodes, and closes them after the test finishes. Node startup takes quite a lot of time, and this time could be reduced, if tests shared the same set of nodes. I mean, if there is a test class with

[jira] [Created] (IGNITE-10278) The checkpointReadLock must be acquired before calling MvccProcessor.updateState

2018-11-15 Thread Vyacheslav Koptilin (JIRA)
Vyacheslav Koptilin created IGNITE-10278: Summary: The checkpointReadLock must be acquired before calling MvccProcessor.updateState Key: IGNITE-10278 URL:

[jira] [Created] (IGNITE-10279) Control.sh utility unify options naming format

2018-11-15 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10279: --- Summary: Control.sh utility unify options naming format Key: IGNITE-10279 URL: https://issues.apache.org/jira/browse/IGNITE-10279 Project: Ignite

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Denis Mekhanikov
Dmitriy, > I do believe Igniters can set up a filter. I doesn't mean we should make them do it. How do JIRA messages help? If you want do discuss something – write to dev list. If you want a code review – write to dev list. If you have an announcement – write to dev list. I don't see, how JIRA

[GitHub] ignite pull request #5399: IGNITE-10273: Fixed retrieval of affinity mapping

2018-11-15 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/5399 IGNITE-10273: Fixed retrieval of affinity mapping You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-10273

[jira] [Created] (IGNITE-10276) MVCC TX: Optimize logger creations

2018-11-15 Thread Igor Seliverstov (JIRA)
Igor Seliverstov created IGNITE-10276: - Summary: MVCC TX: Optimize logger creations Key: IGNITE-10276 URL: https://issues.apache.org/jira/browse/IGNITE-10276 Project: Ignite Issue Type:

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Vladimir Ozerov
Dmitriy, The problem is already outlined above - JIRA notifications have very little to do with openness, as most of them are either minor things or decisions which are already made. You will never see the whole picture of what the project is doing. What is *MUCH* worse is that currently we have

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Denis Mekhanikov
Dmitriy, If we want people to act openly and community-friendly, then we should make it a part of the required development process. Otherwise people just won't care about it. Moreover, all JIRA tickets are open for everyone, so no openness would be violated if we made a separate mailing list for

[jira] [Created] (IGNITE-10281) Log to file all jars in classpath on start node.

2018-11-15 Thread Sergey Antonov (JIRA)
Sergey Antonov created IGNITE-10281: --- Summary: Log to file all jars in classpath on start node. Key: IGNITE-10281 URL: https://issues.apache.org/jira/browse/IGNITE-10281 Project: Ignite

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Vladimir Ozerov
Completely agree with Denis. Tons of generated messages and community health are not relevant. Currently we obviously have too much tickets and too little communications. This is bad. But whether we accumulate generated stuff here or in some other place is not important at all, provided that we

[GitHub] ignite pull request #5401: IGNITE-10278 The checkpointReadLock must be acqui...

2018-11-15 Thread sk0x50
GitHub user sk0x50 opened a pull request: https://github.com/apache/ignite/pull/5401 IGNITE-10278 The checkpointReadLock must be acquired before calling MvccProcessor.updateState You can merge this pull request into a Git repository by running: $ git pull

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Dmitriy Pavlov
I do believe Igniters can set up a filter. JIRA ticket is an intention to be done by contributors in future. If PMC member admits decisions are made off the list and just provided as fact-in-the-past for others - it really signs poor community health. So for me, it is not reasonable to fight

Re: control.sh: a bug or feature?

2018-11-15 Thread Yakov Zhdanov
Max, correct link to ticket is https://issues.apache.org/jira/browse/IGNITE-10258 I would agree with you and Vladimir that parameters in mentioned case may appear in any order. --Yakov

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Denis Mekhanikov
Guys, I vote for moving automatically generated messages to a separate mailing list (maybe except most important ones). I already wrote about it here: http://apache-ignite-developers.2346864.n4.nabble.com/Bots-on-dev-list-td34406.html What we have now makes the Nabble portal an absolute mess

[GitHub] ololo3000 closed pull request #71: IGNITE-9939 BuildObserver refactor. Visas request cancellation added

2018-11-15 Thread GitBox
ololo3000 closed pull request #71: IGNITE-9939 BuildObserver refactor. Visas request cancellation added URL: https://github.com/apache/ignite-teamcity-bot/pull/71 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Павлухин Иван
Hi, In my opinion there should be only development discussions and important notifications on dev list. But I must say that I started to look through Jira and even GitHub notifications from time to time. And I find that it sometimes gives me a useful information like "contributor A is doing B".

[GitHub] ignite pull request #5395: IGNITE-10253

2018-11-15 Thread devozerov
Github user devozerov closed the pull request at: https://github.com/apache/ignite/pull/5395 ---

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Denis Magda
Let's move git notifications to a separate list. As for JIRA, not sure it bothers me, it took me several minutes to set up all the filters to spread the messages out across specific folders. Otherwise, some of us might ignore subscribing to jira-list and would miss notifications when their input

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Vladimir Ozerov
Dmitry, What Apache member do you refer to? чт, 15 нояб. 2018 г. в 21:10, Dmitriy Pavlov : > How do you know what to watch if new tickets are not forwarded? > > Again, PRs are ok to remove since it is duplicate to jira, but jira removal > does not make any sense for me. > > Com dev folks

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Dmitriy Pavlov
What incubator mentor do you refer to? Incubator member are asf members as well. I was involved at least to 3 discussions at the list started from Jira issue created. If others were not involved, it do not convince me its is not useful to keep forwarding. чт, 15 нояб. 2018 г., 21:23 Vladimir

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Pavel Tupitsyn
Personal emails for _watched_ JIRA tickets are very useful. Emails to everyone are not. +1 for separate mailing list for all automated emails. I don't think we can avoid automated emails completely, but dev list should be human-only. So separate list is the only way. On Thu, Nov 15, 2018 at

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread oignatenko
Personally I am comfortable with the way how things are now because mail filters appear to work well for me. However this thread made me curious about whether ASF has some guidance or recommendations on that matter. I searched quite a bit and found none of that kind. It looks like Apache leaves

[jira] [Created] (IGNITE-10282) control.sh: implement proper shell arguments escaping due to the possible usage of regular expression in --cache command

2018-11-15 Thread Max Shonichev (JIRA)
Max Shonichev created IGNITE-10282: -- Summary: control.sh: implement proper shell arguments escaping due to the possible usage of regular expression in --cache command Key: IGNITE-10282 URL:

[GitHub] ignite pull request #4908: IGNITE-9786

2018-11-15 Thread devozerov
Github user devozerov closed the pull request at: https://github.com/apache/ignite/pull/4908 ---

[jira] [Created] (IGNITE-10284) performance drop on PME time during 1 server node left

2018-11-15 Thread Max Shonichev (JIRA)
Max Shonichev created IGNITE-10284: -- Summary: performance drop on PME time during 1 server node left Key: IGNITE-10284 URL: https://issues.apache.org/jira/browse/IGNITE-10284 Project: Ignite

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Vladimir Ozerov
Dmitry, I am not referring to some "authoritative ASF member" as a guide for us. We are on our own. What I meant is that at some point in time we were pointed to an idea, that tons of automated messages has nothing to do with healthy community. Which seems pretty reasonable to me. On Thu, Nov

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

2018-11-15 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-10287) [ML] Model storage

2018-11-15 Thread Yury Babak (JIRA)
Yury Babak created IGNITE-10287: --- Summary: [ML] Model storage Key: IGNITE-10287 URL: https://issues.apache.org/jira/browse/IGNITE-10287 Project: Ignite Issue Type: New Feature

[jira] [Created] (IGNITE-10289) [ML] Import models from XGBoost

2018-11-15 Thread Yury Babak (JIRA)
Yury Babak created IGNITE-10289: --- Summary: [ML] Import models from XGBoost Key: IGNITE-10289 URL: https://issues.apache.org/jira/browse/IGNITE-10289 Project: Ignite Issue Type: New Feature

[jira] [Created] (IGNITE-10288) [ML] Model inference

2018-11-15 Thread Yury Babak (JIRA)
Yury Babak created IGNITE-10288: --- Summary: [ML] Model inference Key: IGNITE-10288 URL: https://issues.apache.org/jira/browse/IGNITE-10288 Project: Ignite Issue Type: New Feature

[jira] [Created] (IGNITE-10290) Map.Entry interface for key cache may lead to incorrect calculation hash code

2018-11-15 Thread Dmitriy Govorukhin (JIRA)
Dmitriy Govorukhin created IGNITE-10290: --- Summary: Map.Entry interface for key cache may lead to incorrect calculation hash code Key: IGNITE-10290 URL: https://issues.apache.org/jira/browse/IGNITE-10290

[jira] [Created] (IGNITE-10286) [ML] Umbrella: Model serving

2018-11-15 Thread Yury Babak (JIRA)
Yury Babak created IGNITE-10286: --- Summary: [ML] Umbrella: Model serving Key: IGNITE-10286 URL: https://issues.apache.org/jira/browse/IGNITE-10286 Project: Ignite Issue Type: New Feature

[jira] [Created] (IGNITE-10285) U.doInParallel may lead to deadlock

2018-11-15 Thread Dmitriy Govorukhin (JIRA)
Dmitriy Govorukhin created IGNITE-10285: --- Summary: U.doInParallel may lead to deadlock Key: IGNITE-10285 URL: https://issues.apache.org/jira/browse/IGNITE-10285 Project: Ignite Issue

Re: proposed design for thin client SQL management and monitoring (view running queries and kill it)

2018-11-15 Thread Denis Magda
Vladimir, Thanks, make perfect sense to me. On Thu, Nov 15, 2018 at 12:18 AM Vladimir Ozerov wrote: > Denis, > > The idea is that QueryDetailMetrics will be exposed through separate > "historical" SQL view in addition to current API. So we are on the same > page here. > > As far as query ID I

[GitHub] ignite pull request #5404: IGNITE-10285 Implement job stealing for U.doInPar...

2018-11-15 Thread dgovorukhin
GitHub user dgovorukhin opened a pull request: https://github.com/apache/ignite/pull/5404 IGNITE-10285 Implement job stealing for U.doInParallel You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

[GitHub] ignite pull request #5405: IGNITE-10290 Fix missed prepareForCache in localG...

2018-11-15 Thread dgovorukhin
GitHub user dgovorukhin opened a pull request: https://github.com/apache/ignite/pull/5405 IGNITE-10290 Fix missed prepareForCache in localGet operation Signed-off-by: Dmitriy Govorukhin You can merge this pull request into a Git repository by running: $ git pull

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

2018-11-15 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

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Dmitriy Pavlov
How do you know what to watch if new tickets are not forwarded? Again, PRs are ok to remove since it is duplicate to jira, but jira removal does not make any sense for me. Com dev folks instead suggest to forward all comments and all activity from github to the list. So if Apache member will

[GitHub] ignite pull request #5403: Ignite 2.4.12 p1

2018-11-15 Thread antkr
GitHub user antkr opened a pull request: https://github.com/apache/ignite/pull/5403 Ignite 2.4.12 p1 Pull request for teamcity run. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.4.12-p1

[jira] [Created] (IGNITE-10283) `control.sh --baseline` does not output other nodes when cluster is inactive

2018-11-15 Thread Max Shonichev (JIRA)
Max Shonichev created IGNITE-10283: -- Summary: `control.sh --baseline` does not output other nodes when cluster is inactive Key: IGNITE-10283 URL: https://issues.apache.org/jira/browse/IGNITE-10283

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

2018-11-15 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

control.sh: a bug or feature?

2018-11-15 Thread mshonich
Hello, Igniters! AI 2.6 has added `--cache idle_verify command` to control.sh. Upcoming changes in 2.7 would add some optional arguments, specifically `--dump`. Also, all `control.sh` commands, including `--cache`, have optional connection arguments like, e.g. `--host`, `--port`. During

Re: proposed design for thin client SQL management and monitoring (view running queries and kill it)

2018-11-15 Thread Vladimir Ozerov
Denis, The idea is that QueryDetailMetrics will be exposed through separate "historical" SQL view in addition to current API. So we are on the same page here. As far as query ID I do not see any easy way to operate on a single integer value (even 64bit). This is distributed system - we do not

[jira] [Created] (IGNITE-10267) Deprecate "replicatedOnly" flag in thin clients

2018-11-15 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-10267: Summary: Deprecate "replicatedOnly" flag in thin clients Key: IGNITE-10267 URL: https://issues.apache.org/jira/browse/IGNITE-10267 Project: Ignite

[jira] [Created] (IGNITE-10268) Remove documentation about "replicatedOnly" flag

2018-11-15 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-10268: Summary: Remove documentation about "replicatedOnly" flag Key: IGNITE-10268 URL: https://issues.apache.org/jira/browse/IGNITE-10268 Project: Ignite

[jira] [Created] (IGNITE-10270) MVCC: Pass transaction labels to MVCC

2018-11-15 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-10270: Summary: MVCC: Pass transaction labels to MVCC Key: IGNITE-10270 URL: https://issues.apache.org/jira/browse/IGNITE-10270 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-10269) MVCC: CacheMvccReplicatedBackupsTest fails when query over REPLICATED cache is converted to local form

2018-11-15 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-10269: Summary: MVCC: CacheMvccReplicatedBackupsTest fails when query over REPLICATED cache is converted to local form Key: IGNITE-10269 URL:

[jira] [Created] (IGNITE-10271) Document transaction labels

2018-11-15 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-10271: Summary: Document transaction labels Key: IGNITE-10271 URL: https://issues.apache.org/jira/browse/IGNITE-10271 Project: Ignite Issue Type: Task

Re: control.sh: a bug or feature?

2018-11-15 Thread Vladimir Ozerov
I think this is definitely a bug. From our experience with millions of other utilities we know, that relative order of parameters with "-" or "--" prefixes against each other doesn't matter. This is what users will expect from our utility too. On Thu, Nov 15, 2018 at 11:05 AM mshonich wrote: >

[GitHub] ignite pull request #5373: IGNITE-6295

2018-11-15 Thread devozerov
Github user devozerov closed the pull request at: https://github.com/apache/ignite/pull/5373 ---

[GitHub] ignite pull request #4600: Ignite 9274

2018-11-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4600 ---

Re: Time to remove automated messages from the devlist?

2018-11-15 Thread Dmitriy Pavlov
IMO we need to run a formal vote on this change, and then PMC chair can create (or reuse) a separate list for messages from Git repos. ср, 14 нояб. 2018 г. в 16:08, Vladimir Ozerov : > Igniters, > > I would say that "set the filter" is not a solution. First, it is not > always possible

Brainstorm: Make TC Run All faster

2018-11-15 Thread Dmitriy Pavlov
Hi Igniters, Some of us started to use the Bot to get an approval of PRs. It helps to protect master from new failures, but this requires to run RunAll tests set for each commit and this makes markable pressure to TC infra. I would like to ask you to share your ideas on how to make runAll

[jira] [Created] (IGNITE-10272) Inject learning environment into scope of dataset compute task

2018-11-15 Thread Artem Malykh (JIRA)
Artem Malykh created IGNITE-10272: - Summary: Inject learning environment into scope of dataset compute task Key: IGNITE-10272 URL: https://issues.apache.org/jira/browse/IGNITE-10272 Project: Ignite

Re: Brainstorm: Make TC Run All faster

2018-11-15 Thread Sergey Chugunov
Dmitriy, You brought up really important topic that has a great impact on our project. Faster runAlls mean quicker feedback and faster progress on issues and features. We have a pretty big code base of tests, about 50 thousands tests. Do we have an idea of how these tests overlap with each

[GitHub] ignite pull request #5383: ignite-8735 Metastorage creates its own index par...

2018-11-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/5383 ---

[jira] [Created] (IGNITE-10273) CPP Thin: Client is unable to get affinity mapping in some cases

2018-11-15 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-10273: Summary: CPP Thin: Client is unable to get affinity mapping in some cases Key: IGNITE-10273 URL: https://issues.apache.org/jira/browse/IGNITE-10273 Project: Ignite

[jira] [Created] (IGNITE-10274) MVCC: Optimize get from local backup.

2018-11-15 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-10274: - Summary: MVCC: Optimize get from local backup. Key: IGNITE-10274 URL: https://issues.apache.org/jira/browse/IGNITE-10274 Project: Ignite Issue

[jira] [Created] (IGNITE-10275) [TC Bot] Several JIRA comments are issued in case ignite.cache.remove failed

2018-11-15 Thread Dmitriy Pavlov (JIRA)
Dmitriy Pavlov created IGNITE-10275: --- Summary: [TC Bot] Several JIRA comments are issued in case ignite.cache.remove failed Key: IGNITE-10275 URL: https://issues.apache.org/jira/browse/IGNITE-10275

[GitHub] ololo3000 opened a new pull request #72: IGNITE-10275 Jira spam fast fix

2018-11-15 Thread GitBox
ololo3000 opened a new pull request #72: IGNITE-10275 Jira spam fast fix URL: https://github.com/apache/ignite-teamcity-bot/pull/72 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] asfgit closed pull request #72: IGNITE-10275 Jira spam fast fix

2018-11-15 Thread GitBox
asfgit closed pull request #72: IGNITE-10275 Jira spam fast fix URL: https://github.com/apache/ignite-teamcity-bot/pull/72 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[GitHub] ignite pull request #5398: ignite-10246 StandaloneWALRecordIterator must thr...

2018-11-15 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/5398 ignite-10246 StandaloneWALRecordIterator must throw checkBounds exception You can merge this pull request into a Git repository by running: $ git pull