Hello everyone Maybe somebody come across with such problem Trying to request COLSTATUS rawSize of index with such request: *http://localhost:8984/solr/admin/collections?action=COLSTATUS&collection=col1&rawSize=true <http://localhost:8984/solr/admin/collections?action=COLSTATUS&collection=col1&rawSize=true>*
Request is loading for 5 minutes, but at the end there is nothing about size. In logs of solr are exceptions like, after step "- preparing summary..." : *o.a.s.h.a.ColStatus Error getting details of replica segments from http://localhost:8984/solr/col1_shard4_replica_n6/ <http://localhost:8984/solr/col1_shard4_replica_n6/> => org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://**localhost**:8984/solr/**col1* *_shard4_replica_n6* Solr version 8.9.0 Num of documents more than 70 million Timeouts: *<shardHandlerFactory name="shardHandlerFactory" class="HttpShardHandlerFactory"> <int name="socketTimeout">${socketTimeout:6000000}</int> <int name="connTimeout">${connTimeout:600000}</int> </shardHandlerFactory>* Regards Nikita Ganin