Personally, I'd really rather try to get 2.1.0 out the door. However,
this is a relatively trivial fix. If you want to backport it, I can
help with the release.

On Mon, Jun 21, 2021 at 9:14 AM Mike Miller <[email protected]> wrote:
>
> I recently ran into a pretty nasty bug in KeyBuilder[1]. If a CharSequence
> greater than 9 characters is used in any of the KeyBuilder methods,
> the charset encoding will pad the end of the value with an empty byte. This
> can be very difficult to detect since activities across Accumulo can
> silently fail or lead to unexpected results in your data. I already pushed
> a fix for the main branch (version 2.1.0). This bug exists in 2.0.0 and
> 2.0.1 so this may warrant a 2.0.2 bug fix release.
>
> [1]: https://github.com/apache/accumulo/pull/2170

Reply via email to