help on IGNITE-11894

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

help on IGNITE-11894

Amit Chavan
Hello,

I need some help on the ticket
https://issues.apache.org/jira/browse/IGNITE-11894 since this is my time
working on ignite code base. I am not able to move the ticket in progress
and would like to chat with a developer on what is expected for the ticket.
Is there a slack channel or message client the team uses to communicate?

Thanks,
Amit
Reply | Threaded
Open this post in threaded view
|

Re: help on IGNITE-11894

Nikolay Izhikov-2
Hell, Amit.

You can write you question here, on the dev-list or in the ticket.
I think, Ignite community will help you with this and ongoing contribution.

Welcome!

В Пн, 09/09/2019 в 11:14 -0700, Amit Chavan пишет:

> Hello,
>
> I need some help on the ticket
> https://issues.apache.org/jira/browse/IGNITE-11894 since this is my time
> working on ignite code base. I am not able to move the ticket in progress
> and would like to chat with a developer on what is expected for the ticket.
> Is there a slack channel or message client the team uses to communicate?
>
> Thanks,
> Amit

signature.asc (499 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: help on IGNITE-11894

Amit Chavan
Thanks, Nikolay.

Some questions I have -
1. Looking at the Ignite core module I see following classes that are jdbc
stores CacheJdbcBlobStore and CacheJdbcPojoStore. Are these the only ones
or am I missing more?
2. I see the fetchSize is part of JdbcDialect. Which implementation of the
JdbcDilect is used to access CacheStores?
3. Are there any examples of UT or docs which shows how the cachestores are
being used so it helps me understand the full end to end workings on the
CacheStores.

Thanks,
Amit

On Mon, Sep 9, 2019 at 2:50 PM Nikolay Izhikov <[hidden email]> wrote:

> Hell, Amit.
>
> You can write you question here, on the dev-list or in the ticket.
> I think, Ignite community will help you with this and ongoing contribution.
>
> Welcome!
>
> В Пн, 09/09/2019 в 11:14 -0700, Amit Chavan пишет:
> > Hello,
> >
> > I need some help on the ticket
> > https://issues.apache.org/jira/browse/IGNITE-11894 since this is my time
> > working on ignite code base. I am not able to move the ticket in progress
> > and would like to chat with a developer on what is expected for the
> ticket.
> > Is there a slack channel or message client the team uses to communicate?
> >
> > Thanks,
> > Amit
>
Reply | Threaded
Open this post in threaded view
|

Re: help on IGNITE-11894

Ilya Kasnacheev
Hello!

I think that you should not attempt to fix Cache Store if you don't have
first-hand experience of using it. Please redirect your efforts to some
area where, as the bare minimum, you are able to write such examples
yourself.

Regards,
--
Ilya Kasnacheev


ср, 11 сент. 2019 г. в 19:13, Amit Chavan <[hidden email]>:

> Thanks, Nikolay.
>
> Some questions I have -
> 1. Looking at the Ignite core module I see following classes that are jdbc
> stores CacheJdbcBlobStore and CacheJdbcPojoStore. Are these the only ones
> or am I missing more?
> 2. I see the fetchSize is part of JdbcDialect. Which implementation of the
> JdbcDilect is used to access CacheStores?
> 3. Are there any examples of UT or docs which shows how the cachestores are
> being used so it helps me understand the full end to end workings on the
> CacheStores.
>
> Thanks,
> Amit
>
> On Mon, Sep 9, 2019 at 2:50 PM Nikolay Izhikov <[hidden email]>
> wrote:
>
> > Hell, Amit.
> >
> > You can write you question here, on the dev-list or in the ticket.
> > I think, Ignite community will help you with this and ongoing
> contribution.
> >
> > Welcome!
> >
> > В Пн, 09/09/2019 в 11:14 -0700, Amit Chavan пишет:
> > > Hello,
> > >
> > > I need some help on the ticket
> > > https://issues.apache.org/jira/browse/IGNITE-11894 since this is my
> time
> > > working on ignite code base. I am not able to move the ticket in
> progress
> > > and would like to chat with a developer on what is expected for the
> > ticket.
> > > Is there a slack channel or message client the team uses to
> communicate?
> > >
> > > Thanks,
> > > Amit
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: help on IGNITE-11894

Ivan Pavlukhin
Ilya,

> I think that you should not attempt to fix Cache Store if you don't have first-hand experience of using it.
Not sure that I understand "first-hand experience" properly. But it
seems to me that almost every Ignite developer started contribution
without first-hand experience in one or another area.

Amit,

I believe you can find documentation about CacheStore without a
problems by searching in Google or on Ignite docs site [1]. Unit tests
can also be found by usages of
org.apache.ignite.configuration.CacheConfiguration#setCacheStoreFactory.
Of course, if something is very hard (there are a lot of hard stuff in
Ignite) it might be better to pick a simpler task as a starter.

[1] https://apacheignite.readme.io/docs

чт, 3 окт. 2019 г. в 15:03, Ilya Kasnacheev <[hidden email]>:

>
> Hello!
>
> I think that you should not attempt to fix Cache Store if you don't have
> first-hand experience of using it. Please redirect your efforts to some
> area where, as the bare minimum, you are able to write such examples
> yourself.
>
> Regards,
> --
> Ilya Kasnacheev
>
>
> ср, 11 сент. 2019 г. в 19:13, Amit Chavan <[hidden email]>:
>
> > Thanks, Nikolay.
> >
> > Some questions I have -
> > 1. Looking at the Ignite core module I see following classes that are jdbc
> > stores CacheJdbcBlobStore and CacheJdbcPojoStore. Are these the only ones
> > or am I missing more?
> > 2. I see the fetchSize is part of JdbcDialect. Which implementation of the
> > JdbcDilect is used to access CacheStores?
> > 3. Are there any examples of UT or docs which shows how the cachestores are
> > being used so it helps me understand the full end to end workings on the
> > CacheStores.
> >
> > Thanks,
> > Amit
> >
> > On Mon, Sep 9, 2019 at 2:50 PM Nikolay Izhikov <[hidden email]>
> > wrote:
> >
> > > Hell, Amit.
> > >
> > > You can write you question here, on the dev-list or in the ticket.
> > > I think, Ignite community will help you with this and ongoing
> > contribution.
> > >
> > > Welcome!
> > >
> > > В Пн, 09/09/2019 в 11:14 -0700, Amit Chavan пишет:
> > > > Hello,
> > > >
> > > > I need some help on the ticket
> > > > https://issues.apache.org/jira/browse/IGNITE-11894 since this is my
> > time
> > > > working on ignite code base. I am not able to move the ticket in
> > progress
> > > > and would like to chat with a developer on what is expected for the
> > > ticket.
> > > > Is there a slack channel or message client the team uses to
> > communicate?
> > > >
> > > > Thanks,
> > > > Amit
> > >
> >



--
Best regards,
Ivan Pavlukhin