Re: IGNITE-8167

2018-04-22 Thread Pavel Sapezhko
Any updates? On Sat, Apr 7, 2018 at 2:01 AM Denis Magda wrote: > Pavel, added you to JIRA contributors list. > > -- > Denis > > On Fri, Apr 6, 2018 at 8:12 AM, Pavel Sapezhko > wrote: > > > My JIRA ID: pavel.sapezhko > > As I mentioned above, first we will have only archiver thread crashed and

[jira] [Created] (IGNITE-8354) Ignite Continuosly refreshes Cassandra Session when there is an Exception in execute method of CassandraSessionImpl

2018-04-22 Thread Yashasvi Kotamraju (JIRA)
Yashasvi Kotamraju created IGNITE-8354: -- Summary: Ignite Continuosly refreshes Cassandra Session when there is an Exception in execute method of CassandraSessionImpl Key: IGNITE-8354 URL: https://issues.apac

Re: write-through when using SQL updates

2018-04-22 Thread Dmitriy Setrakyan
On Sun, Apr 22, 2018 at 10:16 PM, Denis Magda wrote: > If a table is created with CREATE TABLE command then: > >- Ignite creates two custom binary types (one for the key and one for >the value) the columns will be wrapped into. A primary key defines what >goes into the key. It happens

Re: write-through when using SQL updates

2018-04-22 Thread Denis Magda
If a table is created with CREATE TABLE command then: - Ignite creates two custom binary types (one for the key and one for the value) the columns will be wrapped into. A primary key defines what goes into the key. It happens automatically unless... - You define names of existing busin

Re: write-through when using SQL updates

2018-04-22 Thread Dmitriy Setrakyan
Denis, I get that we support it, but I still do not understand how. Given an SQL table in Ignite with several columns, what is the key class and what is the value class? Where do we document how SQL types map to key-value types? D. On Sun, Apr 22, 2018 at 1:43 PM, Denis Magda wrote: > Dmitriy,

Re: GA Grid Documentation for 2.5

2018-04-22 Thread techbysample
Akmal, I have updated documentation for GA Grid in support of Ignite 2.5. Please review. https://issues.apache.org/jira/browse/IGNITE-8350 Best, Turik -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: write-through when using SQL updates

2018-04-22 Thread Denis Magda
Dmitriy, According to the docs, INSERTS are transformed into cache.putIfAbsent or cache.invokeAll operations: https://apacheignite-sql.readme.io/docs/insert#section-description UPDATES are turned into cache.invokeAll all the times: https://apacheignite-sql.readme.io/docs/update#section-descriptio

[jira] [Created] (IGNITE-8353) Failed to deserialize stored cache data from Ignite 2.4 on master

2018-04-22 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-8353: Summary: Failed to deserialize stored cache data from Ignite 2.4 on master Key: IGNITE-8353 URL: https://issues.apache.org/jira/browse/IGNITE-8353 Project: Ig

write-through when using SQL updates

2018-04-22 Thread Dmitriy Setrakyan
Igniters, Do we support write-through to a 3rd party database when performing SQL inserts and updates? If yes, how does the mapping between SQL and CacheStore key-value API happen? D.

[GitHub] ignite pull request #3897: IGNITE-6538: test 500 times

2018-04-22 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request: https://github.com/apache/ignite/pull/3897 IGNITE-6538: test 500 times You can merge this pull request into a Git repository by running: $ git pull https://github.com/Mmuzaf/ignite check-ignite-6538 Alternatively you can review and ap

[jira] [Created] (IGNITE-8352) IgniteStandByClusterSuite: IgniteClusterActivateDeactivateTest.testClientReconnectClusterDeactivateInProgress flaky fail rate 12%

2018-04-22 Thread Maxim Muzafarov (JIRA)
Maxim Muzafarov created IGNITE-8352: --- Summary: IgniteStandByClusterSuite: IgniteClusterActivateDeactivateTest.testClientReconnectClusterDeactivateInProgress flaky fail rate 12% Key: IGNITE-8352 URL: https://iss

[jira] [Created] (IGNITE-8351) PME isStaleUpdate() method documentation mismatch

2018-04-22 Thread Andrew Medvedev (JIRA)
Andrew Medvedev created IGNITE-8351: --- Summary: PME isStaleUpdate() method documentation mismatch Key: IGNITE-8351 URL: https://issues.apache.org/jira/browse/IGNITE-8351 Project: Ignite Issu

Re: Service grid redesign

2018-04-22 Thread Dmitriy Setrakyan
Thanks! The IEP looks very big. I would like to remind everyone that one of the biggest problems we have with services is that it uses a replicated cache internally to do the deployment. When all nodes have the same service configured in the XML file, then all nodes will try to initiate a put into

[GitHub] ignite pull request #3896: IGNITE-8070 FailureHandlers added to Ignite.NET c...

2018-04-22 Thread ivandasch
GitHub user ivandasch opened a pull request: https://github.com/apache/ignite/pull/3896 IGNITE-8070 FailureHandlers added to Ignite.NET configuration You can merge this pull request into a Git repository by running: $ git pull https://github.com/ivandasch/ignite ignite-