Open AffectedArc07 opened 6 months ago
Could you test using 3.1.0
to see which release broke it? I don't recall any changes I've made that should've broke it - Goon runs 3.1.0
in production currently.
Maybe related to #173
Maybe related to #173
Unsure, we're on windows.
Disregard, didnt build right.
Testing when I can.
Could you test using
3.1.0
to see which release broke it? I don't recall any changes I've made that should've broke it - Goon runs3.1.0
in production currently.
@ZeWaka Confirmed also broken on 3.1.0
Update.
This broke on releases after 0.23.0 of the rust redis crate. Below is the content from Cargo.lock
to allow it to work again.
[[package]]
name = "redis"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ea8c51b5dc1d8e5fd3350ec8167f464ec0995e79f2e90a075b63371500d557f"
dependencies = [
"combine",
"itoa",
"percent-encoding",
"ryu",
"sha1_smol",
"url",
]
We have a patch on our fork to counteract this, but a proper fix will be needed here sometime.
What does redis say when it's disconnecting it?
What does redis say when it's disconnecting it?
All these
No I mean in the kern.log for the server, which is what is forcibly hanging up the connections.
or the redis log of the server
No I mean in the kern.log for the server, which is what is forcibly hanging up the connections.
Lemme dig
Edit - We dont have any
This now occurs when using 3.2.0, whereas in 3.0.0 it didn't
Reportedly occurs during high load procs such as round setup before start.