Jeffrey Smith II
Jeffrey Smith II
Hey thanks for uploading that @nward, do you know by chance if you created the core dump with `GOTRACEBACK=crash` set?
Good catch, that would only apply for a crash. The core file appears to be corrupted (getting a lot of `unreadable error derefing *G error while reading spliced memory at...
After looking at the trace, there is something hammering the `HasTagValue` call which ultimately stems from a `MeasurementNamesByPredicate` call. This implies to me there's some a query running that is...
After reviewing the logs, it looks like both reading and compactions stop on the bucket that is no longer allowing writes. My assumption is something has a lock on that...
> We don't run any deletes, though the data retention runs of course. Would that qualify as "deletes"? @nward, no retention wouldn't count for what I was thinking about. Retention...
@MaxOOOOON can you try with `storage-compact-throughput-burst` set to something low (1331648 is fine) and also set `storage-max-concurrent-compactions` to 1/4 your available threads? I'm interested to see if limiting compactions resolves...
Hey @MaxOOOOON thanks for sending those logs over. Your issue has slightly different behavior than the issues above in that you are getting timeouts on the write rather than a...
Glad to hear Patroneos is working well for you. Currently, it does not have support for handling SSL. If you need to handle SSL, you can run a reverse proxy,...
Hey @albrecht-j, I'm the right person for this. My apologies, I just lost track of this PR. I will get it reviewed before the next release.
Hey @jonathan-dev, thanks for the report. The implementation is wrong here since all the other commands are plural. That being said, I'd rather not break compatibility with any scripts/etc people...