SearchScale / dataimporthandler

Repository for DIH (Document Import Handler)
Apache License 2.0
68 stars 48 forks source link

ZKPropertiesWriter Could not read DIH properties #64

Open adidtech opened 11 months ago

adidtech commented 11 months ago

I have a working configuration of dataimporthandler with SOLR 9 and have run a full import. However, after the full import logs the message that it has completed successfully I get a No Node message re the dataimport.properties file:

o.a.s.h.d.ZKPropertiesWriter Could not read DIH properties from /configs/codes/dataimport.properties :class org.apache.zookeeper.KeeperException$NoNodeException => org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /configs/codes/dataimport.properties

I thought the full import created the dataimport.properties file.

Suggestions welcome. Thanks.