Re: 1.5.final

2015-12-24 Thread Sergey Kozlov
Hi Last issue has been fixed and we started to prepare the release Apache Ignite 1.5 On Thu, Dec 24, 2015 at 8:12 PM, Sergey Kozlov wrote: > Yes, sure. > > On Thu, Dec 24, 2015 at 8:09 PM, Dmitriy Setrakyan > wrote: > >> If the examples work well

Re: 1.5.final

2015-12-24 Thread Sergey Kozlov
Yes, sure. On Thu, Dec 24, 2015 at 8:09 PM, Dmitriy Setrakyan wrote: > If the examples work well with BinaryMarshaller, I think we can push this > ticket to 1.6. Thoughts? > > On Thu, Dec 24, 2015 at 9:07 AM, Sergey Kozlov > wrote: > > > It is the

Re: 1.5.final

2015-12-24 Thread Dmitriy Setrakyan
If the examples work well with BinaryMarshaller, I think we can push this ticket to 1.6. Thoughts? On Thu, Dec 24, 2015 at 9:07 AM, Sergey Kozlov wrote: > It is the way to test optimized marshaller. > The binary marshaller is a new feature and not very well tested yet thus

[jira] [Created] (IGNITE-2257) Incorrect deserialization of BinaryContext.

2015-12-24 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2257: --- Summary: Incorrect deserialization of BinaryContext. Key: IGNITE-2257 URL: https://issues.apache.org/jira/browse/IGNITE-2257 Project: Ignite Issue

Re: 1.5.final

2015-12-24 Thread Alexey Kuznetsov
IGNITE-2252 Add support for cache sql schema in REST topology command Fixed, tested, docs updated and merged into release branch. -- Alexey Kuznetsov GridGain Systems www.gridgain.com

[GitHub] ignite pull request: IGNITE-2252 Add support for cache sql schema ...

2015-12-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/374 --- 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

[GitHub] ignite pull request: IGNITE-2200 - Fixed deployment and added a te...

2015-12-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/367 --- 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

Re: 1.5.final

2015-12-24 Thread Sergey Kozlov
Hi It's the last ticket from the list provided yesterday. But today we found yet another blocker issue and now we're working on it: IGNITE-2257 Incorrect deserialization of BinaryContext. On Thu, Dec 24, 2015 at 2:24 PM, Alexey Kuznetsov

[GitHub] ignite pull request: IGNITE-2209 - Fixing class casts in query tes...

2015-12-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/355 --- 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

[GitHub] ignite pull request: IGNITE-2199: Unable to build for JDK8 (refere...

2015-12-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/351 --- 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

[jira] [Created] (IGNITE-2261) .Net: Connector configuration

2015-12-24 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-2261: -- Summary: .Net: Connector configuration Key: IGNITE-2261 URL: https://issues.apache.org/jira/browse/IGNITE-2261 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-2262) Add collecting of BinaryConfiguration to Visor collector tasks.

2015-12-24 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-2262: Summary: Add collecting of BinaryConfiguration to Visor collector tasks. Key: IGNITE-2262 URL: https://issues.apache.org/jira/browse/IGNITE-2262 Project:

[GitHub] ignite pull request: IGNITE-1514 Platform .Net: Implement IIgnite....

2015-12-24 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/375 IGNITE-1514 Platform .Net: Implement IIgnite.DestroyCache You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-1514

[jira] [Created] (IGNITE-2264) Optimize GridDistributedTxMapping.

2015-12-24 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2264: --- Summary: Optimize GridDistributedTxMapping. Key: IGNITE-2264 URL: https://issues.apache.org/jira/browse/IGNITE-2264 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-2265) Replace Atomic* variables with field updaters.

2015-12-24 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2265: --- Summary: Replace Atomic* variables with field updaters. Key: IGNITE-2265 URL: https://issues.apache.org/jira/browse/IGNITE-2265 Project: Ignite Issue

Re: 1.5.final

2015-12-24 Thread Alexey Goncharuk
Igniters, Another issue has been reported related to unexpected exception in examples when optimized marshaller is used: https://issues.apache.org/jira/browse/IGNITE-2266 I will try to fix this before 2257 is fixed to fit in 1.5, however I do not think it is a blocker for the release.