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

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?

Re: IGNITE-1144

2016-02-23 Thread Valentin Kulichenko
2/2016 8:13 PM, Valentin Kulichenko wrote: > >> Hi, >> >> Thanks for the pull request! I will take a look as soon as possible. >> >> -Val >> >> On Mon, Feb 22, 2016 at 9:14 AM, Dood@ODDO <oddodao...@gmail.com> wrote: >> >> Hello all, >>

[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: IGNITE-1144

2016-02-22 Thread Dood
lo all, I was wondering if anyone can take a look at the PR I submitted for IGNITE-1144 [1]. It compiles and I think the code is good but the tests I submitted are failing - specifically, one test: I am using assertThrows() to make sure that an exception is thrown if affinityRun() is invoked on a

IGNITE-1144

2016-02-22 Thread Dood
Hello all, I was wondering if anyone can take a look at the PR I submitted for IGNITE-1144 [1]. It compiles and I think the code is good but the tests I submitted are failing - specifically, one test: I am using assertThrows() to make sure that an exception is thrown if affinityRun

[GitHub] ignite pull request: IGNITE-1144 Queue and Set affinity run and ca...

2016-02-04 Thread oddodaoddo
Github user oddodaoddo closed the pull request at: https://github.com/apache/ignite/pull/453 --- 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-1144 Queue and Set affinity run and ca...

2016-02-03 Thread oddodaoddo
GitHub user oddodaoddo opened a pull request: https://github.com/apache/ignite/pull/453 IGNITE-1144 Queue and Set affinity run and call function additions You can merge this pull request into a Git repository by running: $ git pull https://github.com/oddodaoddo/ignite master