You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Daschinskiy (Jira)" <ji...@apache.org> on 2021/03/29 09:14:00 UTC

[jira] [Assigned] (IGNITE-14429) Python thin client cache.get_size works not as expected and PeekModes are incorrect.

     [ https://issues.apache.org/jira/browse/IGNITE-14429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Daschinskiy reassigned IGNITE-14429:
-----------------------------------------

    Assignee: Ivan Daschinskiy

> Python thin client cache.get_size works not as expected and PeekModes are incorrect.
> ------------------------------------------------------------------------------------
>
>                 Key: IGNITE-14429
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14429
>             Project: Ignite
>          Issue Type: Bug
>          Components: python, thin client
>            Reporter: Ivan Daschinskiy
>            Assignee: Ivan Daschinskiy
>            Priority: Major
>
> 1. PeekModes is now ByteArray, so class variables should be changed.
> Currently these values are incorrect, seems like masks. They should be changed to ordinal values in order to resemble java enum.
> 2. By default,  peek_modes in get_size should be None, not 0
> * If pass 0, behaviour is not if we use PeekModes.ALL, but PeekModes.PRIMARY



--
This message was sent by Atlassian Jira
(v8.3.4#803005)