Hi, I am running Solr 7.7.2 in standalone mode. 32 GB heap. Proces is throwing an OOM exception. Heap dump analysis shows ~14 GB of FrozeBufferedUpdates and 9 GB held across ~3000 DWPTs . There is a log replay in progress and another indexing thread.
My understanding is that Solr flushes when accumulated updates hit 100 MB *across threads.* Hence I am puzzled at the humongous buffer build up. Any clues as to where I should look? Thanks, Rahul