You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But after digging, I figured out that Solr ZooKeeper response was changed from 8.4.0 to 8.8.2 version. It causes requests from solr-init to solr container fail because another format of data is expected.
solr-init
container doesn't initialize Solr coresExpected behavior
sitecore-xp0-solr-init 10.2.0-ltsc2019 (sitecore-xm1-solr-init as well) should initialize Solr cores.
Actual behavior
sitecore-xp0-solr-init 10.2.0-ltsc2019 doesn't initialize Solr cores.
And throw exception to logs:
Additional information
Tested on
10.2.0-ltsc2019 | 10.0.17763.2452 | ltsc2019 | amd64 | windows | sha256:4428959a3f23e959aa5e99441116816f4644656d3036a54c2c51f36226b4953c | 11/04/2021 08:34:49 | 01/19/2022 15:14:35|
Initially, I opened an issue in https://github.com/Sitecore/docker-examples repository.
Sitecore/docker-examples#46
But after digging, I figured out that Solr ZooKeeper response was changed from 8.4.0 to 8.8.2 version. It causes requests from
solr-init
tosolr
container fail because another format of data is expected.That is why I duplicate an issue here.
Steps to reproduce the behavior
Suggested fix
Change
Download-SolrConfig.ps1
file, updateDownload-FileItem
function:The text was updated successfully, but these errors were encountered: