Re: 2.0 Migration Guide

2017-05-01 Thread Rishi Yagnik
OK good to know ..Thanks.. On Mon, May 1, 2017 at 5:03 PM, Denis Magda wrote: > Yes, this affected the XML part either. Honestly, I don’t think we should > say about the XML explicitly because there we define and instantiate the > same Java beans. It’s just one more way how

Re: 2.0 Migration Guide

2017-05-01 Thread Denis Magda
Yes, this affected the XML part either. Honestly, I don’t think we should say about the XML explicitly because there we define and instantiate the same Java beans. It’s just one more way how you can create your object like IgniteConfiguration. — Denis > On May 1, 2017, at 2:56 PM, Rishi

Re: 2.0 Migration Guide

2017-05-01 Thread Rishi Yagnik
Denis, IgniteConfiguration's `getGridName/setGridName` methods are deprecated and will be removed in later releases. Use IgniteConfiguration's `getIgniteInstanceName/setIgniteInstanceName` instead. For example, Does it mean that xml configuration would also be no

Re: 2.0 Migration Guide

2017-05-01 Thread Denis Magda
Folks, I’ve walked through the changes that broke compatibility with Ignite 1.x and polished the migration guide: https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.0+Migration+Guide * Vovan, Sergi, please introduce and fill in SQL part. * Vovan, please review and extend “Binary

[jira] [Created] (IGNITE-5125) Need to improve logging in case of hang

2017-05-01 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-5125: - Summary: Need to improve logging in case of hang Key: IGNITE-5125 URL: https://issues.apache.org/jira/browse/IGNITE-5125 Project: Ignite Issue Type:

Re: [VOTE] Apache Ignite 2.0.0 RC2

2017-05-01 Thread Valentin Kulichenko
+1 On Mon, May 1, 2017 at 3:12 PM Vladimir Ozerov wrote: > +1 > > 30 апр. 2017 г. 17:46 пользователь "Denis Magda" > написал: > > > Igniters! > > > > We have uploaded a 2.0.0 release candidate to > >

Announcing Ignite at OSCON

2017-05-01 Thread Dani Traphagen
Hi everyone, I'm pleased to announce Ignite will be a topic at OSCON this year! I'll be speaking at the conference and you can check out my talk abstract here: https://conferences.oreilly. com/oscon/oscon-tx/public/schedule/detail/60801 If anyone is planning on attending it would be great to

Re: MemoryMetrics interface inconsistencies

2017-05-01 Thread Denis Magda
All the outstanding issues and concerns were addressed. You can look at the current design by taking the 2.0 release candidate https://dist.apache.org/repos/dist/dev/ignite/2.0.0-rc2/ and locating MemoryMetrics.html in the “docs” folder. Minor issues will be handled in 2.1:

[jira] [Created] (IGNITE-5124) MemoryMetrics API Improvements

2017-05-01 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-5124: --- Summary: MemoryMetrics API Improvements Key: IGNITE-5124 URL: https://issues.apache.org/jira/browse/IGNITE-5124 Project: Ignite Issue Type: Task

Apache Ignite Website SEO Audit Results

2017-05-01 Thread Terry Erisman
Hi Igniters, We have completed the SEO audit of the Ignite website which was announced earlier this year. Many issues were identified and most have been resolved. There are some open issues that represent opportunities to further improve the website, some of which we will continue to pursue.

[jira] [Created] (IGNITE-5123) Ignite.cache(String) returns null in PluginProvider.onIgniteStart()

2017-05-01 Thread Nick Pordash (JIRA)
Nick Pordash created IGNITE-5123: Summary: Ignite.cache(String) returns null in PluginProvider.onIgniteStart() Key: IGNITE-5123 URL: https://issues.apache.org/jira/browse/IGNITE-5123 Project: Ignite

Re: [VOTE] Apache Ignite 2.0.0 RC2

2017-05-01 Thread Vladimir Ozerov
+1 30 апр. 2017 г. 17:46 пользователь "Denis Magda" написал: > Igniters! > > We have uploaded a 2.0.0 release candidate to > https://dist.apache.org/repos/dist/dev/ignite/2.0.0-rc2/ < > https://dist.apache.org/repos/dist/dev/ignite/2.0.0-rc2/> > > Git tag name is > 2.0.0-rc2

[GitHub] ignite pull request #1890: IGNITE-5046

2017-05-01 Thread neerajbhatt
GitHub user neerajbhatt opened a pull request: https://github.com/apache/ignite/pull/1890 IGNITE-5046 You can merge this pull request into a Git repository by running: $ git pull https://github.com/neerajbhatt/ignite master Alternatively you can review and apply these