This is an automated email from the ASF dual-hosted git repository.
kotman12 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
from 6de34ce6cd6 SOLR-17316: New SolrJ CanonicalJsonResponseParser for use
with QueryResponse and others (#4640)
add 98a61bf53f1 SOLR-18298: only recover after ZooKeeper session expiry
(#4774)
No new revisions were added by this update.
Summary of changes:
.../SOLR-18298-zk-reconnect-session-expiry.yml | 8 +++
.../java/org/apache/solr/cloud/ZkController.java | 9 ++++
.../org/apache/solr/cloud/ZkControllerTest.java | 51 ++++++++++++++++++
.../apache/solr/common/cloud/ZkStateReader.java | 42 +++++++++------
.../common/cloud/TestOnReconnectSessionExpiry.java | 60 ++++++++++++++++++++++
5 files changed, 153 insertions(+), 17 deletions(-)
create mode 100644
changelog/unreleased/SOLR-18298-zk-reconnect-session-expiry.yml
create mode 100644
solr/solrj-zookeeper/src/test/org/apache/solr/common/cloud/TestOnReconnectSessionExpiry.java