-
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: tpcc/mixed-headroom/n5cpu16 failed #42081
Comments
SHA: https://github.com/cockroachdb/cockroach/commits/b9dc16b9d6cbd4627bac4b6329e87e29e52401b9 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1571295&tab=artifacts#/tpcc/mixed-headroom/n5cpu16
|
SHA: https://github.com/cockroachdb/cockroach/commits/8b9f54761adc58eb9aecbf9b26f1a7987d8a01e5 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1573251&tab=artifacts#/tpcc/mixed-headroom/n5cpu16
|
SHA: https://github.com/cockroachdb/cockroach/commits/33b96613ae532b25a1b6b716453bece9b60ba2d6 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1583742&tab=artifacts#/tpcc/mixed-headroom/n5cpu16
|
SHA: https://github.com/cockroachdb/cockroach/commits/35e138aa3c2be545fb4e17a85ea6f1b8d6525e53 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1584763&tab=artifacts#/tpcc/mixed-headroom/n5cpu16
|
SHA: https://github.com/cockroachdb/cockroach/commits/0e9dd73f803247cdcfd06f51ce6b23396af1b9f5 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1587121&tab=artifacts#/tpcc/mixed-headroom/n5cpu16
|
SHA: https://github.com/cockroachdb/cockroach/commits/35e138aa3c2be545fb4e17a85ea6f1b8d6525e53 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1587967&tab=artifacts#/tpcc/mixed-headroom/n5cpu16
|
SHA: https://github.com/cockroachdb/cockroach/commits/f97dc13163020a032b098ef3eb88e4d9f54a04ba Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1613952&tab=artifacts#/tpcc/mixed-headroom/n5cpu16
|
SHA: https://github.com/cockroachdb/cockroach/commits/581a2bff2f50d5626f68bc1d51af0cf05b455dfc Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1618924&tab=artifacts#/tpcc/mixed-headroom/n5cpu16
|
SHA: https://github.com/cockroachdb/cockroach/commits/6c13f01ef0d999095a16345b21fc455648796e0c Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1619815&tab=artifacts#/tpcc/mixed-headroom/n5cpu16
|
SHA: https://github.com/cockroachdb/cockroach/commits/d3574ad671bd3631e780510235485681720c2b8f Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1622074&tab=artifacts#/tpcc/mixed-headroom/n5cpu16
|
SHA: https://github.com/cockroachdb/cockroach/commits/1da69d917105a0280aad10e86a7ee8eb2059cc92 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1623285&tab=artifacts#/tpcc/mixed-headroom/n5cpu16
|
SHA: https://github.com/cockroachdb/cockroach/commits/ed717cbaf741e3a32c76db25b16a59dc2a8221d7 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1624103&tab=artifacts#/tpcc/mixed-headroom/n5cpu16
|
cc @dt and perhaps @petermattis |
@itsbilal has been poking at how we write our SSTables recently, including the use (or not) of the leveldb format. Any chance this is related? |
looks like the first occurrence was 7 days ago, on a SHA just a couple commits after #42763 merged so the timing certainly lines up |
SHA: https://github.com/cockroachdb/cockroach/commits/28f216e1bd53da872a759a98779144c7f70f33a3 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1629573&tab=artifacts#/tpcc/mixed-headroom/n5cpu16
|
43001: storage, ccl: Gate AddSSTable()ing RocksDBv2 format SSTs on cluster version r=itsbilal a=itsbilal Change #42763 caused all SSTs written for ingestion to be written in the RocksDBv2 format as opposed to the leveldb format. This turned out to be an issue in mixed-version clusters where not all nodes can iterate over and ingest RocksDBv2 SSTs; nodes without commit 2beab58 (so 19.2.* and below) cannot iterate over these SSTs. This change reverts back to creating LevelDB SSTs for ingestion in the SSTBatcher only, unless the minimum cluster version is a 20.1 commit. Other cases where we make RocksDBv2 SSTs (eg. in replica_raftstorage) are okay and do not require this check, since those SSTs are ingested by the same node where they're written. Fixes #42081 . Release note: None. Co-authored-by: Bilal Akhtar <[email protected]>
SHA: https://github.com/cockroachdb/cockroach/commits/0f473848083559c8a98be032949df9428068c223
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1565997&tab=artifacts#/tpcc/mixed-headroom/n5cpu16
The text was updated successfully, but these errors were encountered: