Daniel (dmilith) Dettlaff
Daniel (dmilith) Dettlaff
Exactly. Before I had: ``` hist = Amnesia.Selection.values History.where timestamp != -1 ``` now.. I can't do it. I mean literally I can't get Amnesia to work on Elixir 1.7....
I figured out, that I need to destroy (already destroyed) schema and database under console to create disk only schema. After I do that it works as expected.
Yea… cause of that I switched back to Neovintageous. Six is better but I don't have time to hack and decompile pyc files of Six… :(
I fixed iBrowse dependencies as well in https://github.com/VerKnowSys/ibrowse
As an alternative, the Rust-Enhanced package does a similar thing already (just not inline): https://github.com/rust-lang/rust-enhanced
We used Telegraf from postgres branch, so 1.22.0-e27281f3
It crashes like that on a lot of things, here's MySQL input: ``` 2022-03-07 13:30:57.386 CET [77673] ERROR: deadlock detected 2022-03-07 13:30:57.386 CET [77673] DETAIL: Process 77673 waits for AccessExclusiveLock...
Here on input.interrupts: ``` 2022-03-07 13:24:09.525 CET [76407] ERROR: deadlock detected 2022-03-07 13:24:09.525 CET [76407] DETAIL: Process 76407 waits for AccessExclusiveLock on relation 205806 of database 205076; blocked by process...
Also if you have a really big and long running database and you gather MySQL inputs from it it may end with error like this: ``` ERROR: COPY from stdin...
Is it normal that produced build from master shows version 2.2.0 or I did something wrong? But I think it builds just fine :)