Hi all, we face the following situation: - We have two solr nodes in standalone mode. - On one all indexing and schema changes are done - The second instance is follower and getting the documents via replication. - version is solr-8.11.2 running on Java 1.8.0
Everything seems fine for a long time and load. Now we're migating to a newer platform: - solr-8.11.4 - java 11.0.25 Now we face the following problem on the second node which is "only" following by replicating some cores: Memory usage is rasising and raising until we hit an OOM situation. Could anybody give me some hints how to debug this problem? I have currently no idea where to look at. Interstingly the primary node seems not have a problem even the heavy lifting and querying is done on that node. Hints and pointers very much appreciated. Best regards Andreas