Python thin client

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

Re: Python thin client

Dmitry Melnichuk
Stepan,

Sadly, it was a C `long` data type size mismatch between Windows and
other OSes. I investigated this issue and offered a pull request.

https://github.com/apache/ignite/pull/5017

On 10/17/18 6:29 PM, Stepan Pilschikov wrote:
> Dmitry,
>
> I've trying to use python thin client with Ignite 2.7 it dosn't work
> Please help to investigate
> Problem reproduced on several others machines
>
> Issue:
> https://issues.apache.org/jira/browse/IGNITE-9908
>
Reply | Threaded
Open this post in threaded view
|

Re: Python thin client

Stepan Pilshchikov
Dmitry,

Great, now client works properly on all OS
Thanks

I hope PR will be merged soon

Igor, can please help with that?

ср, 17 окт. 2018 г. в 20:48, Dmitry Melnichuk <
[hidden email]>:

> Stepan,
>
> Sadly, it was a C `long` data type size mismatch between Windows and
> other OSes. I investigated this issue and offered a pull request.
>
> https://github.com/apache/ignite/pull/5017
>
> On 10/17/18 6:29 PM, Stepan Pilschikov wrote:
> > Dmitry,
> >
> > I've trying to use python thin client with Ignite 2.7 it dosn't work
> > Please help to investigate
> > Problem reproduced on several others machines
> >
> > Issue:
> > https://issues.apache.org/jira/browse/IGNITE-9908
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Python thin client

Stepan Pilshchikov
Dmitry,

One more thing
Discover that Decimal data type can't be getting by others clients

Make ticket with description:
https://issues.apache.org/jira/browse/IGNITE-9950

Please, can you help to investigate this problem?

ср, 17 окт. 2018 г. в 23:14, Stepan Pilschikov <[hidden email]>:

> Dmitry,
>
> Great, now client works properly on all OS
> Thanks
>
> I hope PR will be merged soon
>
> Igor, can please help with that?
>
> ср, 17 окт. 2018 г. в 20:48, Dmitry Melnichuk <
> [hidden email]>:
>
>> Stepan,
>>
>> Sadly, it was a C `long` data type size mismatch between Windows and
>> other OSes. I investigated this issue and offered a pull request.
>>
>> https://github.com/apache/ignite/pull/5017
>>
>> On 10/17/18 6:29 PM, Stepan Pilschikov wrote:
>> > Dmitry,
>> >
>> > I've trying to use python thin client with Ignite 2.7 it dosn't work
>> > Please help to investigate
>> > Problem reproduced on several others machines
>> >
>> > Issue:
>> > https://issues.apache.org/jira/browse/IGNITE-9908
>> >
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Python thin client

Dmitry Melnichuk
Stepan,

My bad. I got the Decimal part of Ignite thin client protocol
specification totally wrong.

Just submitted a patch tested against Java thin client. Please evaluate.

On 10/20/18 2:00 AM, Stepan Pilschikov wrote:

> Dmitry,
>
> One more thing
> Discover that Decimal data type can't be getting by others clients
>
> Make ticket with description:
> https://issues.apache.org/jira/browse/IGNITE-9950
>
> Please, can you help to investigate this problem?
>
> ср, 17 окт. 2018 г. в 23:14, Stepan Pilschikov <[hidden email]>:
>
>> Dmitry,
>>
>> Great, now client works properly on all OS
>> Thanks
>>
>> I hope PR will be merged soon
>>
>> Igor, can please help with that?
>>
>> ср, 17 окт. 2018 г. в 20:48, Dmitry Melnichuk <
>> [hidden email]>:
>>
>>> Stepan,
>>>
>>> Sadly, it was a C `long` data type size mismatch between Windows and
>>> other OSes. I investigated this issue and offered a pull request.
>>>
>>> https://github.com/apache/ignite/pull/5017
>>>
>>> On 10/17/18 6:29 PM, Stepan Pilschikov wrote:
>>>> Dmitry,
>>>>
>>>> I've trying to use python thin client with Ignite 2.7 it dosn't work
>>>> Please help to investigate
>>>> Problem reproduced on several others machines
>>>>
>>>> Issue:
>>>> https://issues.apache.org/jira/browse/IGNITE-9908
>>>>
>>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Python thin client

Stepan Pilshchikov
Oh, nice

Thanks for quick response

I've check against JS and PHP, now its works properly

Igor, can you approve this patch?

сб, 20 окт. 2018 г. в 0:57, Dmitry Melnichuk <[hidden email]
>:

> Stepan,
>
> My bad. I got the Decimal part of Ignite thin client protocol
> specification totally wrong.
>
> Just submitted a patch tested against Java thin client. Please evaluate.
>
> On 10/20/18 2:00 AM, Stepan Pilschikov wrote:
> > Dmitry,
> >
> > One more thing
> > Discover that Decimal data type can't be getting by others clients
> >
> > Make ticket with description:
> > https://issues.apache.org/jira/browse/IGNITE-9950
> >
> > Please, can you help to investigate this problem?
> >
> > ср, 17 окт. 2018 г. в 23:14, Stepan Pilschikov <
> [hidden email]>:
> >
> >> Dmitry,
> >>
> >> Great, now client works properly on all OS
> >> Thanks
> >>
> >> I hope PR will be merged soon
> >>
> >> Igor, can please help with that?
> >>
> >> ср, 17 окт. 2018 г. в 20:48, Dmitry Melnichuk <
> >> [hidden email]>:
> >>
> >>> Stepan,
> >>>
> >>> Sadly, it was a C `long` data type size mismatch between Windows and
> >>> other OSes. I investigated this issue and offered a pull request.
> >>>
> >>> https://github.com/apache/ignite/pull/5017
> >>>
> >>> On 10/17/18 6:29 PM, Stepan Pilschikov wrote:
> >>>> Dmitry,
> >>>>
> >>>> I've trying to use python thin client with Ignite 2.7 it dosn't work
> >>>> Please help to investigate
> >>>> Problem reproduced on several others machines
> >>>>
> >>>> Issue:
> >>>> https://issues.apache.org/jira/browse/IGNITE-9908
> >>>>
> >>>
> >>
> >
>
>
123