Paul McArthur created SOLR-17894: ------------------------------------ Summary: Distributed mode does not compress state.json Key: SOLR-17894 URL: https://issues.apache.org/jira/browse/SOLR-17894 Project: Solr Issue Type: Task Components: SolrCloud Affects Versions: 9.0, 10.0 Reporter: Paul McArthur
When running SolrCloud with the Overseer enabled, ZKStateWriter compresses state.json when it is written to ZooKeeper. This same compression does not happen when running in Solr Cloud's distributed mode, without an Overseer (DistributedClusterStateUpdater). In some cases, with very large collections, a cluster that runs with an Overseer can encounter problems when transitioning to distributed mode where updates to state.json persistently fail. This happens because the uncompressed size of the data is too large to fit in the configured jute buffer. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org