On 11/7/24 11:51, Jan Høydahl wrote:
/opt/solr/server/scripts/cloud-scripts/zkcli.sh -z localhost:9983 -cmd get
/configs/foo >foo.txt
It will write the content to "foo.txt", and according to the stack trace, that
file will be non-empty and contain non-JSON.
Indeed, it contains a single NULL byte.
Attachments are stripped off but in the UI 2 out of my 4 indexes have
"not utf8 Content" and the other 2 don't -- I never noticed that until
now. The above returns a single 0x00 for both of those. Curioser and
curioser.
Any ideas how to fix it?
Thanks again,
Dima