Re: Apache Ignite 2.7. Last Mile

2018-10-25 Thread Nikolay Izhikov
Hello, Igniters. We have *9* tickets mapped to 2.7 today Vladimir, do you think 1 week delay will be enough to resolve all this tickets? IGNITE-9828 Roman Kondakov MVCC: Continuous query failover. IGNITE-9928 Igor SeliverstovMVCC TX: Late affinity assignment support. IG

Re: Code inspection

2018-10-25 Thread Nikolay Izhikov
Hello, Maxim. Great job! Thank you! Igniters, let's add this suite to the Run All! It can help us improve code quality and check code style without human eyes. В Пт, 26/10/2018 в 00:47 +0300, Maxim Muzafarov пишет: > Igniters, > > The new `Inspections: Core` suite [2] configured on TeamCity (p

Re: Problem with reading incomplete payload - IGNITE-7153

2018-10-25 Thread Jörn Franke
I have not checked the exact routine, but you need to reexecute read until it returns -1 or if known that all bytes that are expected have been read (if sockCh is based on some kind of input stream) > Am 26.10.2018 um 04:24 schrieb Michael Fong : > > Bump! > > Anyone who could help me solve th

Re: Problem with reading incomplete payload - IGNITE-7153

2018-10-25 Thread Michael Fong
Bump! Anyone who could help me solve this random issue? Thanks! Regards, Michael On Wed, Oct 24, 2018 at 10:32 PM Michael Fong wrote: > Hi, all, > > > I was trying to fix IGNITE-7153 which relates to parsing incomplete REDIS > packet larger than 8192 bytes. However, I found a random problem

Re: Code inspection

2018-10-25 Thread Maxim Muzafarov
Igniters, The new `Inspections: Core` suite [2] configured on TeamCity (pass successfully with - Inspections total: 0, errors: 0 ). The next rules are enabled for this suite: - `Missorted modifiers`; - `'size() == 0' replaceable with 'isEmpty()'`; - `Add missing @Override annotation`; - `Fix u

[jira] [Created] (IGNITE-10013) Node restart may lead to NPE in GridDhtPartitionsExchangeFuture

2018-10-25 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-10013: -- Summary: Node restart may lead to NPE in GridDhtPartitionsExchangeFuture Key: IGNITE-10013 URL: https://issues.apache.org/jira/browse/IGNITE-10013 Project: Ignite

[jira] [Created] (IGNITE-10012) Add Transactional SQL feature description to Ignite website

2018-10-25 Thread Prachi Garg (JIRA)
Prachi Garg created IGNITE-10012: Summary: Add Transactional SQL feature description to Ignite website Key: IGNITE-10012 URL: https://issues.apache.org/jira/browse/IGNITE-10012 Project: Ignite

Re: Legal advise on including Visual C++ Redistributable package into ODBC installer

2018-10-25 Thread Denis Magda
Dmitry, Thanks for the pointers! Would you be interested in sorting this out for the community by talking to our ASF-mates who should know? -- Denis On Thu, Oct 25, 2018 at 3:21 AM Dmitriy Pavlov wrote: > Hi Igor, > > I'm not sure if someone in the community can know an answer to this > quest

Re: Pre-touch for Ignite off-heap memory

2018-10-25 Thread Denis Magda
In my understanding, that's an easy operation to support - we just need to allocate requested space and pre-touch it (iterate and fill out with 0). Yes, it will increase the launch time but it's a valid use case. Some companies do memory pre-touching on purpose. -- Denis On Thu, Oct 25, 2018 at

Re: hello

2018-10-25 Thread Denis Magda
Hi Scott, Thanks, the contributions looks valuable to me. As I see a community member is already working with you. Hope the code will be merged soon! -- Denis On Thu, Oct 25, 2018 at 10:59 AM Scott Feldstein wrote: > Hi Denis, > Thanks! > > This is what I'm trying to contribute > jira: https

Re: Unreliable checks in tests for string presence in GridStringLogger contents

2018-10-25 Thread Andrey Kuznetsov
Nikita, I like your suggestion. It looks more expressive for me than existing throwing version. чт, 25 окт. 2018 г. в 21:07, Nikita Amelchev : > Hi, Igniters. > > I suggest improving new listening test logger. > > I found usage case when needs wait for conditions for test duration > optimization

Re: Unreliable checks in tests for string presence in GridStringLogger contents

2018-10-25 Thread Nikita Amelchev
Hi, Igniters. I suggest improving new listening test logger. I found usage case when needs wait for conditions for test duration optimization. For example, that messages A and B will be logged. For now, LogListener.check() doesn't return checking result as boolean. It throws the exception if con

Re: hello

2018-10-25 Thread Scott Feldstein
Hi Denis, Thanks! This is what I'm trying to contribute jira: https://issues.apache.org/jira/browse/IGNITE-9893 pullRequest: https://github.com/apache/ignite/pull/5008 WRT the blog, we actually discussed this at the in-memory conference. At the beginning of the year we'll start to make our u

[jira] [Created] (IGNITE-10011) Pages leak suspicion in PDS

2018-10-25 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-10011: Summary: Pages leak suspicion in PDS Key: IGNITE-10011 URL: https://issues.apache.org/jira/browse/IGNITE-10011 Project: Ignite Issue Type: Bug

[GitHub] ignite pull request #5084: IGNITE-10003 Changed checkpointReadLock timeout f...

2018-10-25 Thread andrey-kuznetsov
GitHub user andrey-kuznetsov opened a pull request: https://github.com/apache/ignite/pull/5084 IGNITE-10003 Changed checkpointReadLock timeout failure type. You can merge this pull request into a Git repository by running: $ git pull https://github.com/andrey-kuznetsov/ignite

Re: Documentation: dead links

2018-10-25 Thread Artem Budnikov
Hi Pavel, 1) I fixed the broken link. Thanks for pointing out. 2) Yes, that is a common problem, and as far as I know, we don't have such a check, but we will when we adopt the new docs publishing process (markdown-to-html-pulled-from-github-based process). Cheers, Artem On 25.10.2018 16:36

[GitHub] ignite pull request #5083: 9986 flakiness

2018-10-25 Thread SomeFire
GitHub user SomeFire opened a pull request: https://github.com/apache/ignite/pull/5083 9986 flakiness You can merge this pull request into a Git repository by running: $ git pull https://github.com/SomeFire/ignite 9986-flakiness Alternatively you can review and apply these ch

[GitHub] ignite pull request #5082: IGNITE-9986 TcpDiscoverySelfTest.testNodeShutdown...

2018-10-25 Thread SomeFire
GitHub user SomeFire opened a pull request: https://github.com/apache/ignite/pull/5082 IGNITE-9986 TcpDiscoverySelfTest.testNodeShutdownOnRingMessageWorkerStartNotFinished is flaky You can merge this pull request into a Git repository by running: $ git pull https://github.co

[GitHub] ignite pull request #5081: IGNITE-9997

2018-10-25 Thread NSAmelchev
GitHub user NSAmelchev opened a pull request: https://github.com/apache/ignite/pull/5081 IGNITE-9997 Fix IgniteDiagnosticMessagesTest.testLongRunningTx test. You can merge this pull request into a Git repository by running: $ git pull https://github.com/NSAmelchev/ignite ignite

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

2018-10-25 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/5080 IGNITE-10009: ODBC fix for escaped table names You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-10009 Alternative

[jira] [Created] (IGNITE-10010) Node halted if table was dropped

2018-10-25 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-10010: -- Summary: Node halted if table was dropped Key: IGNITE-10010 URL: https://issues.apache.org/jira/browse/IGNITE-10010 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-10009) ODBC: SQLColumns does not work for tables with escape sequences in name

2018-10-25 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-10009: Summary: ODBC: SQLColumns does not work for tables with escape sequences in name Key: IGNITE-10009 URL: https://issues.apache.org/jira/browse/IGNITE-10009 Project: Ig

[jira] [Created] (IGNITE-10008) Need to investigate why these tests is failed after consistentID set

2018-10-25 Thread Alexey Platonov (JIRA)
Alexey Platonov created IGNITE-10008: Summary: Need to investigate why these tests is failed after consistentID set Key: IGNITE-10008 URL: https://issues.apache.org/jira/browse/IGNITE-10008 Projec

[jira] [Created] (IGNITE-10007) Deactivation hangs if an open transaction exists

2018-10-25 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-10007: -- Summary: Deactivation hangs if an open transaction exists Key: IGNITE-10007 URL: https://issues.apache.org/jira/browse/IGNITE-10007 Project: Ignite Issue

Re: Pre-touch for Ignite off-heap memory

2018-10-25 Thread Gerus
Hi, Ivan Let me try to explain. I think that there are 2 goals that are mostly applicable for prod systems: 1. I can agree with Dave that swap is not a good case for performance and disk resource. It is possible that other applications can consume memory that is free after Ignite was started. In th

[jira] [Created] (IGNITE-10006) Checking for each operation within a transaction to calculate how long it took

2018-10-25 Thread Sergey (JIRA)
Sergey created IGNITE-10006: --- Summary: Checking for each operation within a transaction to calculate how long it took Key: IGNITE-10006 URL: https://issues.apache.org/jira/browse/IGNITE-10006 Project: Ignit

[jira] [Created] (IGNITE-10005) SQL table catalog documentation

2018-10-25 Thread Pavel Kuznetsov (JIRA)
Pavel Kuznetsov created IGNITE-10005: Summary: SQL table catalog documentation Key: IGNITE-10005 URL: https://issues.apache.org/jira/browse/IGNITE-10005 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-10004) Parse error leads to leave the transaction

2018-10-25 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-10004: -- Summary: Parse error leads to leave the transaction Key: IGNITE-10004 URL: https://issues.apache.org/jira/browse/IGNITE-10004 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-10003) Raise SYSTEM_WORKER_BLOCKED instead of CRITICAL_ERROR when checkpoint read lock timeout detected

2018-10-25 Thread Andrey Kuznetsov (JIRA)
Andrey Kuznetsov created IGNITE-10003: - Summary: Raise SYSTEM_WORKER_BLOCKED instead of CRITICAL_ERROR when checkpoint read lock timeout detected Key: IGNITE-10003 URL: https://issues.apache.org/jira/browse/IG

[jira] [Created] (IGNITE-10002) MVCC: Create "Cache 2" test suite for MVCC mode.

2018-10-25 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-10002: - Summary: MVCC: Create "Cache 2" test suite for MVCC mode. Key: IGNITE-10002 URL: https://issues.apache.org/jira/browse/IGNITE-10002 Project: Ignite

[jira] [Created] (IGNITE-10001) MVCC: Make existed tests run in MVCC mode as well.

2018-10-25 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-10001: - Summary: MVCC: Make existed tests run in MVCC mode as well. Key: IGNITE-10001 URL: https://issues.apache.org/jira/browse/IGNITE-10001 Project: Ignite

[GitHub] ignite pull request #4985: IGNITE-9780 SQL system view for cache groups

2018-10-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4985 ---

[jira] [Created] (IGNITE-10000) Document IGNITE.CACHE_GROUPS view

2018-10-25 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1: Summary: Document IGNITE.CACHE_GROUPS view Key: IGNITE-1 URL: https://issues.apache.org/jira/browse/IGNITE-1 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-9999) Add verbose logging for node recovery

2018-10-25 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-: Summary: Add verbose logging for node recovery Key: IGNITE- URL: https://issues.apache.org/jira/browse/IGNITE- Project: Ignite Issue Type: Ta

[GitHub] ignite pull request #5079: IGNITE-9990 Control.sh utility should request a p...

2018-10-25 Thread a-polyakov
GitHub user a-polyakov opened a pull request: https://github.com/apache/ignite/pull/5079 IGNITE-9990 Control.sh utility should request a password if necessary. Signed-off-by: a-polyakov You can merge this pull request into a Git repository by running: $ git pull https://github

Documentation: dead links

2018-10-25 Thread Pavel Kuznetsov
Hi, dear community, 1) I see dead link on the page https://apacheignite-sql.readme.io/docs/jdbc-client-driver Link "Cross-Cache Query" https://apacheignite-sql.readme.io/docs/cache-queries#cross-cache-queries points to 404 stub page. Could someone fix that? 2) I see it's a common problem.

Re: Critical worker threads liveness checking drawbacks

2018-10-25 Thread Alexey Goncharuk
Andrey, I still see that checkpoint read lock acquisition raises a CRITICAL_ERROR, which by default will shut down local node. As far as I remember, we decided that by default thread timeout should not trigger node failure. Now, however, it does, because we ignore SYSTEM_WORKER_BLOCKED events in d

[GitHub] ignite pull request #5078: IGNITE-9937 Primary response error can be lost du...

2018-10-25 Thread gromtech
GitHub user gromtech opened a pull request: https://github.com/apache/ignite/pull/5078 IGNITE-9937 Primary response error can be lost due to unwrapping a key You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

[GitHub] ignite pull request #5077: IGNITE-7164: SQL TX: Remap protocol

2018-10-25 Thread AMashenkov
GitHub user AMashenkov opened a pull request: https://github.com/apache/ignite/pull/5077 IGNITE-7164: SQL TX: Remap protocol You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7164 Alternatively you ca

[GitHub] ignite pull request #4821: IGNITE-9655 DML benchmark suite (except selects)

2018-10-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4821 ---

[GitHub] ignite pull request #5076: IGNITE-9171 Use lazy mode with results pre-fetch

2018-10-25 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request: https://github.com/apache/ignite/pull/5076 IGNITE-9171 Use lazy mode with results pre-fetch You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9171

[GitHub] ignite pull request #5051: IGNITE-6811: Allowed empty batch in JDBC thin dri...

2018-10-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/5051 ---

[GitHub] ignite pull request #4879: IGNITE-9447: Fixed benchmarks setup freeze.

2018-10-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4879 ---

[GitHub] ignite pull request #4796: IGNITE-9637: Suite for data load benchmarks

2018-10-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4796 ---

[GitHub] ignite pull request #5071: Ignite 9976 mass run (fs test)

2018-10-25 Thread xtern
Github user xtern closed the pull request at: https://github.com/apache/ignite/pull/5071 ---

Re: Legal advise on including Visual C++ Redistributable package into ODBC installer

2018-10-25 Thread Dmitriy Pavlov
Hi Igor, I'm not sure if someone in the community can know an answer to this question. I can share a page with resolved legal questions here: https://www.apache.org/legal/resolved.html#category-b But I think it may require confirmation from Apache Legal http://www.apache.org/legal/ https://issue

[GitHub] ignite pull request #5075: IGNITE-9988

2018-10-25 Thread devozerov
GitHub user devozerov opened a pull request: https://github.com/apache/ignite/pull/5075 IGNITE-9988 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9988 Alternatively you can review and apply these

[jira] [Created] (IGNITE-9998) .NET: Implement partition preload API

2018-10-25 Thread Alexei Scherbakov (JIRA)
Alexei Scherbakov created IGNITE-9998: - Summary: .NET: Implement partition preload API Key: IGNITE-9998 URL: https://issues.apache.org/jira/browse/IGNITE-9998 Project: Ignite Issue Type:

[GitHub] ignite pull request #5074: IGNITE-9622: MVCC Cache API: prohibit non PESSIMI...

2018-10-25 Thread pavlukhin
GitHub user pavlukhin opened a pull request: https://github.com/apache/ignite/pull/5074 IGNITE-9622: MVCC Cache API: prohibit non PESSIMISTIC REPEATABLE_READ transactions You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/

[jira] [Created] (IGNITE-9997) IgniteDiagnosticMessagesTest.testLongRunningTx fails on TC

2018-10-25 Thread Amelchev Nikita (JIRA)
Amelchev Nikita created IGNITE-9997: --- Summary: IgniteDiagnosticMessagesTest.testLongRunningTx fails on TC Key: IGNITE-9997 URL: https://issues.apache.org/jira/browse/IGNITE-9997 Project: Ignite

[jira] [Created] (IGNITE-9996) Investigate possible performance drop in FSYNC mode for ignite-2.7 compared to ignite-2.6

2018-10-25 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-9996: Summary: Investigate possible performance drop in FSYNC mode for ignite-2.7 compared to ignite-2.6 Key: IGNITE-9996 URL: https://issues.apache.org/jira/browse/IGNITE-9996

[GitHub] ignite pull request #5073: IGNITE-9995: Fix bugs in windows launch bat scrip...

2018-10-25 Thread xuchuanyin
GitHub user xuchuanyin opened a pull request: https://github.com/apache/ignite/pull/5073 IGNITE-9995: Fix bugs in windows launch bat script Problems: If user is under ignite source dir, launching ignite will cause "Input line is too long" error. While if user switch to anothe

[jira] [Created] (IGNITE-9995) fix bugs

2018-10-25 Thread xuchuanyin (JIRA)
xuchuanyin created IGNITE-9995: -- Summary: fix bugs Key: IGNITE-9995 URL: https://issues.apache.org/jira/browse/IGNITE-9995 Project: Ignite Issue Type: Improvement Reporter: xuchuanyi

[jira] [Created] (IGNITE-9994) idle_verify -analyze -partId= -grpId=(minus)number not working

2018-10-25 Thread ARomantsov (JIRA)
ARomantsov created IGNITE-9994: -- Summary: idle_verify -analyze -partId= -grpId=(minus)number not working Key: IGNITE-9994 URL: https://issues.apache.org/jira/browse/IGNITE-9994 Project: Ignite