-
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: tpccbench/nodes=9/cpu=4/chaos/partition failed #36720
Comments
SHA: https://github.com/cockroachdb/cockroach/commits/9938cb1a2cca4c0350244f76845f0c61391d44a7 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1249130&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/e1b3d0fdf11783203e76e7a2b3add59e8562a58d Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1249112&tab=buildLog
|
I just opened #37001 to take a stab at addressing this |
SHA: https://github.com/cockroachdb/cockroach/commits/7109d291e3b9edfa38264361f832cec14fff66ee Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1259219&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/efb45869b242137e5c178b10c646c3ed025fff36 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1266041&tab=buildLog
|
37132: storage: remove spammy log about failed RemoveTarget simulation r=nvanbenschoten a=nvanbenschoten We repeatedly see in the logs of clusters undergoing chaos: ``` W190425 06:17:19.438001 251 storage/allocator.go:639 [n9,replicate,s9,r2946/3:/Table/53/1/96{2/4/2…-4/4/7…}] simulating RemoveTarget failed: must supply at least one candidate replica to allocator.RemoveTarget() W190425 06:17:19.638430 289 storage/allocator.go:639 [n9,replicate,s9,r6893/5:/Table/59/1/158{6/9/-…-7/1/-…}] simulating RemoveTarget failed: must supply at least one candidate replica to allocator.RemoveTarget() W190425 06:17:19.837870 256 storage/allocator.go:639 [n9,replicate,s9,r6472/3:/Table/59/1/129{0/2/-…-2/1/-…}] simulating RemoveTarget failed: must supply at least one candidate replica to allocator.RemoveTarget() W190425 06:17:20.238586 276 storage/allocator.go:639 [n9,replicate,s9,r1555/3:/Table/54/1/"\xc8\x{das…-f5\…}] simulating RemoveTarget failed: must supply at least one candidate replica to allocator.RemoveTarget() ``` For instance, it dominates the logs in #36720. This was first picked up in #34860 (comment). This seems relatively new, so it might have been impacted by 3c76d77. Release note: None Co-authored-by: Nathan VanBenschoten <[email protected]>
SHA: https://github.com/cockroachdb/cockroach/commits/29bf8a1eb0b5b943127206f49333337f7f3079b4 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1272533&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/d554884a4e474cc06213230d5ba7d757a88e9e46 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1279548&tab=buildLog
|
Most recent failures are fixed by #37401 |
SHA: https://github.com/cockroachdb/cockroach/commits/8abb47a1c9795c1463183bc44e776b054bece682 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1279683&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/45e15e05abff25e099ca59f4c5cb40a6cf695e6d Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1285294&tab=buildLog
|
The first ssh invocation in the closure here returned the error, it's calling cockroach/pkg/cmd/roachprod/install/cockroach.go Lines 288 to 289 in b512ed1
I think this is the server side of journalctl for the failed attempt. The log goes silent after that for almost a minute.
|
Going to close this out, didn't seem like any past posts here are useful. I'm landing #37483 to get more info in the future. |
Stash the verbose debug logs in a file for each remote ssh session, and surface it with the error should one occur. For the latest in many past incidents where this would've been useful, see: cockroachdb#36720 (comment) Release note: None
Stash the verbose debug logs in a file for each remote ssh session, and surface it with the error should one occur. For the latest in many past incidents where this would've been useful, see: cockroachdb#36720 (comment) Release note: None
37483: roachprod: more ssh{,d} logging r=ajwerner a=tbg Stash the verbose debug logs in a file for each remote ssh session, and surface it with the error should one occur. Crank up the server verbosity. For the latest in many past incidents where this would've been useful, see: #36720 (comment) Release note: None Co-authored-by: Tobias Schottdorf <[email protected]>
SHA: https://github.com/cockroachdb/cockroach/commits/682c2f2f466bbf768545ca4687822206a63983ad
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1231772&tab=buildLog
The text was updated successfully, but these errors were encountered: