You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually an issue of the Garnet server that is sending the connection Id as String and not as number. Unfortunately, the Lettuce client doesn't propagate the failure and so you see only a timeout. I filed a PR at redis/lettuce#3058 to propagate the failure. On the Garnet side, it would be great if the HELLO response would stick to how Redis replies.
Describe the bug
When I use Garnet to replace Redis
My app written in Java with Spring Boot 3.3 and Spring Data Redis
I tried to test on container side and
Redis CLI works well in PING command
also Application's Execution of Ping works well
but Spring Application Try to connect Garnet, Fail to connect
and I checked logs, and finally found, when using Hello, fault on
Steps to reproduce the bug
Expected behavior
working well
Screenshots
Applicaiont Failure message
Garnet's Message When Try to RESP v3 Client (Use Hello)
Garnet's Message When Try to RESP v2 Client (Just only Use PING)
Release version
Spring Boot & Data 3.3.5 // Garnet v1.0.39
OS version
Problem first find in
Ubuntu 24.04 LTS Host
running on docker compose (garnet latest, eclipse-temurin:21-jre
test also perfomed on
Windows 10 22H2 latest
.NET 8 latest
Eclipse-Temurin 21 JDK latest
Additional context
I asked first to Microsoft/Garnet but, then I found Garnet's log is clear
microsoft/garnet#811
(Also you can Spring Log in here) https://github.com/Prompt-oven/auth-service/issues/16
The text was updated successfully, but these errors were encountered: