> On Jun 15, 2022, at 12:01 PM, Niclas Hedhman <nic...@hedhman.org> wrote:
>
> On 2022-06-15 18:24, tison wrote:
>> In this commit[1] we make ResourceUsage in your report immutable. It
>> seems that in your final class loading result, it loads 2.9.1's
>> LoadManagerShared and 2.10.0's ResourceUsage, where 2.9.1 code assume
>> field 'usage' is mutable.
>> Could you try to check the effective classpath, especially which
>> version of pulsar-broker and pulsar-client-admin-api is in use?
>
> Yes, you were right. I didn't have a cleanup of old installation in my
> Ansible script, so old jar files were still there...
>
> So, at least I got it back to version 2.9.2. I will look at the upgrade to
> 2.10.0 later, as I now have more urgent things to worry about.
There is an ongoing vote in progress for 2.10.1
All the best,
Dave
>
> Thanks a LOT
> Niclas