-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unable to add ASN
data to kvrocks
during initial installation
#28
Comments
just checking: is that not a but in kvrocks? That's not a normal answer if they follow the redis protocol. have you tried to open an issue on their side? Also, not sure you won't have other issue with the unstable release of kvrocks. I haven't updated the install guide, but this would be the recommended one: https://github.com/pandora-analysis/pandora#kvrocks |
@Rafiot I haven't open an issue yet. However, as you said, this is highly likely to be a bug on the kvrocks. If it's confirmed as a bug, I'll open an issue on the kvrocks repository.
I agree, it would be better to explicitly specify the stable version! |
I also tried the stable version below, but the same issue occurred.
It seems to be a kvrocks bug :( . I'll check the steps to reproduce and condition. |
Alright, this is a weird one then. I'm trying 2.5 (seems to be the very last release), and opening an issue if that's also doing it. |
Ref: apache/kvrocks#1659 |
Thanks for opening the issue! |
Hello :)
I encountered a minor error while initial installation, so I will report it. (Sorry if it doesn't support the latest
kvrocks
yet.)Describe the issue
Unable to add
ASN
data tokvrocks
during initial installation with latestkvrocks
Step to Reproduce
https://github.com/D4-project/IPASN-History#installation
fix: update README kvrocks installation command #27
Actual behavior
Unable to add
ASN
data tokvrocks
due to following error.Expected behavior
Able to add
ASN
data tokvrocks
Environment
This issue occurred in the following environment.
Additional context
I checked the response to
kvrocks
sismember
, it was the following result.(In the data below,
caida|v6|dates
are already registered because I applied fix #29 before check)It seems to return an
ERR NotFound
instead of0
when the key doesn't exist yet.This seems to cause an exception on the line below.
https://github.com/D4-project/IPASN-History/blob/main/bin/caida_loader.py#L36
The text was updated successfully, but these errors were encountered: