You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Vitaliy Biryukov <bi...@gmail.com> on 2017/08/01 14:53:56 UTC

Utils method was fixed

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

Re: Utils method was fixed

Posted by Denis Magda <dm...@apache.org>.
Good job, Vitaliy. Keep the pace!

—
Denis

> On Aug 1, 2017, at 7:53 AM, Vitaliy Biryukov <bi...@gmail.com> 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