[GitHub] ignite pull request #2031: Ignite 5075

2017-05-29 Thread raghavebdrayr
GitHub user raghavebdrayr opened a pull request: https://github.com/apache/ignite/pull/2031 Ignite 5075 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/ignite ignite-5075 Alternatively you can review and apply these chang

[GitHub] ignite pull request #2030: IGNITE-5030 Support Spring @Cacheable(sync=true) ...

2017-05-29 Thread mcherkasov
GitHub user mcherkasov opened a pull request: https://github.com/apache/ignite/pull/2030 IGNITE-5030 Support Spring @Cacheable(sync=true) annotation You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite IGNITE-50

[GitHub] ignite pull request #2029: IGNITE-5301 JVM crashes on H2TreeIndex destroy

2017-05-29 Thread EdShangGG
GitHub user EdShangGG opened a pull request: https://github.com/apache/ignite/pull/2029 IGNITE-5301 JVM crashes on H2TreeIndex destroy You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5301 Alternativ

[GitHub] ignite pull request #2028: IGNITE-5333 .NET: Include Apache.Ignite.exe in th...

2017-05-29 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/2028 IGNITE-5333 .NET: Include Apache.Ignite.exe in the main NuGet package You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite

[jira] [Created] (IGNITE-5335) Wrong value read by SQL query for field containing negative decimal

2017-05-29 Thread Sergey Kalashnikov (JIRA)
Sergey Kalashnikov created IGNITE-5335: -- Summary: Wrong value read by SQL query for field containing negative decimal Key: IGNITE-5335 URL: https://issues.apache.org/jira/browse/IGNITE-5335 Proje

Re: Persistent Distributed Store Metrics

2017-05-29 Thread Sergey Chugunov
Hello Denis, I have an idea of how we could clarify proposed above approach to collecting metrics for PDS. I suggest to split all metrics into two major groups (disk-related and memory-related) and group them in the following interfaces: public interface PersistenceMemoryMetrics extends MemoryMe

[GitHub] ignite pull request #2027: IGNITE-5334

2017-05-29 Thread devozerov
GitHub user devozerov opened a pull request: https://github.com/apache/ignite/pull/2027 IGNITE-5334 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5334-1 Alternatively you can review and apply thes

[jira] [Created] (IGNITE-5334) Return old schema escape behavior

2017-05-29 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-5334: --- Summary: Return old schema escape behavior Key: IGNITE-5334 URL: https://issues.apache.org/jira/browse/IGNITE-5334 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-5333) .NET: Include Apache.Ignite.exe in the main NuGet package

2017-05-29 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-5333: -- Summary: .NET: Include Apache.Ignite.exe in the main NuGet package Key: IGNITE-5333 URL: https://issues.apache.org/jira/browse/IGNITE-5333 Project: Ignite

Re: Default SQL schema name

2017-05-29 Thread Alexey Kuznetsov
+1 for public it make sense when copy-pasting SQL queries from ignite to H2 in order to check how sql works. On Mon, May 29, 2017 at 9:21 PM, Pavel Tupitsyn wrote: > If "public" is already in H2, then it makes sense to use it. > > On Mon, May 29, 2017 at 5:18 PM, Sergey Kozlov > wrote: > > > I

[GitHub] ignite pull request #1994: IGNITE-5176 JDBC Driver: implement query executio...

2017-05-29 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at: https://github.com/apache/ignite/pull/1994 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feat

[GitHub] ignite pull request #2000: IGNITE-3355: Implemented Compute::Call() for C++

2017-05-29 Thread isapego
Github user isapego closed the pull request at: https://github.com/apache/ignite/pull/2000 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

Re: DiscoverySpi#setDataExchange returns concrete implementation

2017-05-29 Thread Николай Ижиков
Thanks Yakov. I moved IGNITE-5321 to resolved state. Is that right? 2017-05-29 17:24 GMT+03:00 Yakov Zhdanov : > Merged. Thanks for contribution, Nick. Please also see my edits. > > --Yakov > > 2017-05-28 19:29 GMT+03:00 Николай Ижиков : > > > Hello. Here is pull request for this issue: > > > >

[jira] [Created] (IGNITE-5332) Add toString() to GridNearAtomicAbstractSingleUpdateRequest and it's inheritors

2017-05-29 Thread Dmitry Karachentsev (JIRA)
Dmitry Karachentsev created IGNITE-5332: --- Summary: Add toString() to GridNearAtomicAbstractSingleUpdateRequest and it's inheritors Key: IGNITE-5332 URL: https://issues.apache.org/jira/browse/IGNITE-5332

Re: DiscoverySpi#setDataExchange returns concrete implementation

2017-05-29 Thread Yakov Zhdanov
Merged. Thanks for contribution, Nick. Please also see my edits. --Yakov 2017-05-28 19:29 GMT+03:00 Николай Ижиков : > Hello. Here is pull request for this issue: > > https://github.com/apache/ignite/pull/2022 > > 2017-05-26 13:16 GMT+03:00 Yakov Zhdanov : > > > Hi Nick! Good catch. Please go ah

Re: Default SQL schema name

2017-05-29 Thread Pavel Tupitsyn
If "public" is already in H2, then it makes sense to use it. On Mon, May 29, 2017 at 5:18 PM, Sergey Kozlov wrote: > I vote for "public". I assume we may need "ignite" word for future as > reserved word for SQL syntax extensions ... > > On Mon, May 29, 2017 at 5:14 PM, Taras Ledkov > wrote: > >

Re: Default SQL schema name

2017-05-29 Thread Sergey Kozlov
I vote for "public". I assume we may need "ignite" word for future as reserved word for SQL syntax extensions ... On Mon, May 29, 2017 at 5:14 PM, Taras Ledkov wrote: > I'm OK with 'public'. > > Does the "default schema" mean (for Ignite) that all object are contained > in the schema is availabl

Re: Default SQL schema name

2017-05-29 Thread Alexander Fedotov
+1 for public Kind regards, Alex. On Mon, May 29, 2017 at 5:14 PM, Taras Ledkov wrote: > I'm OK with 'public'. > > Does the "default schema" mean (for Ignite) that all object are contained > in the schema is available without a schema specification? > > > > On 29.05.2017 16:54, Vladimir Ozerov

Re: Default SQL schema name

2017-05-29 Thread Taras Ledkov
I'm OK with 'public'. Does the "default schema" mean (for Ignite) that all object are contained in the schema is available without a schema specification? On 29.05.2017 16:54, Vladimir Ozerov wrote: Folks, I am going to introduce predefined SQL schema which is always accessible on all Ignit

Re: Default SQL schema name

2017-05-29 Thread Dmitry Pavlov
+1 for ignite пн, 29 мая 2017 г. в 17:03, Igor Sapego : > I like "ignite" as it has lower chance to interfere with anything > which is already reserved. > > Best Regards, > Igor > > On Mon, May 29, 2017 at 5:01 PM, Sergi Vladykin > wrote: > > > PUBLIC is already default schema in H2. You can not

Re: AffinityKeyMapper

2017-05-29 Thread Sergi Vladykin
Done. Sergi 2017-05-26 21:26 GMT+03:00 Dmitriy Setrakyan : > On Fri, May 26, 2017 at 8:48 AM, Sergi Vladykin > wrote: > > > Guys, > > > > As I see we did not drop AffinityKeyMapper for 2.0. > > > > May be lets at least deprecate it? > > > > I think we must. Any objections? >

Re: Default SQL schema name

2017-05-29 Thread Igor Sapego
I like "ignite" as it has lower chance to interfere with anything which is already reserved. Best Regards, Igor On Mon, May 29, 2017 at 5:01 PM, Sergi Vladykin wrote: > PUBLIC is already default schema in H2. You can not even drop it. Oracle > does have PUBLIC schema as well. > > Sergi > > 2017

Re: Default SQL schema name

2017-05-29 Thread Sergi Vladykin
PUBLIC is already default schema in H2. You can not even drop it. Oracle does have PUBLIC schema as well. Sergi 2017-05-29 16:54 GMT+03:00 Vladimir Ozerov : > Folks, > > I am going to introduce predefined SQL schema which is always accessible on > all Ignite nodes [1]. Now I am thinking on how t

[GitHub] ignite pull request #2026: IGNITE-5299 Don't set IgniteLock as broken if loc...

2017-05-29 Thread ezhuravl
GitHub user ezhuravl opened a pull request: https://github.com/apache/ignite/pull/2026 IGNITE-5299 Don't set IgniteLock as broken if lock is failoverSafe You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite igni

[jira] [Created] (IGNITE-5331) Investigate performance implications of SQL schema refactoring

2017-05-29 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-5331: --- Summary: Investigate performance implications of SQL schema refactoring Key: IGNITE-5331 URL: https://issues.apache.org/jira/browse/IGNITE-5331 Project: Ignite

Re: Default SQL schema name

2017-05-29 Thread Pavel Tupitsyn
SQL Server uses "dbo", Oracle uses current user name. I prefer "ignite". It is the only one that makes sense to me of all of the above. "public" - as opposed to "private"? What's the point? Pavel On Mon, May 29, 2017 at 4:54 PM, Vladimir Ozerov wrote: > Folks, > > I am going to introduce pred

[GitHub] ignite pull request #2025: Ignite 5210 When enabled security authentication,...

2017-05-29 Thread dkarachentsev
GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/2025 Ignite 5210 When enabled security authentication, server is unable to restart if client tries to reconnect You can merge this pull request into a Git repository by running: $ git pull

Default SQL schema name

2017-05-29 Thread Vladimir Ozerov
Folks, I am going to introduce predefined SQL schema which is always accessible on all Ignite nodes [1]. Now I am thinking on how to name. Ideas are welcomed. My 50 cents: 1) "public" - Postgres use this name 2) "mydb" - MySQL use this name 3) "ignite" - to be aligned with our product name 4) "de

[GitHub] ignite pull request #1937: IGNITE-2492 .NET: Peer assembly loading

2017-05-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/1937 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

transaction rollback on only node

2017-05-29 Thread ALEKSEY KUZNETSOV
Hi, Igntrs! Is it make sense transaction on cluster of only node to rollback? -- *Best Regards,* *Kuznetsov Aleksey*

[jira] [Created] (IGNITE-5330) .NET: Peer assembly loading documentation

2017-05-29 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-5330: -- Summary: .NET: Peer assembly loading documentation Key: IGNITE-5330 URL: https://issues.apache.org/jira/browse/IGNITE-5330 Project: Ignite Issue Type: Ta

[GitHub] ignite pull request #2024: IGNITE-5317

2017-05-29 Thread devozerov
GitHub user devozerov opened a pull request: https://github.com/apache/ignite/pull/2024 IGNITE-5317 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5317 Alternatively you can review and apply these

[jira] [Created] (IGNITE-5329) .NET: Enable peer assembly loading in all APIs

2017-05-29 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-5329: -- Summary: .NET: Enable peer assembly loading in all APIs Key: IGNITE-5329 URL: https://issues.apache.org/jira/browse/IGNITE-5329 Project: Ignite Issue Typ

[GitHub] ignite pull request #2023: IGNITE-5315 .NET: Fix LINQ and cache configuratio...

2017-05-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/2023 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[jira] [Created] (IGNITE-5328) Support cache atomicity mode for CREATE TABLE

2017-05-29 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-5328: --- Summary: Support cache atomicity mode for CREATE TABLE Key: IGNITE-5328 URL: https://issues.apache.org/jira/browse/IGNITE-5328 Project: Ignite Issue Ty

[jira] [Created] (IGNITE-5327) Create predefined cache templates for CREATE TABLE command

2017-05-29 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-5327: --- Summary: Create predefined cache templates for CREATE TABLE command Key: IGNITE-5327 URL: https://issues.apache.org/jira/browse/IGNITE-5327 Project: Ignite

[jira] [Created] (IGNITE-5326) Support "backups" property for CREATE TABLE property

2017-05-29 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-5326: --- Summary: Support "backups" property for CREATE TABLE property Key: IGNITE-5326 URL: https://issues.apache.org/jira/browse/IGNITE-5326 Project: Ignite I

[jira] [Created] (IGNITE-5325) CREATE TABLE should support "cacheGroup" property

2017-05-29 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-5325: --- Summary: CREATE TABLE should support "cacheGroup" property Key: IGNITE-5325 URL: https://issues.apache.org/jira/browse/IGNITE-5325 Project: Ignite Issu

[jira] [Created] (IGNITE-5324) Move volatile data structures into a separate cache

2017-05-29 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-5324: Summary: Move volatile data structures into a separate cache Key: IGNITE-5324 URL: https://issues.apache.org/jira/browse/IGNITE-5324 Project: Ignite

[jira] [Created] (IGNITE-5323) Move record serializer version from file name to file header

2017-05-29 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-5323: Summary: Move record serializer version from file name to file header Key: IGNITE-5323 URL: https://issues.apache.org/jira/browse/IGNITE-5323 Project: Ignite

[jira] [Created] (IGNITE-5322) Improve WAL record/iterator structure

2017-05-29 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-5322: Summary: Improve WAL record/iterator structure Key: IGNITE-5322 URL: https://issues.apache.org/jira/browse/IGNITE-5322 Project: Ignite Issue Type: Im

[GitHub] ignite pull request #2023: IGNITE-5315 .NET: Fix LINQ and cache configuratio...

2017-05-29 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/2023 IGNITE-5315 .NET: Fix LINQ and cache configuration broken by IGNITE-5287 (sqlEscapeAll) You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptup