-
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
beta: 20160414 #6028
Comments
What about #5970? Isn't the beta cluster basically down? |
That one is most likely not new. |
#5994 is going to be a necessary breaking change, so ideally we would be able to get this into this weeks release instead of waiting for next week. It should be merged within the next hour. Is it possible for it to be included here? |
I just merged the branch so we should be good to cherry pick for the release. Note that the PR included 3 commits which should all be included. |
another new one for this sha: #6052 concurrent map read/write in Store |
The concurrency-related issues (#6052, #6020, #5998) seem pretty common, and we weren't seeing those before. Is that a blocker for this release? Have we made any headway in understanding those? I haven't found any likely suspects in the git logs. Is this a regression worth blocking this week's beta for, or is this likely to be a preexisting issue that may have been exposed by other brokenness on the beta cluster (and more frequent retries, etc)? I've prepared a cherry-picked version of #5994 in https://github.com/bdarnell/cockroach/tree/beta-branch-20160414. I haven't started running it on any of the test clusters. |
I don't think any of the concurrency crashes are new. Some were definitely seen before, and some seemed to only have happened on the gamma cluster. So I don't think we need to hold up the beta for those. |
OK, I'll tag it and start the build. |
@bdarnell: let's track this in an issue instead. More visible than arbitrary emails.
sha 08d6640
Running on cluster:
Notes:
Turning up concurrency on the block_writer seems tied to problems. Often getting deadline exceeded errors and more crashes.
Previously known issues:
Seen for the first time, but may be artifacts of restarts/crashes:
Perhaps new?
Fixed in this sha:
The text was updated successfully, but these errors were encountered: