Re: called on the wrong instance

2025-08-14 Thread Michael Sokolov
dev@lucene.apache.org > : To: "dev@lucene.apache.org" > : Subject: called on the wrong instance > : > : Hi developers, > : > : we're starting to see a bunch of test failures with this message: > : > : java.lang.AssertionError: Called on the wrong instance > :

Re: called on the wrong instance

2025-08-14 Thread Chris Hostetter
https://github.com/apache/lucene/pull/15044 : Date: Thu, 14 Aug 2025 20:14:07 + : From: Mike Sokolov : Reply-To: dev@lucene.apache.org : To: "dev@lucene.apache.org" : Subject: called on the wrong instance : : Hi developers, : : we're starting to see a bunch of test fai

called on the wrong instance

2025-08-14 Thread Mike Sokolov
Hi developers, we're starting to see a bunch of test failures with this message: java.lang.AssertionError: Called on the wrong instance but that message doesn't seem to occur anywhere in our code base? Does anyone have a clue where it might be coming from?