-
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
roachtest: kv50/rangelookups/relocate/nodes=8 failed #40359
Comments
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1462518&tab=buildLog
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1472753&tab=buildLog
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1475396&tab=buildLog
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1478770&tab=buildLog
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1488785&tab=buildLog
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1489712&tab=buildLog
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1496387&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1498740&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1500206&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1503079&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1505083&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1509340&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1509988&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1510142&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1514702&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1515124&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1516560&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1518416&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1523814&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1524120&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1525981&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1526784&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1528278&tab=artifacts#/kv50/rangelookups/relocate/nodes=8
|
When one thread in a monitor fatals and another returns an error, the fatal is the one that gets reported, even if it's an unhelpful "signal: killed" from a cancelled process that was caused by a previously returned error. Whenever any thread returns errors, they all should, by using RunE instead of Run, etc. This is probably a much more widespread problem in the roachtests, but for now I'm only fixing this one which is causing opaque failures in cockroachdb#40359 Release note: None
41106: roachtest: include learner snapshot error in isExpectedRelocateError whitelist r=nvanbenschoten a=nvanbenschoten Fixes #40359. We occasionally see the error "failed to apply snapshot: raft group deleted" during a RELOCATE RANGE statement. This occurs because the newly added learner attempts to send a raft message to another node after it has been removed and then destroys itself in response to a ReplicaTooOldError. We have a similar case in TestLearnerAdminChangeReplicasRace. The PR also makes a few changes to improve the error reporting both in this test and in general when a command fails due to a context cancellation. Release justification: Testing only. Co-authored-by: Nathan VanBenschoten <nvanbenschoten@gmail.com>
SHA: https://github.com/cockroachdb/cockroach/commits/e8faca611a902766154ed82581d6d3a7483ad231
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1460982&tab=buildLog
The text was updated successfully, but these errors were encountered: