Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing fields in HELLO command response #2150

Merged

Conversation

git-hulk
Copy link
Member

Currently, we're missing the 'version', 'role', 'modules' in the HELLO command which may cause the compatibility issue in some clients like Java lettuce:

Caused by: java.lang.IllegalArgumentException: Version must not be null
	at io.lettuce.core.internal.LettuceAssert.notNull(LettuceAssert.java:71)
	at io.lettuce.core.RedisHandshake$RedisVersion.<init>(RedisHandshake.java:333)
	at io.lettuce.core.RedisHandshake$RedisVersion.of(RedisHandshake.java:362)
	at io.lettuce.core.RedisHandshake.applyPostHandshake(RedisHandshake.java:249)
	at io.lettuce.core.RedisHandshake.lambda$initialize$0(RedisHandshake.java:99)

For the HELLO command response refer: https://redis.io/commands/hello/

Currently, we're missing the 'version', 'role', 'modules' in HELLO
command which may cause the compability issue in some clients like Java
lettuce:

```
Caused by: java.lang.IllegalArgumentException: Version must not be null
	at io.lettuce.core.internal.LettuceAssert.notNull(LettuceAssert.java:71)
	at io.lettuce.core.RedisHandshake$RedisVersion.<init>(RedisHandshake.java:333)
	at io.lettuce.core.RedisHandshake$RedisVersion.of(RedisHandshake.java:362)
	at io.lettuce.core.RedisHandshake.applyPostHandshake(RedisHandshake.java:249)
	at io.lettuce.core.RedisHandshake.lambda$initialize$0(RedisHandshake.java:99)
```

For the HELLO command response refer: https://redis.io/commands/hello/
@git-hulk
Copy link
Member Author

This issue was reported by the user Asad Awadia in Slack.

torwig
torwig previously approved these changes Mar 10, 2024
@asad-awadia
Copy link

Thank you for the prompt fix

What is the nightly docker img - i can try it out

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
7.0% Duplication on New Code (required ≤ 5%)

See analysis details on SonarCloud

@git-hulk
Copy link
Member Author

git-hulk commented Mar 11, 2024

Thank you for the prompt fix

What is the nightly docker img - i can try it out

@asad-awadia Need to wait for this PR to be merged, and then you can have a try at apache/kvrocks:nightly.

@git-hulk git-hulk merged commit 86d34ac into apache:unstable Mar 11, 2024
29 of 30 checks passed
@mapleFU
Copy link
Member

mapleFU commented Mar 11, 2024

Thanks for catching this!

@asad-awadia
Copy link

Status: Downloaded newer image for apache/kvrocks:nightly
I20240311 13:09:12.585850     1 main.cc:142] kvrocks unstable (commit 86d34ac)

Tried the nightly image and works as expected with resp3 default in lettuce :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants