Are there any working examples of using the DataImportHandler's delta import with SolrCloid?
I have a single zookeeper instance with four solr instances (using docker-compose). Once all services are online I use the zk upload tool to upload my conf configuration directory to zookeeper. From there I create a new collection using the uploaded config. I'm able to run a DIH full import with no issues. When I run a DIH delta import the data gets imported and I have a "import successful" in the solr logs right before a null pointer exception thrown while trying to close the DIH properties writer. Checking zookeeper I see the dataimport.properties file but it has 0 content and never updates. I've confirmed my dih config specifies using the ZKPropertiesWriter Anyone running DIH delta imports while using aolrcloud? Cheers, JAG