Hi devs,
https://github.com/apache/ignite/pull/35 https://github.com/apache/ignite/pull/44 Thanks, kcheng |
Hi Valentin Kulichenko* & *Alexey Kuznetsov
Can you help to do the code review for the newbie bugs Jira: https://issues.apache.org/jira/browse/IGNITE-1226 https://issues.apache.org/jira/browse/IGNITE-1153 PR: https://github.com/apache/ignite/pull/35 https://github.com/apache/ignite/pull/44 Thanks, kcheng On Mon, Aug 31, 2015 at 2:11 PM, Ken Cheng <[hidden email]> wrote: > Hi devs, > > https://github.com/apache/ignite/pull/35 > https://github.com/apache/ignite/pull/44 > > > Thanks, > kcheng > |
Hi Ken,
I was just in process of reviewing them :) Please give me couple more hours and I will provide feedback. -Val On Mon, Aug 31, 2015 at 6:47 PM, Ken Cheng <[hidden email]> wrote: > Hi Valentin Kulichenko* & *Alexey Kuznetsov > > Can you help to do the code review for the newbie bugs > > Jira: > https://issues.apache.org/jira/browse/IGNITE-1226 > https://issues.apache.org/jira/browse/IGNITE-1153 > > PR: > > https://github.com/apache/ignite/pull/35 > https://github.com/apache/ignite/pull/44 > > > Thanks, > kcheng > > On Mon, Aug 31, 2015 at 2:11 PM, Ken Cheng <[hidden email]> wrote: > > > Hi devs, > > > > https://github.com/apache/ignite/pull/35 > > https://github.com/apache/ignite/pull/44 > > > > > > Thanks, > > kcheng > > > |
Ken,
I have also provided some feedback regarding the IGNTIE-1226 ticket (sorry it took a long time to respond to your previous email). 2015-08-31 18:48 GMT-07:00 Valentin Kulichenko < [hidden email]>: > Hi Ken, > > I was just in process of reviewing them :) Please give me couple more hours > and I will provide feedback. > > -Val > > On Mon, Aug 31, 2015 at 6:47 PM, Ken Cheng <[hidden email]> wrote: > > > Hi Valentin Kulichenko* & *Alexey Kuznetsov > > > > Can you help to do the code review for the newbie bugs > > > > Jira: > > https://issues.apache.org/jira/browse/IGNITE-1226 > > https://issues.apache.org/jira/browse/IGNITE-1153 > > > > PR: > > > > https://github.com/apache/ignite/pull/35 > > https://github.com/apache/ignite/pull/44 > > > > > > Thanks, > > kcheng > > > > On Mon, Aug 31, 2015 at 2:11 PM, Ken Cheng <[hidden email]> wrote: > > > > > Hi devs, > > > > > > https://github.com/apache/ignite/pull/35 > > > https://github.com/apache/ignite/pull/44 > > > > > > > > > Thanks, > > > kcheng > > > > > > |
Ken,
I left a comment in https://github.com/apache/ignite/pull/44/. Please take a look. Thanks! -Val On Mon, Aug 31, 2015 at 6:51 PM, Alexey Goncharuk < [hidden email]> wrote: > Ken, > > I have also provided some feedback regarding the IGNTIE-1226 ticket (sorry > it took a long time to respond to your previous email). > > 2015-08-31 18:48 GMT-07:00 Valentin Kulichenko < > [hidden email]>: > > > Hi Ken, > > > > I was just in process of reviewing them :) Please give me couple more > hours > > and I will provide feedback. > > > > -Val > > > > On Mon, Aug 31, 2015 at 6:47 PM, Ken Cheng <[hidden email]> wrote: > > > > > Hi Valentin Kulichenko* & *Alexey Kuznetsov > > > > > > Can you help to do the code review for the newbie bugs > > > > > > Jira: > > > https://issues.apache.org/jira/browse/IGNITE-1226 > > > https://issues.apache.org/jira/browse/IGNITE-1153 > > > > > > PR: > > > > > > https://github.com/apache/ignite/pull/35 > > > https://github.com/apache/ignite/pull/44 > > > > > > > > > Thanks, > > > kcheng > > > > > > On Mon, Aug 31, 2015 at 2:11 PM, Ken Cheng <[hidden email]> > wrote: > > > > > > > Hi devs, > > > > > > > > https://github.com/apache/ignite/pull/35 > > > > https://github.com/apache/ignite/pull/44 > > > > > > > > > > > > Thanks, > > > > kcheng > > > > > > > > > > |
In reply to this post by Alexey Goncharuk
Hi Alexey,
yes, just as you said, if the node start with client mode cfg.setClientMode(true); Then the case will fail, I have implemented the method as you advised. please help to review the PR Thanks, kcheng On Tue, Sep 1, 2015 at 9:51 AM, Alexey Goncharuk <[hidden email] > wrote: > Ken, > > I have also provided some feedback regarding the IGNTIE-1226 ticket (sorry > it took a long time to respond to your previous email). > > 2015-08-31 18:48 GMT-07:00 Valentin Kulichenko < > [hidden email]>: > > > Hi Ken, > > > > I was just in process of reviewing them :) Please give me couple more > hours > > and I will provide feedback. > > > > -Val > > > > On Mon, Aug 31, 2015 at 6:47 PM, Ken Cheng <[hidden email]> wrote: > > > > > Hi Valentin Kulichenko* & *Alexey Kuznetsov > > > > > > Can you help to do the code review for the newbie bugs > > > > > > Jira: > > > https://issues.apache.org/jira/browse/IGNITE-1226 > > > https://issues.apache.org/jira/browse/IGNITE-1153 > > > > > > PR: > > > > > > https://github.com/apache/ignite/pull/35 > > > https://github.com/apache/ignite/pull/44 > > > > > > > > > Thanks, > > > kcheng > > > > > > On Mon, Aug 31, 2015 at 2:11 PM, Ken Cheng <[hidden email]> > wrote: > > > > > > > Hi devs, > > > > > > > > https://github.com/apache/ignite/pull/35 > > > > https://github.com/apache/ignite/pull/44 > > > > > > > > > > > > Thanks, > > > > kcheng > > > > > > > > > > |
Hi Valentin Kulichenko,
I have did the changes according your comments about PR : https://github.com/apache/ignite/pull/44 Thank your patience very much! Thanks, kcheng On Tue, Sep 1, 2015 at 8:29 PM, Ken Cheng <[hidden email]> wrote: > Hi Alexey, > > > yes, just as you said, if the node start with client mode > > cfg.setClientMode(true); > > Then the case will fail, I have implemented the method as you advised. > please help to review the PR > > Thanks, > kcheng > > On Tue, Sep 1, 2015 at 9:51 AM, Alexey Goncharuk < > [hidden email]> wrote: > >> Ken, >> >> I have also provided some feedback regarding the IGNTIE-1226 ticket (sorry >> it took a long time to respond to your previous email). >> >> 2015-08-31 18:48 GMT-07:00 Valentin Kulichenko < >> [hidden email]>: >> >> > Hi Ken, >> > >> > I was just in process of reviewing them :) Please give me couple more >> hours >> > and I will provide feedback. >> > >> > -Val >> > >> > On Mon, Aug 31, 2015 at 6:47 PM, Ken Cheng <[hidden email]> >> wrote: >> > >> > > Hi Valentin Kulichenko* & *Alexey Kuznetsov >> > > >> > > Can you help to do the code review for the newbie bugs >> > > >> > > Jira: >> > > https://issues.apache.org/jira/browse/IGNITE-1226 >> > > https://issues.apache.org/jira/browse/IGNITE-1153 >> > > >> > > PR: >> > > >> > > https://github.com/apache/ignite/pull/35 >> > > https://github.com/apache/ignite/pull/44 >> > > >> > > >> > > Thanks, >> > > kcheng >> > > >> > > On Mon, Aug 31, 2015 at 2:11 PM, Ken Cheng <[hidden email]> >> wrote: >> > > >> > > > Hi devs, >> > > > >> > > > https://github.com/apache/ignite/pull/35 >> > > > https://github.com/apache/ignite/pull/44 >> > > > >> > > > >> > > > Thanks, >> > > > kcheng >> > > > >> > > >> > >> > > |
Free forum by Nabble | Edit this page |