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

RMA crash "no such key" #1

Closed
ghost opened this issue Feb 10, 2016 · 0 comments
Closed

RMA crash "no such key" #1

ghost opened this issue Feb 10, 2016 · 0 comments
Assignees
Labels

Comments

@ghost
Copy link

ghost commented Feb 10, 2016

Hi
I'm trying to run rma on our redis instance, but it crashed after few hours of work. Here is the stacktrace:
WARNING:rma.rule.ValueString:Invalid encoding from server for keyevent:data:1HDcLhTraceback (most recent call last): File "/usr/bin/rma", line 11, in <module> sys.exit(main()) File "/usr/lib/python3.5/site-packages/rma/cli/rma_cli.py", line 60, in main app.run() File "/usr/lib/python3.5/site-packages/rma/application.py", line 113, in run str_res += self.do_ram(res) File "/usr/lib/python3.5/site-packages/rma/application.py", line 147, in do_ram ret += (rule.analyze(aggregate_patterns)) File "/usr/lib/python3.5/site-packages/rma/rule/ValueString.py", line 67, in analyze with RealStringEntry(key_name=x, redis=self.redis) as stat: File "/usr/lib/python3.5/site-packages/rma/rule/ValueString.py", line 37, in __init__ sdslen_response = redis.debug_sdslen(key_name) File "/usr/lib/python3.5/site-packages/rma/redis.py", line 225, in debug_sdslen return parse_debug(self.execute_command("DEBUG SDSLEN", key)) File "/usr/lib/python3.5/site-packages/redis/client.py", line 573, in execute_command return self.parse_response(connection, command_name, **options) File "/usr/lib/python3.5/site-packages/redis/client.py", line 585, in parse_response response = connection.read_response() File "/usr/lib/python3.5/site-packages/redis/connection.py", line 582, in read_response raise response redis.exceptions.ResponseError: no such key

@misterion misterion added the bug label Feb 10, 2016
@misterion misterion self-assigned this Feb 11, 2016
misterion pushed a commit that referenced this issue Jan 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant