PowerDNS/lightningstream

Waiting for initial receiver listing: "file does not exist" error

wojas opened this issue · 2 comments

wojas commented

When starting up a fresh docker compose setup, LS hangs on this error:

lightningstream-sync1-1  | level=info msg="[main          ] Waiting for initial receiver listing" 
                           db=main error="file does not exist" instance=instance-1

I suspect that Simpleblob is returning the "file does not exist" instead of an empty listing.

wojas commented

This was caused by the bucket not existing, workaround: create_bucket: true

Simpleblob needs a better error for this.

wojas commented

Duplicate of #49