ManagedIndexSchema takes long for larger schema changes

2020-12-10 Thread Tiziano Degaetano
Hello, I was checking why my initial schema change is taking several minutes using the managed schema api. VisualVm shows that most of the time is used in ManagedIndexSchema.postReadInform [cid:image001.png@01D6CEE9.16DA5EC0] Looking at the code shows that postReadInform is executed for every

8.7.0 SchemaManager not respecting UPDATE_TIMEOUT_SECS

2020-11-16 Thread Tiziano Degaetano
Hello, I’m running some test on solr 8.7.0 with embedded zookeeper. I have an issues that sometimes after changing the schema the very next call is still running against the old schema returning wrong results. A retry or a small wait will fix the issue, but this makes it hard to test as

SegmentsInfoRequestHandler does not release IndexWriter

2020-04-22 Thread Tiziano Degaetano
Hello, I’m digging in an issue getting timeouts doing a managed schema change using the schema api. The call hangs reloading the cores (does not recover until restarting the node): sun.misc.Unsafe.park​(Native Method) java.util.concurrent.locks.LockSupport.parkNanos​(Unknown Source)