ddebie

Results 6 comments of ddebie

Thanks for your responses guys I've looked into this a bit more and from what I can tell, it's due to writes not being atomic - there is a short...

How would you recommend solving this in the application using arctic? As I understand it, if the application dies or even if the box goes down at the wrong time,...

> either don't read while writing or make sure you are not reading from the chunk being written to. If your chunksize were hourly you could make sure you were...

Yep I'm referring to anything that could kill a process while it is writing to Arctic. Could be a power outage, hardware failure, even just killing the python process. This...

Below is my workaround. On startup it just writes to a config file and runs ofelia with that instead of using labels. I wanted to keep the schedule in the...