Re: jdk 17 and accumulo testing

2022-12-17 Thread Vincent Russell
No worries. I'm glad I was able to help in some small way. Thank you for fixing the issue. On Sat, Dec 17, 2022 at 11:49 AM Christopher Shannon < christopher.l.shan...@gmail.com> wrote: > I created https://github.com/apache/accumulo/pull/3134 and that should fix > this issue. > > Thanks

Re: jdk 17 and accumulo testing

2022-12-17 Thread Christopher Shannon
I created https://github.com/apache/accumulo/pull/3134 and that should fix this issue. Thanks Vincent for pointing out the issue in TServerUtils, your testing made this easy to track down and fix. On Sat, Dec 17, 2022 at 9:00 AM Christopher Shannon < christopher.l.shan...@gmail.com> wrote: > I

Re: jdk 17 and accumulo testing

2022-12-17 Thread Christopher Shannon
I was able to reproduce the issue by setting the value size for a mutation to size 16384001 to make sure it's greater than the default value for Thrift and it fails immediately. I will work on a fix now that we know how to reproduce it. On Fri, Dec 16, 2022 at 2:31 PM Christopher wrote: > I