Re: IGNITE-3727: why did not merge into the 1.8 version?

2016-12-13 Thread Semyon Boikov
Hi, We had a lot of more priority issues so I somehow missed IGNITE-3732. As a workaround it is possible to create special thread pool and when message is sent to local node execute message listener there instead of IgniteMessaging usage. Thanks On Sun, Dec 11, 2016 at 5:56 AM, Denis Magda wrot

Re: [RESULT] [VOTE] Apache Ignite 1.8.0 Release (RC1)

2016-12-13 Thread Sergey Kozlov
Geospatial and some other modules have been removed purposely. The key change between 1.7.0 and 1.8.0 for maven deployment is splitting cassandra module into two separate modules: cassandra-store and cassandra-serializers. On Tue, Dec 13, 2016 at 3:27 AM, Denis Magda wrote: > > > On Dec 12, 201

Re: affinityCall in one distributed transaction

2016-12-13 Thread Антон Чураев
Using JTA in current implementation Ignite is possible. But it is expensive, because currently Ignite does not support distributed transaction context within all grid. I think it would be right to devide task into two: 1) Add support of switching transactional context between multiple thread withi

Re: affinityCall in one distributed transaction

2016-12-13 Thread Dmitriy Setrakyan
On Tue, Dec 13, 2016 at 1:29 AM, Антон Чураев wrote: > Using JTA in current implementation Ignite is possible. But it is > expensive, because currently Ignite does not support distributed > transaction context within all grid. > > I think it would be right to devide task into two: > 1) Add suppor

Re: [RESULT] [VOTE] Apache Ignite 1.8.0 Release (RC1)

2016-12-13 Thread Anton Vinogradov
Pgp signature seems to be correct, signed by sboikov. Seems, that sonatype reason equals to http://repo.maven.apache.org/maven2 reason. I've reasked infra to check logs. On Tue, Dec 13, 2016 at 11:25 AM, Sergey Kozlov wrote: > Geospatial and some other modules have been removed purposely. > >

[jira] [Created] (IGNITE-4418) Web console: summary page is hangs if clusters list contain a huge cluster

2016-12-13 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-4418: -- Summary: Web console: summary page is hangs if clusters list contain a huge cluster Key: IGNITE-4418 URL: https://issues.apache.org/jira/browse/IGNITE-4418

[jira] [Created] (IGNITE-4419) .NET: Serilog integration

2016-12-13 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-4419: -- Summary: .NET: Serilog integration Key: IGNITE-4419 URL: https://issues.apache.org/jira/browse/IGNITE-4419 Project: Ignite Issue Type: New Feature

Re: [VOTE] Apche Ignite PMC Chair Election

2016-12-13 Thread Andrey Novikov
Denis Magda On Tue, Dec 13, 2016 at 6:56 AM, Denis Magda wrote: > Cos, > > > The fact that some of the PMC members here still consider > > themselves first as an employee of company X and only then the as a > member of > > Ignite PMC > > I consider myself as a free son of the Earth who lives his

Re: Capacity Planning - Calculating Memory Usage

2016-12-13 Thread Denis Magda
Alexander, great update, thanks. Yakov, Alexey Scherbakov, Val, Please do the review first since you’re as the ones who deal a lot with performance and memory usage related questions. — Denis > On Dec 12, 2016, at 11:37 PM, Alexandr Kuramshin wrote: > > Hello, Igniters, > > I'd like to rep

[jira] [Created] (IGNITE-4420) .NET: Improve documentation for query configuration combined with reflective serialization

2016-12-13 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-4420: -- Summary: .NET: Improve documentation for query configuration combined with reflective serialization Key: IGNITE-4420 URL: https://issues.apache.org/jira/browse/IGNITE-4420

Re: [VOTE] Apche Ignite PMC Chair Election

2016-12-13 Thread Branko Čibej
On 2016-12-10 21:24 (+0100), Dmitriy Setrakyan wrote: > According to the discussion on the dev list [1], the following candidates > were proposed for the Apache Ignite PMC Chair position: > > Vladimir Ozerov > Konstantin Boudnik > Valentin Kulichenko > Denis Magda > Branko Čibej I'm mild

[jira] [Created] (IGNITE-4421) ODBC: SQLFetch fails if result set contains non-primitive column.

2016-12-13 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-4421: --- Summary: ODBC: SQLFetch fails if result set contains non-primitive column. Key: IGNITE-4421 URL: https://issues.apache.org/jira/browse/IGNITE-4421 Project: Ignite

[jira] [Created] (IGNITE-4422) Define platform plugin API in Java

2016-12-13 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-4422: -- Summary: Define platform plugin API in Java Key: IGNITE-4422 URL: https://issues.apache.org/jira/browse/IGNITE-4422 Project: Ignite Issue Type: Sub-task

Re: [VOTE] Apche Ignite PMC Chair Election

2016-12-13 Thread Yakov Zhdanov
Denis Magda

[jira] [Created] (IGNITE-4423) ignite.binary().type(entity.getKeyType())==null before first cache.put()

2016-12-13 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-4423: Summary: ignite.binary().type(entity.getKeyType())==null before first cache.put() Key: IGNITE-4423 URL: https://issues.apache.org/jira/browse/IGNITE-4423 Proj

Re: Capacity Planning - Calculating Memory Usage

2016-12-13 Thread Andrey Mashenkov
Alexandr, In addition. If expire policy is configured, there is additional overhead to entries can be tracked by TtlManager. This overhead is OnHeap and does not depend on cache MemoryMode (until Ignite-3840 will be in master). For now overhead is about 32-40 bytes (EntryWrapper itself) + (40-48)

[jira] [Created] (IGNITE-4424) REPLICATED cache isn't synced across nodes

2016-12-13 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-4424: Summary: REPLICATED cache isn't synced across nodes Key: IGNITE-4424 URL: https://issues.apache.org/jira/browse/IGNITE-4424 Project: Ignite Issue Typ

[GitHub] ignite pull request #1342: IGNITE-4421: Added BinaryObject handling in ODBC.

2016-12-13 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/1342 IGNITE-4421: Added BinaryObject handling in ODBC. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4421 Alternati

Re: affinityCall in one distributed transaction

2016-12-13 Thread Игорь Г
Dmitriy, for p.1 we can enroll it in one JTA transaction, yes. But is there a cheaper way to do it? I think in p.2 Anton means that if we can start ignite transaction on one client node and "join" it on other client node (by some id) so that all changes made on 2nd client were inside this transacti

Re: [RESULT] [VOTE] Apache Ignite 1.8.0 Release (RC1)

2016-12-13 Thread Denis Magda
Finally, the issue has been resolved https://issues.apache.org/jira/browse/INFRA-13073 I could run examples using 1.8.0 artifacts. Going to send an announcement shortly. — Denis > On Dec 13, 2016, at 1:32 AM, Anton Vinogradov > wrote: > >

[ANNOUNCE] Apache Ignite 1.8.0 Released

2016-12-13 Thread Denis Magda
The Apache Ignite Community is pleased to announce the release of Apache Ignite 1.8.0. Apache Ignite In-Memory Data Fabric [1] is a high-performance, integrated and distributed in-memory platform for computing and transacting on large-scale data sets in real-time, orders of magnitude faster tha

Update ignite version for Camel, Zeppelin, Vert.x and MyBatis

2016-12-13 Thread Denis Magda
Raul K., Andrey G., Roman S., Would you mind updating pom files of the external projects [1] Ignite is integrated with by setting its version to 1.8.0? https://cwiki.apache.org/confluence/display/IGNITE/External+Integrations

Re: [RESULT] [VOTE] Apache Ignite 1.8.0 Release (RC1)

2016-12-13 Thread Dmitriy Setrakyan
I still don't see version 1.8 here: https://mvnrepository.com/artifact/org.apache.ignite/ignite-core D. On Tue, Dec 13, 2016 at 12:16 PM, Denis Magda wrote: > Finally, the issue has been resolved > https://issues.apache.org/jira/browse/INFRA-13073 < > https://issues.apache.org/jira/browse/INFRA

Re: [RESULT] [VOTE] Apache Ignite 1.8.0 Release (RC1)

2016-12-13 Thread Denis Magda
Maven Central should grab the changes during the next update window. The ticket is left opened until this happens. However, the issue was fixed in general, the artifacts are accessible from the pom file. — Denis > On Dec 13, 2016, at 4:21 PM, Dmitriy Setrakyan wrote: > > I still don't see ver

FWD: Hibernate OGM and Ignite (beginning of the story)

2016-12-13 Thread Denis Magda
Shamim, great thanks! Copying our conversion to Ignite’s dev and user lists. Igniters, Shamim posted a useful blog post about the usage of Hibernate OGM and Ignite integration. https://dzone.com/articles/apache-ignite-with-jpa-a-missing-element

Re: affinityCall in one distributed transaction

2016-12-13 Thread Dmitriy Setrakyan
On Tue, Dec 13, 2016 at 11:22 AM, Игорь Г wrote: > Dmitriy, for p.1 we can enroll it in one JTA transaction, yes. > But is there a cheaper way to do it? We have to pick whether we use JTA for this use case at all. If yes, then it should be used across the whole system and no additional developm

Re: Update ignite version for Camel, Zeppelin, Vert.x and MyBatis

2016-12-13 Thread Roman Shtykh
Denis, Sure, I will update MyBatis. -Roman On Wednesday, December 14, 2016 5:42 AM, Denis Magda wrote: Raul K., Andrey G., Roman S., Would you mind updating pom files of the external projects [1] Ignite is integrated with by setting its version to 1.8.0? https://cwiki.apache.org/confluence

Re: Update ignite version for Camel, Zeppelin, Vert.x and MyBatis

2016-12-13 Thread Roman Shtykh
MyBatis integration is in maven repository now.Btw, the links at [1] are old (pointing to apacheignite.readme.io instead of apacheignite-mix.readme.io). Roman On Wednesday, December 14, 2016 11:04 AM, Roman Shtykh wrote: Denis, Sure, I will update MyBatis. -Roman On Wednesday, De