Skip to content

[controller] Fixed a bug that logger is trying to access a removed ma… #8

[controller] Fixed a bug that logger is trying to access a removed ma…

[controller] Fixed a bug that logger is trying to access a removed ma… #8

Triggered via push November 12, 2024 23:40
Status Success
Total duration 2m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 errors
com.linkedin.venice.consumer.TestChangelogConsumer ► testSpecificRecordBootstrappingVeniceChangelogConsumer: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/consumer/TestChangelogConsumer.java#L735
Failed test found in: IntegrationTests_1030-artifacts/internal/venice-test-common/build/test-results/integrationTests_1030/TEST-com.linkedin.venice.consumer.TestChangelogConsumer.xml internal/venice-test-common/build/test-results/integrationTests_1030/TEST-com.linkedin.venice.consumer.TestChangelogConsumer.xml Error: java.lang.AssertionError: expected [2] but found [1]
com.linkedin.venice.endToEnd.MetaSystemStoreTest ► bootstrapMetaSystemStore: services/venice-controller/src/main/java/com/linkedin/venice/controller/VeniceHelixAdmin.java#L3177
Failed test found in: IntegrationTests_1500-artifacts/internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.endToEnd.MetaSystemStoreTest.xml internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.endToEnd.MetaSystemStoreTest.xml Error: java.lang.AssertionError: New store: venice_store_49672c98c1_c84030f7 should be created successfully, but got error: An error occurred during controller request. controller = http://localhost:44563, route = /new_store, params = [owner=test_owner, key_schema="int", cluster_name=venice-cluster0, hostname=localhost, store_name=venice_store_49672c98c1_c84030f7, value_schema={
com.linkedin.venice.endToEnd.MetaSystemStoreTest ► testThinClientMetaStoreBasedRepositoryWithLargeValueSchemas: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/MetaSystemStoreTest.java#L315
Failed test found in: IntegrationTests_1500-artifacts/internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.endToEnd.MetaSystemStoreTest.xml internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.endToEnd.MetaSystemStoreTest.xml Error: java.lang.AssertionError: Number of value schemas should be the same between meta system store and controller expected [2] but found [1]
com.linkedin.venice.endToEnd.TestPushJobWithNativeReplication ► testActiveActiveForHeartbeatSystemStores: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/utils/IntegrationTestPushUtils.java#L313
Failed test found in: IntegrationTests_1220-artifacts/internal/venice-test-common/build/test-results/integrationTests_1220/TEST-com.linkedin.venice.endToEnd.TestPushJobWithNativeReplication.xml internal/venice-test-common/build/test-results/integrationTests_1220/TEST-com.linkedin.venice.endToEnd.TestPushJobWithNativeReplication.xml Error: com.linkedin.venice.exceptions.VeniceException: Could not create store testActiveActiveForHeartbeatSystemStores_5c09492503_e5b37ff5
com.linkedin.venice.endToEnd.PushStatusStoreMultiColoTest ► testParentControllerAutoMaterializeDaVinciPushStatusSystemStore: internal/venice-test-common/src/main/java/com/linkedin/venice/utils/TestUtils.java#L594
Failed test found in: IntegrationTests_1200-artifacts/internal/venice-test-common/build/test-results/integrationTests_1200/TEST-com.linkedin.venice.endToEnd.PushStatusStoreMultiColoTest.xml internal/venice-test-common/build/test-results/integrationTests_1200/TEST-com.linkedin.venice.endToEnd.PushStatusStoreMultiColoTest.xml Error: java.lang.AssertionError: Unexpected new store creation failure: An error occurred during controller request. controller = http://localhost:33163, route = /new_store, params = [owner=venice-test, key_schema="int", cluster_name=venice-cluster0, hostname=localhost, store_name=new-user-store_5e385de0ad_da3d06a2, value_schema="string"], timeout = 600000. Exception type: class com.linkedin.venice.exceptions.VeniceHttpException. Detailed message: Http Status 412 - Topic: venice_system_store_meta_store_new-user-store_5e385de0ad_da3d06a2_rt still exists for store: new-user-store_5e385de0ad_da3d06a2, please make sure all real-time topics are removed. expected [false] but found [true]
com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest ► testBlobP2PTransferAmongServersForBatchStore: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/BlobP2PTransferAmongServersTest.java#L123
Failed test found in: IntegrationTests_1130-artifacts/internal/venice-test-common/build/test-results/integrationTests_1130/TEST-com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest.xml internal/venice-test-common/build/test-results/integrationTests_1130/TEST-com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest.xml Error: java.lang.AssertionError: expected [true] but found [false]
com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest ► testBlobTransferThrowExceptionIfSnapshotNotExisted: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/BlobP2PTransferAmongServersTest.java#L201
Failed test found in: IntegrationTests_1130-artifacts/internal/venice-test-common/build/test-results/integrationTests_1130/TEST-com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest.xml internal/venice-test-common/build/test-results/integrationTests_1130/TEST-com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest.xml Error: java.lang.AssertionError: expected [true] but found [false]
com.linkedin.venice.controller.server.TestAdminSparkServer ► controllerClientCanGetStoreInfo: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/controller/server/TestAdminSparkServer.java#L462
Failed test found in: IntegrationTests_1410-artifacts/internal/venice-test-common/build/test-results/integrationTests_1410/TEST-com.linkedin.venice.controller.server.TestAdminSparkServer.xml internal/venice-test-common/build/test-results/integrationTests_1410/TEST-com.linkedin.venice.controller.server.TestAdminSparkServer.xml Error: java.lang.AssertionError: Store from new store-version should only have one version expected [1] but found [0]
com.linkedin.venice.controller.server.TestAdminSparkServer ► controllerClientCanQueryReplicasForTopic: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/controller/server/TestAdminSparkServer.java#L170
Failed test found in: IntegrationTests_1410-artifacts/internal/venice-test-common/build/test-results/integrationTests_1410/TEST-com.linkedin.venice.controller.server.TestAdminSparkServer.xml internal/venice-test-common/build/test-results/integrationTests_1410/TEST-com.linkedin.venice.controller.server.TestAdminSparkServer.xml Error: java.lang.AssertionError: Replica count does not match expected [3] but found [0]
com.linkedin.venice.controller.server.TestAdminSparkServer ► controllerClientCanQueryReplicasForTopic: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/controller/server/TestAdminSparkServer.java#L168
Failed test found in: IntegrationTests_1410-artifacts/internal/venice-test-common/build/test-results/integrationTests_1410/TEST-com.linkedin.venice.controller.server.TestAdminSparkServer.xml internal/venice-test-common/build/test-results/integrationTests_1410/TEST-com.linkedin.venice.controller.server.TestAdminSparkServer.xml Error: java.lang.AssertionError: An error occurred during controller request. controller = http://localhost:43389, route = /list_replicas, params = [cluster_name=venice-cluster0, hostname=localhost, store_name=test-store_a797fccbf2_d93ef903, version=1], timeout = 600000. Exception type: class com.linkedin.venice.exceptions.VeniceHttpException. Detailed message: Http Status 500 - Resource 'test-store_a797fccbf2_d93ef903_v1' does not exist expected [false] but found [true]
com.linkedin.venice.endToEnd.DaVinciClientTest ► testTypeChangeRecordTransformer[0](DaVinciConfig{managed=true, isolated=false, storageClass=MEMORY_BACKED_BY_DISK, cacheConfig=null, largeBatchRequestSplitThreshold=100}): clients/venice-push-job/src/main/java/com/linkedin/venice/hadoop/DefaultInputDataInfoProvider.java#L342
Failed test found in: IntegrationTests_1010-artifacts/internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml IntegrationTests_1010-artifacts/internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml IntegrationTests_1010-artifacts/internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml IntegrationTests_1010-artifacts/internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml IntegrationTests_1010-artifacts/internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml IntegrationTests_1010-artifacts/internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml Error: com.linkedin.venice.hadoop.exceptions.VeniceInconsistentSchemaException: Inconsistent file Avro schema found. File: int2string.avro.