-
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: splits/load/uniform/nodes=3 failed #42903
Comments
SHA: https://github.com/cockroachdb/cockroach/commits/1da69d917105a0280aad10e86a7ee8eb2059cc92 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1623285&tab=artifacts#/splits/load/uniform/nodes=3
|
SHA: https://github.com/cockroachdb/cockroach/commits/ed717cbaf741e3a32c76db25b16a59dc2a8221d7 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1624103&tab=artifacts#/splits/load/uniform/nodes=3
|
There's reason to believe fad2024 broke this. |
SHA: https://github.com/cockroachdb/cockroach/commits/c5647e9ab0282e182805a9d1a44259790bea8558 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1626316&tab=artifacts#/splits/load/uniform/nodes=3
|
SHA: https://github.com/cockroachdb/cockroach/commits/c50e3f43a5ccb3ed2700af002a25c10f59e877a5 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1626334&tab=artifacts#/splits/load/uniform/nodes=3
|
SHA: https://github.com/cockroachdb/cockroach/commits/e1c1a9ae765730782f3adc2298a76d6a07ad055d Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1626298&tab=artifacts#/splits/load/uniform/nodes=3
|
SHA: https://github.com/cockroachdb/cockroach/commits/e4fa0b8b8e674d19c7957f03ca3a2d1f716f1f1d Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1629591&tab=artifacts#/splits/load/uniform/nodes=3
|
SHA: https://github.com/cockroachdb/cockroach/commits/28f216e1bd53da872a759a98779144c7f70f33a3 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1629573&tab=artifacts#/splits/load/uniform/nodes=3
|
SHA: https://github.com/cockroachdb/cockroach/commits/60412eb85271ecd1539971fcc6ea3bf11f1ca7a6 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1629609&tab=artifacts#/splits/load/uniform/nodes=3
|
SHA: https://github.com/cockroachdb/cockroach/commits/9ca6d845aa87e6f2d629b06b884df2498f203d4f Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1631719&tab=artifacts#/splits/load/uniform/nodes=3
|
SHA: https://github.com/cockroachdb/cockroach/commits/5224df9c8bd9a36dfde24ae3abe7b7e42a5d9660 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1631737&tab=artifacts#/splits/load/uniform/nodes=3
|
SHA: https://github.com/cockroachdb/cockroach/commits/edc18a6fc4bb4fbf118f4fc6c98e5642dc6adae7 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1631701&tab=artifacts#/splits/load/uniform/nodes=3
|
SHA: https://github.com/cockroachdb/cockroach/commits/c85d435c2caa7a3066b1affdcc34b7ed6a6f3653 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1633173&tab=artifacts#/splits/load/uniform/nodes=3
|
SHA: https://github.com/cockroachdb/cockroach/commits/9d697080f227324220c09d1b63da7bbf969133ac Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1633532&tab=artifacts#/splits/load/uniform/nodes=3
|
(roachtest).splits/load/uniform/nodes=3 failed on provisional_201912092102_v19.2.2@c85d435c2caa7a3066b1affdcc34b7ed6a6f3653:
details
Artifacts: /splits/load/uniform/nodes=3
powered by pkg/cmd/internal/issues |
(roachtest).splits/load/uniform/nodes=3 failed on release-19.1@6e95a8334dea98fdfa93fdc2e981935947089e32:
details
Artifacts: /splits/load/uniform/nodes=3
powered by pkg/cmd/internal/issues |
(roachtest).splits/load/uniform/nodes=3 failed on master@734e357412dadafcd6084b8eab8e251e44e86b4a:
details
Artifacts: /splits/load/uniform/nodes=3
powered by pkg/cmd/internal/issues |
Fixes cockroachdb#42903. Load based splitting would previously not split when EnsureSafeSplitKey returns an error. However such an error only meant that the key in question wasn't even a SQL key, which is the case most of the time, at least in simple workloads such as kv (the SQL layer will send single-element scans, but without specifying the column family). No release note since not released. Release note: None
43078: decider: ignore EnsureSafeSplitKey on error r=nvanbenschoten a=tbg Fixes #42903. Load based splitting would previously not split when EnsureSafeSplitKey returns an error. However such an error only meant that the key in question wasn't even a SQL key, which is the case most of the time, at least in simple workloads such as kv (the SQL layer will send single-element scans, but without specifying the column family). No release note since not released. Release note: None Co-authored-by: Tobias Schottdorf <[email protected]>
Fixes cockroachdb#42903. Load based splitting would previously not split when EnsureSafeSplitKey returns an error. However such an error only meant that the key in question wasn't even a SQL key, which is the case most of the time, at least in simple workloads such as kv (the SQL layer will send single-element scans, but without specifying the column family). No release note since not released. Release note: None
Fixes cockroachdb#42903. Load based splitting would previously not split when EnsureSafeSplitKey returns an error. However such an error only meant that the key in question wasn't even a SQL key, which is the case most of the time, at least in simple workloads such as kv (the SQL layer will send single-element scans, but without specifying the column family). No release note since not released. Release note: None
SHA: https://github.com/cockroachdb/cockroach/commits/d3574ad671bd3631e780510235485681720c2b8f
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1622074&tab=artifacts#/splits/load/uniform/nodes=3
The text was updated successfully, but these errors were encountered: