Utils method was fixed

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

Utils method was fixed

Vitaliy Biryukov
Hi Igniters,

While working on one of  issuess, I noticed that the
"IgniteUtils.ceilPow2" method can overflow.

I created issue[1] and fixed this method retaining its bitHack style.

This fix was merged to the master branch, thanks to Anton Vinogradov .

[1] https://issues.apache.org/jira/browse/IGNITE-5859

--
Best Regards,
Vitaliy Biryukov
Reply | Threaded
Open this post in threaded view
|

Re: Utils method was fixed

dmagda
Good job, Vitaliy. Keep the pace!


Denis

> On Aug 1, 2017, at 7:53 AM, Vitaliy Biryukov <[hidden email]> wrote:
>
> Hi Igniters,
>
> While working on one of  issuess, I noticed that the
> "IgniteUtils.ceilPow2" method can overflow.
>
> I created issue[1] and fixed this method retaining its bitHack style.
>
> This fix was merged to the master branch, thanks to Anton Vinogradov .
>
> [1] https://issues.apache.org/jira/browse/IGNITE-5859
>
> --
> Best Regards,
> Vitaliy Biryukov