newbie tickets

2016-02-23 Thread Valentin Kulichenko
Folks, I noticed that the 'newbie' filter on site [1] searches issues by *component*. But it seems to me that the majority of such tickets are marked with a label instead, so contributors don't see them when they open this link. Is there a policy? For me label makes more sense. 'newbie' is not a

Re: Binary object inside Externalizable

2016-02-23 Thread Valentin Kulichenko
Actually, adding Externalizable support to binary marshaller should not be difficult, no? BinaryWriterExImpl already implements ObjectOutput, so we just need to pass to writeExternal (and the same for deserialization). To be honest, I don't understand why we use optimized marshaller here and

Re: IGNITE-1144

2016-02-23 Thread Valentin Kulichenko
Here is the list of newbie tickets: https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%20(component%20in%20(newbie)%20OR%20labels%20in%20(newbie)) You can pick one of them and start working. -Val On Tue, Feb 23, 2016 at 5:38 PM, Dood@ODDO wrote: > On

[jira] [Created] (IGNITE-2711) Stop auto refresh of query on removing of paragraph

2016-02-23 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-2711: - Summary: Stop auto refresh of query on removing of paragraph Key: IGNITE-2711 URL: https://issues.apache.org/jira/browse/IGNITE-2711 Project: Ignite Issue

[GitHub] ignite pull request: IGNITE-2416: TcpDiscoverySharedFsIpFinder to ...

2016-02-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/495 --- 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: IGNITE-1144

2016-02-23 Thread Dood
On 2/23/2016 7:05 PM, Valentin Kulichenko wrote: I added couple more tests and merged your changes into master. Thanks for the contribution! Thanks! What other ticket do you think I could/should tackle?

[GitHub] ignite pull request: Ignite 2560

2016-02-23 Thread AlexeyStelmak
GitHub user AlexeyStelmak opened a pull request: https://github.com/apache/ignite/pull/510 Ignite 2560 You can merge this pull request into a Git repository by running: $ git pull https://github.com/AlexeyStelmak/ignite ignite-2560 Alternatively you can review and apply

Re: IGNITE-1144

2016-02-23 Thread Valentin Kulichenko
I added couple more tests and merged your changes into master. Thanks for the contribution! -Val On Mon, Feb 22, 2016 at 9:13 PM, Dood@ODDO wrote: > Val, > > All the test passed on TC - you can look at the PR at any time. Thanks! > > > On 2/22/2016 8:13 PM, Valentin

[GitHub] ignite pull request: IGNITE-1144 Add affinity functions to colloca...

2016-02-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/459 --- 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: streamer documentation

2016-02-23 Thread 李玉珏
chinese version updated. 在 16/2/22 04:46, Raul Kripalani 写道: Done. Cheers. *Raúl Kripalani* PMC & Committer @ Apache Ignite, Apache Camel | Integration, Big Data and Messaging Engineer http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani Blog: raul.io | twitter: @raulvk

Re: ODBC processor default behaviour

2016-02-23 Thread Sergi Vladykin
I think both approaches are ok if the odbc client understands how should it deal with connection failures (should it go through a port range or retry a single port during the period of time). Sergi 2016-02-23 4:35 GMT+03:00 Valentin Kulichenko : > I think the