-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Dead node during running tpc-c (post import) #34226
Labels
S-2
Medium-high impact: many users impacted, risks of availability and difficult-to-fix data errors
Comments
|
This one is pretty wacky. It's an out of bounds error inside of protobuf, caused by GRPC marshalling some ScanRequest data to the network. Not sure what to make of this...
|
The best I can think of is that this is a data race in action. Are any of these objects pooled? Then that's something to look at. |
Duplicate of #34241. |
awoods187
added
the
S-2
Medium-high impact: many users impacted, risks of availability and difficult-to-fix data errors
label
Mar 8, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
S-2
Medium-high impact: many users impacted, risks of availability and difficult-to-fix data errors
Describe the problem
Node died while running tpc-c on a six node cluster. In the shell I saw
To Reproduce
Expected behavior
Completing tpc-c
Additional data / screenshots
Environment:
v2.2.0-alpha.20181217-820-g645c0c9
The text was updated successfully, but these errors were encountered: