When I import large data the bucket list doesn't get updated and I get this error for every bucket:
[2019-03-02][08:14:13][_][ERROR] Failed to write response: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }.
But then if I restart after this all the buckets and their data is there?
Something must be wrong in the Database thread? Are mpsc requests being returned too early?
Found when testing #22
When I import large data the bucket list doesn't get updated and I get this error for every bucket:
[2019-03-02][08:14:13][_][ERROR] Failed to write response: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }.
But then if I restart after this all the buckets and their data is there?
Something must be wrong in the Database thread? Are mpsc requests being returned too early?
Found when testing #22