About the newbie bug #IGNITE-881

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

About the newbie bug #IGNITE-881

kcheng.mvp
Hi Yakov Zhdanov,

I am going to work on the bug
https://issues.apache.org/jira/browse/IGNITE-881.
you commented as

# Move handling logic to GridCacheCommandHandler

but I found there is already a class do the same thing

in the DataStructuresCommandHandler.java


Can you give more clue about this bug?


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

Re: About the newbie bug #IGNITE-881

yzhdanov
Hi Ken!

My idea was to quit using distributed atomic long, but switch to invokes
that change values atomically. In most cases this can work over atomic
cache and provide faster performance.

Does anyone in community have comments?

--Yakov

2015-11-10 10:49 GMT+03:00 Ken Cheng <[hidden email]>:

> Hi Yakov Zhdanov,
>
> I am going to work on the bug
> https://issues.apache.org/jira/browse/IGNITE-881.
> you commented as
>
> # Move handling logic to GridCacheCommandHandler
>
> but I found there is already a class do the same thing
>
> in the DataStructuresCommandHandler.java
>
>
> Can you give more clue about this bug?
>
>
> Thanks,
> kcheng
>