[controller][common] Add store-level unclean leader election config f… #447
Matrix: Clients / UT & CodeCov
Matrix: Controller / UT & CodeCov
Matrix: Integrations / UT & CodeCov
Matrix: Internal / UT & CodeCov
Matrix: Router / UT & CodeCov
Matrix: Server / UT & CodeCov
Matrix: StaticAnalysis
ValidateGradleWrapper
10s
StaticAnalysisAndUnitTestsFailureAlert
4s
Annotations
135 errors
|
VersionJsonSerializerTest.testSerializeAndDeserializeVersion:
internal/venice-common/src/test/java/com/linkedin/venice/serialization/VersionJsonSerializerTest.java#L37
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"storeName" : "test",
"number" : 1,
"createdTime" : 1770857837076,
"pushJobId" : "test-push-job-id",
"partitionCount" : 1,
"partitionerConfig" : {
"partitionerClass" : "com.linkedin.venice.partitioner.DefaultVenicePartitioner",
"partitionerParams" : { },
"amplificationFactor" : 1
},
"status" : "STARTED",
"activeActiveReplicationEnabled" : false,
"pushType" : "BATCH",
"versionSwapDeferred" : false,
"minActiveReplicas" : 2,
"useVersionLevelIncrementalPushEna"[truncated 1356 bytes]; line: 42, column: 37] (through reference chain: com.linkedin.venice.meta.VersionImpl["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
VersionJsonSerializerTest.testSerializeAndDeserializeVersion:
internal/venice-common/src/test/java/com/linkedin/venice/serialization/VersionJsonSerializerTest.java#L37
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"storeName" : "test",
"number" : 1,
"createdTime" : 1770857822380,
"pushJobId" : "test-push-job-id",
"partitionCount" : 1,
"partitionerConfig" : {
"partitionerClass" : "com.linkedin.venice.partitioner.DefaultVenicePartitioner",
"partitionerParams" : { },
"amplificationFactor" : 1
},
"activeActiveReplicationEnabled" : false,
"blobTransferEnabled" : false,
"blobTransferInServerEnabled" : "NOT_SPECIFIED",
"targetSwapRegion" : "",
"targetSwapRegionWaitTime" : 60"[truncated 1356 bytes]; line: 42, column: 37] (through reference chain: com.linkedin.venice.meta.VersionImpl["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
VersionJsonSerializerTest.testSerializeAndDeserializeVersion:
internal/venice-common/src/test/java/com/linkedin/venice/serialization/VersionJsonSerializerTest.java#L37
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"storeName" : "test",
"number" : 1,
"createdTime" : 1770857810233,
"pushJobId" : "test-push-job-id",
"partitionCount" : 1,
"partitionerConfig" : {
"partitionerClass" : "com.linkedin.venice.partitioner.DefaultVenicePartitioner",
"partitionerParams" : { },
"amplificationFactor" : 1
},
"status" : "STARTED",
"repushSourceVersion" : -1,
"separateRealTimeTopicEnabled" : false,
"pushType" : "BATCH",
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 100,
"offs"[truncated 1356 bytes]; line: 23, column: 37] (through reference chain: com.linkedin.venice.meta.VersionImpl["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
VersionJsonSerializerTest.testSerializeAndDeserializeVersion:
internal/venice-common/src/test/java/com/linkedin/venice/serialization/VersionJsonSerializerTest.java#L37
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"storeName" : "test",
"number" : 1,
"createdTime" : 1770857604446,
"pushJobId" : "test-push-job-id",
"partitionCount" : 1,
"partitionerConfig" : {
"partitionerClass" : "com.linkedin.venice.partitioner.DefaultVenicePartitioner",
"partitionerParams" : { },
"amplificationFactor" : 1
},
"status" : "STARTED",
"repushSourceVersion" : -1,
"separateRealTimeTopicEnabled" : false,
"pushType" : "BATCH",
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 100,
"offs"[truncated 1356 bytes]; line: 23, column: 37] (through reference chain: com.linkedin.venice.meta.VersionImpl["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TopicMetadataFetcherTest.testGetEarliestPositionCachedNonBlockingScenarios:
internal/venice-common/src/test/java/com/linkedin/venice/pubsub/manager/TopicMetadataFetcherTest.java#L709
java.lang.AssertionError: expected [1] but found [0]
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4308 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4308 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4308 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4308 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4308 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
Internal / UT & CodeCov (17)
Process completed with exit code 1.
|
|
TestVeniceParentHelixAdmin.testSendAdminMessageAcquiresClusterReadLock:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L3066
java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.toString()" because "charSequence" is null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testRemoveStoreViewConfig:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2374
java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.toString()" because "charSequence" is null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testInsertStoreViewConfig:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2292
java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.toString()" because "charSequence" is null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testInsertMaterializedViewConfig:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2330
java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.toString()" because "charSequence" is null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testHybridAndIncrementalUpdateStoreCommands[1](true):
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2979
java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.toString()" because "charSequence" is null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testHybridAndIncrementalUpdateStoreCommands[0](false):
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2979
java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.toString()" because "charSequence" is null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testDisableHybridConfigWhenActiveActiveOrIncPushConfigIsEnabled:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2219
java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.toString()" because "charSequence" is null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testCreateStoreWhenLastExceptionIsNotNull:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L497
java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.toString()" because "charSequence" is null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testCreateStoreForMultiCluster:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L423
java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.toString()" because "charSequence" is null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testAddStore:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L321
java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.toString()" because "charSequence" is null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
Controller / UT & CodeCov (17)
Process completed with exit code 1.
|
|
RetriableAvroGenericStoreClientRetryBudgetTest.testGetWithTriggeringLongTailRetryAndRetryFails[4](MULTI_GET_STREAMING):
clients/venice-client/src/test/java/com/linkedin/venice/fastclient/RetriableAvroGenericStoreClientRetryBudgetTest.java#L1
java.lang.AssertionError: expected [true] but found [false]
|
|
RetriableAvroGenericStoreClientRetryBudgetTest.testGetWithTriggeringLongTailRetryAndRetryFails[4](MULTI_GET_STREAMING):
clients/venice-client/src/test/java/com/linkedin/venice/fastclient/RetriableAvroGenericStoreClientRetryBudgetTest.java#L1
java.lang.AssertionError: expected [true] but found [false]
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770858521601,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9660 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770858508963,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9660 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770858496109,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9660 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770858482402,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9660 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770858448746,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9660 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770858521601,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9660 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770858508963,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9660 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770858496109,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9660 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770858482402,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9660 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770858448746,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9660 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
Router / UT & CodeCov (8)
Process completed with exit code 1.
|
|
VersionJsonSerializerTest.testSerializeAndDeserializeVersion:
internal/venice-common/src/test/java/com/linkedin/venice/serialization/VersionJsonSerializerTest.java#L37
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"storeName" : "test",
"number" : 1,
"createdTime" : 1770860070943,
"pushJobId" : "test-push-job-id",
"partitionCount" : 1,
"partitionerConfig" : {
"partitionerClass" : "com.linkedin.venice.partitioner.DefaultVenicePartitioner",
"partitionerParams" : { },
"amplificationFactor" : 1
},
"status" : "STARTED",
"pushType" : "BATCH",
"repushSourceVersion" : -1,
"separateRealTimeTopicEnabled" : false,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 100,
"offs"[truncated 1334 bytes]; line: 23, column: 37] (through reference chain: com.linkedin.venice.meta.VersionImpl["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
VersionJsonSerializerTest.testSerializeAndDeserializeVersion:
internal/venice-common/src/test/java/com/linkedin/venice/serialization/VersionJsonSerializerTest.java#L37
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"storeName" : "test",
"number" : 1,
"createdTime" : 1770860057001,
"pushJobId" : "test-push-job-id",
"partitionCount" : 1,
"partitionerConfig" : {
"partitionerClass" : "com.linkedin.venice.partitioner.DefaultVenicePartitioner",
"partitionerParams" : { },
"amplificationFactor" : 1
},
"blobTransferEnabled" : false,
"blobTransferInServerEnabled" : "NOT_SPECIFIED",
"targetSwapRegion" : "",
"targetSwapRegionWaitTime" : 60,
"isDavinciHeartbeatReported" : false,
"[truncated 1334 bytes]; line: 42, column: 37] (through reference chain: com.linkedin.venice.meta.VersionImpl["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
VersionJsonSerializerTest.testSerializeAndDeserializeVersion:
internal/venice-common/src/test/java/com/linkedin/venice/serialization/VersionJsonSerializerTest.java#L37
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"storeName" : "test",
"number" : 1,
"createdTime" : 1770860027936,
"pushJobId" : "test-push-job-id",
"partitionCount" : 1,
"partitionerConfig" : {
"partitionerClass" : "com.linkedin.venice.partitioner.DefaultVenicePartitioner",
"partitionerParams" : { },
"amplificationFactor" : 1
},
"status" : "STARTED",
"pushType" : "BATCH",
"versionSwapDeferred" : false,
"minActiveReplicas" : 2,
"useVersionLevelIncrementalPushEnabled" : true,
"useVersionLevelHybridConfig"[truncated 1334 bytes]; line: 42, column: 37] (through reference chain: com.linkedin.venice.meta.VersionImpl["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
VersionJsonSerializerTest.testSerializeAndDeserializeVersion:
internal/venice-common/src/test/java/com/linkedin/venice/serialization/VersionJsonSerializerTest.java#L37
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"storeName" : "test",
"number" : 1,
"createdTime" : 1770859824740,
"pushJobId" : "test-push-job-id",
"partitionCount" : 1,
"partitionerConfig" : {
"partitionerClass" : "com.linkedin.venice.partitioner.DefaultVenicePartitioner",
"partitionerParams" : { },
"amplificationFactor" : 1
},
"activeActiveReplicationEnabled" : false,
"globalRtDivEnabled" : false,
"keyUrnCompressionEnabled" : false,
"keyUrnFields" : [ ],
"pushType" : "BATCH",
"versionSwapDeferred" : "[truncated 1334 bytes]; line: 42, column: 37] (through reference chain: com.linkedin.venice.meta.VersionImpl["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
InstanceSizeEstimatorTest.testInstanceMeasurement:
internal/venice-common/src/test/java/com/linkedin/venice/memory/InstanceSizeEstimatorTest.java#L49
java.lang.AssertionError: Class KafkaKey has a memoryAllocatedPerInstance (74.07872) which is too far from the predictedUsage (40); delta: 0.852; maxAllowedDelta: 0.013. No more attempts left.
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4286 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4286 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4286 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4286 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4286 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
Internal / UT & CodeCov (8)
Process completed with exit code 1.
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860033413,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860018303,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860004163,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770859990224,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770859956140,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860033413,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860018303,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860004163,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770859990224,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770859956140,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
Router / UT & CodeCov (17)
Process completed with exit code 1.
|
|
VersionJsonSerializerTest.testSerializeAndDeserializeVersion:
internal/venice-common/src/test/java/com/linkedin/venice/serialization/VersionJsonSerializerTest.java#L37
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"storeName" : "test",
"number" : 1,
"createdTime" : 1770860131383,
"pushJobId" : "test-push-job-id",
"partitionCount" : 1,
"partitionerConfig" : {
"partitionerClass" : "com.linkedin.venice.partitioner.DefaultVenicePartitioner",
"partitionerParams" : { },
"amplificationFactor" : 1
},
"status" : "STARTED",
"pushType" : "BATCH",
"repushSourceVersion" : -1,
"separateRealTimeTopicEnabled" : false,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 100,
"offs"[truncated 1356 bytes]; line: 23, column: 37] (through reference chain: com.linkedin.venice.meta.VersionImpl["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
VersionJsonSerializerTest.testSerializeAndDeserializeVersion:
internal/venice-common/src/test/java/com/linkedin/venice/serialization/VersionJsonSerializerTest.java#L37
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"storeName" : "test",
"number" : 1,
"createdTime" : 1770860116176,
"pushJobId" : "test-push-job-id",
"partitionCount" : 1,
"partitionerConfig" : {
"partitionerClass" : "com.linkedin.venice.partitioner.DefaultVenicePartitioner",
"partitionerParams" : { },
"amplificationFactor" : 1
},
"status" : "STARTED",
"pushType" : "BATCH",
"repushSourceVersion" : -1,
"separateRealTimeTopicEnabled" : false,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 100,
"offs"[truncated 1356 bytes]; line: 23, column: 37] (through reference chain: com.linkedin.venice.meta.VersionImpl["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
VersionJsonSerializerTest.testSerializeAndDeserializeVersion:
internal/venice-common/src/test/java/com/linkedin/venice/serialization/VersionJsonSerializerTest.java#L37
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"storeName" : "test",
"number" : 1,
"createdTime" : 1770860100318,
"pushJobId" : "test-push-job-id",
"partitionCount" : 1,
"partitionerConfig" : {
"partitionerClass" : "com.linkedin.venice.partitioner.DefaultVenicePartitioner",
"partitionerParams" : { },
"amplificationFactor" : 1
},
"status" : "STARTED",
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 100,
"offsetLagThresholdToGoOnline" : 1,
"producerTimestampLagThresholdToGoOnlineInSeconds" : 10,
"[truncated 1356 bytes]; line: 20, column: 37] (through reference chain: com.linkedin.venice.meta.VersionImpl["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
VersionJsonSerializerTest.testSerializeAndDeserializeVersion:
internal/venice-common/src/test/java/com/linkedin/venice/serialization/VersionJsonSerializerTest.java#L37
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"storeName" : "test",
"number" : 1,
"createdTime" : 1770860084859,
"pushJobId" : "test-push-job-id",
"partitionCount" : 1,
"partitionerConfig" : {
"partitionerClass" : "com.linkedin.venice.partitioner.DefaultVenicePartitioner",
"partitionerParams" : { },
"amplificationFactor" : 1
},
"status" : "STARTED",
"pushType" : "BATCH",
"repushSourceVersion" : -1,
"separateRealTimeTopicEnabled" : false,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 100,
"offs"[truncated 1356 bytes]; line: 23, column: 37] (through reference chain: com.linkedin.venice.meta.VersionImpl["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
VersionJsonSerializerTest.testSerializeAndDeserializeVersion:
internal/venice-common/src/test/java/com/linkedin/venice/serialization/VersionJsonSerializerTest.java#L37
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"storeName" : "test",
"number" : 1,
"createdTime" : 1770859882489,
"pushJobId" : "test-push-job-id",
"partitionCount" : 1,
"partitionerConfig" : {
"partitionerClass" : "com.linkedin.venice.partitioner.DefaultVenicePartitioner",
"partitionerParams" : { },
"amplificationFactor" : 1
},
"status" : "STARTED",
"pushType" : "BATCH",
"repushSourceVersion" : -1,
"separateRealTimeTopicEnabled" : false,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 100,
"offs"[truncated 1356 bytes]; line: 23, column: 37] (through reference chain: com.linkedin.venice.meta.VersionImpl["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4308 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4308 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4308 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4308 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestStoreJsonSerializer.testSerializeAndDeserializeStore:
internal/venice-common/src/test/java/com/linkedin/venice/helix/TestStoreJsonSerializer.java#L92
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"name" : "s1",
"owner" : "owner",
"createdTime" : 1,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 100,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 1000,
"offsetLagThresholdToGoOnline" : 1000,
"producerTimestampLagThresholdToGoOnlineInSeconds" : -1,
"dataReplicationPolicy" :"[truncated 4308 bytes]; line: 19, column: 37] (through reference chain: com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
Internal / UT & CodeCov (11)
Process completed with exit code 1.
|
|
TestVeniceParentHelixAdmin.testSendAdminMessageAcquiresClusterReadLock:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L3066
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testRemoveStoreViewConfig:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2374
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testInsertStoreViewConfig:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2292
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testInsertMaterializedViewConfig:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2330
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testHybridAndIncrementalUpdateStoreCommands[1](true):
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2979
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testHybridAndIncrementalUpdateStoreCommands[0](false):
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2979
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testDisableHybridConfigWhenActiveActiveOrIncPushConfigIsEnabled:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2219
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testCreateStoreWhenLastExceptionIsNotNull:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L497
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testCreateStoreForMultiCluster:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L423
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testAddStore:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L321
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
Controller / UT & CodeCov (11)
Process completed with exit code 1.
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860426407,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860410939,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860396601,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860382156,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860347510,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860426407,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860410939,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860396601,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860382156,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
TestMetaDataHandler.testStoreStateLookup:
services/venice-router/src/test/java/com/linkedin/venice/router/TestMetaDataHandler.java#L1044
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `int` from Object value (token `JsonToken.START_OBJECT`)
at [Source: (byte[])"{
"zkSharedStore" : {
"name" : "venice_system_store_METADATA_SYSTEM_SCHEMA_STORE",
"owner" : "test",
"createdTime" : 1770860347510,
"persistenceType" : "IN_MEMORY",
"routingStrategy" : "CONSISTENT_HASH",
"readStrategy" : "ANY_OF_ONLINE",
"offLinePushStrategy" : "WAIT_ALL_REPLICAS",
"currentVersion" : 0,
"storageQuotaInByte" : 21474836480,
"readQuotaInCU" : 1800,
"hybridStoreConfig" : {
"rewindTimeInSeconds" : 86400,
"offsetLagThresholdToG"[truncated 9684 bytes]; line: 20, column: 39] (through reference chain: com.linkedin.venice.meta.SerializableSystemStore["zkSharedStore"]->com.linkedin.venice.meta.ZKStore["hybridStoreConfig"]->com.linkedin.venice.meta.HybridStoreConfigImpl["uncleanLeaderElectionEnable"])
|
|
Router / UT & CodeCov (11)
Process completed with exit code 1.
|
|
TestVeniceParentHelixAdmin.testSendAdminMessageAcquiresClusterReadLock:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L3066
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testRemoveStoreViewConfig:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2374
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testInsertStoreViewConfig:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2292
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testInsertMaterializedViewConfig:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2330
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testHybridAndIncrementalUpdateStoreCommands[1](true):
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2979
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testHybridAndIncrementalUpdateStoreCommands[0](false):
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2979
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testDisableHybridConfigWhenActiveActiveOrIncPushConfigIsEnabled:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L2219
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testCreateStoreWhenLastExceptionIsNotNull:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L497
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testCreateStoreForMultiCluster:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L423
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
TestVeniceParentHelixAdmin.testAddStore:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java#L321
java.lang.NullPointerException: null of string in field blobDbEnabled of com.linkedin.venice.controller.kafka.protocol.admin.UpdateStore of union in field payloadUnion of com.linkedin.venice.controller.kafka.protocol.admin.AdminOperation
|
|
Controller / UT & CodeCov (8)
Process completed with exit code 1.
|
|
SITWithPWiseWithoutBufferAfterLeaderTest.testIngestionTaskForCurrentVersionResetExceptionReportError:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseWithoutBufferAfterLeaderTest.java#L1
Wanted but not invoked:
leaderFollowerStoreIngestionTask.reportIngestionNotifier(
<any com.linkedin.davinci.kafka.consumer.PartitionConsumptionState>,
<any com.linkedin.venice.exceptions.VeniceException>
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportIngestionNotifier(StoreIngestionTask.java:1612)
However, there were exactly 256 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_4ea5b6b451_9d63d47a_v1-1,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:991)
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_4ea5b6b451_9d63d47a_v1-1,
true,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:755)
leaderFollowerStoreIngestionTask.throwIfNotRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:802)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.throwIfNotRunning(StoreIngestionTask.java:712)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.nextSeqNum();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:808)
leaderFollowerStoreIngestionTask.run();
-> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1778)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.refreshIngestionContextIfChanged(
Mock for Store, hashCode: 1889568128
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1781)
leaderFollowerStoreIngestionTask.maybeProcessResubscribeRequest();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1782)
leaderFollowerStoreIngestionTask.getServerConfig();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5204)
leaderFollowerStoreIngestionTask.getResubscribeRequestQueue();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5205)
leaderFollowerStoreIngestionTask.processConsumerActions(
Mock for Store, hashCode: 1889568128
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1783)
leaderFollowerStoreIngestionTask.processConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_4ea5b6b451_9d63d47a_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860556628},
Mock for Store, hashCode: 1889568128
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2122)
leaderFollowerStoreIngestionTask.processCommonConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_4ea5b6b451_9d63d47a_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860556628}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:598)
leaderFollowerStoreIngestionTask.getDataIntegrityValidator();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2312)
leaderFollowerStoreIngestionTask.isGlobalRtDivEnabled();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.getDataIntegrityValidator(StoreIngestionTask.java:5021)
leaderFollowerStoreIngestionTask.checkFastReadyToServeForReplica(
PCS{replica=TestTopic_4ea5b6b451_9d63d47a_v1-1, hybrid=false, latestProcessedVtPosition=InMemoryPubSubPosition{2}
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
SITWithSAwarePWiseWithoutBufferAfterLeaderTest.testIngestionTaskForCurrentVersionResetExceptionReportError:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithSAwarePWiseWithoutBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations:
leaderFollowerStoreIngestionTask.reportIngestionNotifier(
<any com.linkedin.davinci.kafka.consumer.PartitionConsumptionState>,
<any com.linkedin.venice.exceptions.VeniceException>
);
Wanted 1 time:
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportIngestionNotifier(StoreIngestionTask.java:1612)
But was 0 times.
|
|
SITWithSAwarePWiseWithoutBufferAfterLeaderTest.testIngestionTaskForCurrentVersionResetExceptionReportError:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithSAwarePWiseWithoutBufferAfterLeaderTest.java#L1
Wanted but not invoked:
leaderFollowerStoreIngestionTask.reportIngestionNotifier(
<any com.linkedin.davinci.kafka.consumer.PartitionConsumptionState>,
<any com.linkedin.venice.exceptions.VeniceException>
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportIngestionNotifier(StoreIngestionTask.java:1612)
However, there were exactly 236 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_438332ed93_c716b5b2_v1-1,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:991)
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_438332ed93_c716b5b2_v1-1,
true,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:755)
leaderFollowerStoreIngestionTask.throwIfNotRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:802)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.throwIfNotRunning(StoreIngestionTask.java:712)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.nextSeqNum();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:808)
leaderFollowerStoreIngestionTask.run();
-> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1778)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.refreshIngestionContextIfChanged(
Mock for Store, hashCode: 1053591692
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1781)
leaderFollowerStoreIngestionTask.maybeProcessResubscribeRequest();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1782)
leaderFollowerStoreIngestionTask.getServerConfig();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5204)
leaderFollowerStoreIngestionTask.getResubscribeRequestQueue();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5205)
leaderFollowerStoreIngestionTask.processConsumerActions(
Mock for Store, hashCode: 1053591692
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1783)
leaderFollowerStoreIngestionTask.processConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_438332ed93_c716b5b2_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860508819},
Mock for Store, hashCode: 1053591692
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2122)
leaderFollowerStoreIngestionTask.processCommonConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_438332ed93_c716b5b2_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860508819}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:598)
leaderFollowerStoreIngestionTask.getDataIntegrityValidator();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2312)
leaderFollowerStoreIngestionTask.isGlobalRtDivEnabled();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.getDataIntegrityValidator(StoreIngestionTask.java:5021)
leaderFollowerStoreIngestionTask.checkFastReadyToServeForReplica(
PCS{replica=TestTopic_438332ed93_c716b5b2_v1-1, hybrid=false, latestProcessedVtPosition=InMemoryPubSubPosition{2}
|
|
SITWithSAwarePWiseAndBufferAfterLeaderTest.testResetPartition[1](AA_OFF):
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithSAwarePWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations:
abstractStorageEngine.put(
1,
[(byte) 0x01, (byte) 0x4B, (byte) 0x65, (byte) 0x79, (byte) 0x46, (byte) 0x6F, (byte) 0x72, (byte) 0x50, (byte) 0x61, (byte) 0x72, (byte) 0x74, (byte) 0x69, (byte) 0x74, (byte) 0x69, (byte) 0x6F, (byte) 0x6E, (byte) 0x31, (byte) 0x5F, (byte) 0x31, (byte) 0x35, (byte) 0x62, (byte) 0x65, (byte) 0x39, (byte) 0x37, (byte) 0x66, (byte) 0x30, (byte) 0x33, (byte) 0x33, (byte) 0x5F, (byte) 0x33, (byte) 0x66, (byte) 0x66, (byte) 0x63, (byte) 0x32, (byte) 0x37, (byte) 0x37, (byte) 0x62],
java.nio.HeapByteBuffer[pos=0 lim=17 cap=17]
);
Wanted 2 times:
-> at com.linkedin.davinci.store.AbstractStorageEngine.put(AbstractStorageEngine.java:478)
But was 1 time:
-> at com.linkedin.davinci.kafka.consumer.DeepCopyStorageEngine.put(DeepCopyStorageEngine.java:39)
|
|
SITWithPWiseWithoutBufferAfterLeaderTest.testIngestionTaskForCurrentVersionResetExceptionReportError:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseWithoutBufferAfterLeaderTest.java#L1
Wanted but not invoked:
leaderFollowerStoreIngestionTask.reportIngestionNotifier(
<any com.linkedin.davinci.kafka.consumer.PartitionConsumptionState>,
<any com.linkedin.venice.exceptions.VeniceException>
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportIngestionNotifier(StoreIngestionTask.java:1612)
However, there were exactly 256 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_4ea5b6b451_9d63d47a_v1-1,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:991)
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_4ea5b6b451_9d63d47a_v1-1,
true,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:755)
leaderFollowerStoreIngestionTask.throwIfNotRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:802)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.throwIfNotRunning(StoreIngestionTask.java:712)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.nextSeqNum();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:808)
leaderFollowerStoreIngestionTask.run();
-> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1778)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.refreshIngestionContextIfChanged(
Mock for Store, hashCode: 1889568128
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1781)
leaderFollowerStoreIngestionTask.maybeProcessResubscribeRequest();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1782)
leaderFollowerStoreIngestionTask.getServerConfig();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5204)
leaderFollowerStoreIngestionTask.getResubscribeRequestQueue();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5205)
leaderFollowerStoreIngestionTask.processConsumerActions(
Mock for Store, hashCode: 1889568128
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1783)
leaderFollowerStoreIngestionTask.processConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_4ea5b6b451_9d63d47a_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860556628},
Mock for Store, hashCode: 1889568128
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2122)
leaderFollowerStoreIngestionTask.processCommonConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_4ea5b6b451_9d63d47a_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860556628}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:598)
leaderFollowerStoreIngestionTask.getDataIntegrityValidator();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2312)
leaderFollowerStoreIngestionTask.isGlobalRtDivEnabled();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.getDataIntegrityValidator(StoreIngestionTask.java:5021)
leaderFollowerStoreIngestionTask.checkFastReadyToServeForReplica(
PCS{replica=TestTopic_4ea5b6b451_9d63d47a_v1-1, hybrid=false, latestProcessedVtPosition=InMemoryPubSubPosition{2}
|
|
Server / UT & CodeCov (17)
Process completed with exit code 1.
|
|
SITWithSAwarePWiseWithoutBufferAfterLeaderTest.testIngestionTaskForCurrentVersionResetExceptionReportError:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithSAwarePWiseWithoutBufferAfterLeaderTest.java#L1
Wanted but not invoked:
leaderFollowerStoreIngestionTask.reportIngestionNotifier(
<any com.linkedin.davinci.kafka.consumer.PartitionConsumptionState>,
<any com.linkedin.venice.exceptions.VeniceException>
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportIngestionNotifier(StoreIngestionTask.java:1612)
However, there were exactly 256 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_4b95b90e23_92ed1e79_v1-1,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:991)
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_4b95b90e23_92ed1e79_v1-1,
true,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:755)
leaderFollowerStoreIngestionTask.throwIfNotRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:802)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.throwIfNotRunning(StoreIngestionTask.java:712)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.nextSeqNum();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:808)
leaderFollowerStoreIngestionTask.run();
-> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1778)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.refreshIngestionContextIfChanged(
Mock for Store, hashCode: 1607407365
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1781)
leaderFollowerStoreIngestionTask.maybeProcessResubscribeRequest();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1782)
leaderFollowerStoreIngestionTask.getServerConfig();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5204)
leaderFollowerStoreIngestionTask.getResubscribeRequestQueue();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5205)
leaderFollowerStoreIngestionTask.processConsumerActions(
Mock for Store, hashCode: 1607407365
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1783)
leaderFollowerStoreIngestionTask.processConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_4b95b90e23_92ed1e79_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860857481},
Mock for Store, hashCode: 1607407365
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2122)
leaderFollowerStoreIngestionTask.processCommonConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_4b95b90e23_92ed1e79_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860857481}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:598)
leaderFollowerStoreIngestionTask.getDataIntegrityValidator();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2312)
leaderFollowerStoreIngestionTask.isGlobalRtDivEnabled();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.getDataIntegrityValidator(StoreIngestionTask.java:5021)
leaderFollowerStoreIngestionTask.checkFastReadyToServeForReplica(
PCS{replica=TestTopic_4b95b90e23_92ed1e79_v1-1, hybrid=false, latestProcessedVtPosition=InMemoryPubSubPosition{2}
|
|
SITWithSAwarePWiseAndBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[0](false):
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithSAwarePWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations:
hostLevelIngestionStats.recordTotalBytesConsumed(
<any long>
);
Wanted 2 times:
-> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:523)
But was 1 time:
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2781)
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
SITWithSAwarePWiseWithoutBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[2](true):
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithSAwarePWiseWithoutBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations:
hostLevelIngestionStats.recordTotalBytesConsumed(
<any long>
);
Wanted 3 times:
-> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:523)
But was 2 times:
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2781)
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2781)
|
|
SITWithSAwarePWiseWithoutBufferAfterLeaderTest.testIngestionTaskForCurrentVersionResetExceptionReportError:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithSAwarePWiseWithoutBufferAfterLeaderTest.java#L1
Wanted but not invoked:
leaderFollowerStoreIngestionTask.reportIngestionNotifier(
<any com.linkedin.davinci.kafka.consumer.PartitionConsumptionState>,
<any com.linkedin.venice.exceptions.VeniceException>
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportIngestionNotifier(StoreIngestionTask.java:1612)
However, there were exactly 256 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_4b95b90e23_92ed1e79_v1-1,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:991)
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_4b95b90e23_92ed1e79_v1-1,
true,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:755)
leaderFollowerStoreIngestionTask.throwIfNotRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:802)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.throwIfNotRunning(StoreIngestionTask.java:712)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.nextSeqNum();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:808)
leaderFollowerStoreIngestionTask.run();
-> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1778)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.refreshIngestionContextIfChanged(
Mock for Store, hashCode: 1607407365
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1781)
leaderFollowerStoreIngestionTask.maybeProcessResubscribeRequest();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1782)
leaderFollowerStoreIngestionTask.getServerConfig();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5204)
leaderFollowerStoreIngestionTask.getResubscribeRequestQueue();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5205)
leaderFollowerStoreIngestionTask.processConsumerActions(
Mock for Store, hashCode: 1607407365
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1783)
leaderFollowerStoreIngestionTask.processConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_4b95b90e23_92ed1e79_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860857481},
Mock for Store, hashCode: 1607407365
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2122)
leaderFollowerStoreIngestionTask.processCommonConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_4b95b90e23_92ed1e79_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860857481}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:598)
leaderFollowerStoreIngestionTask.getDataIntegrityValidator();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2312)
leaderFollowerStoreIngestionTask.isGlobalRtDivEnabled();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.getDataIntegrityValidator(StoreIngestionTask.java:5021)
leaderFollowerStoreIngestionTask.checkFastReadyToServeForReplica(
PCS{replica=TestTopic_4b95b90e23_92ed1e79_v1-1, hybrid=false, latestProcessedVtPosition=InMemoryPubSubPosition{2}
|
|
SITWithSAwarePWiseAndBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[0](false):
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithSAwarePWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations:
hostLevelIngestionStats.recordTotalBytesConsumed(
<any long>
);
Wanted 2 times:
-> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:523)
But was 1 time:
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2781)
|
|
Server / UT & CodeCov (11)
Process completed with exit code 1.
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
RequestBasedMetaRepositoryTest.beforeMethodSetup:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/RequestBasedMetaRepositoryTest.java#L70
com.linkedin.venice.serializer.VeniceSerializationException: Unable to serialize object
|
|
NativeMetadataRepositoryTest.testNativeMetadataRepositoryStats:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/NativeMetadataRepositoryTest.java#L149
java.lang.AssertionError: expected [2000.0] but found [1000.0]
|
|
SITWithSAwarePWiseWithoutBufferAfterLeaderTest.testIngestionTaskForCurrentVersionResetExceptionReportError:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithSAwarePWiseWithoutBufferAfterLeaderTest.java#L1
Wanted but not invoked:
leaderFollowerStoreIngestionTask.reportIngestionNotifier(
<any com.linkedin.davinci.kafka.consumer.PartitionConsumptionState>,
<any com.linkedin.venice.exceptions.VeniceException>
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportIngestionNotifier(StoreIngestionTask.java:1612)
However, there were exactly 256 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_44cf1115f6_9b9edab5_v1-1,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:991)
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_44cf1115f6_9b9edab5_v1-1,
true,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:755)
leaderFollowerStoreIngestionTask.throwIfNotRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:802)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.throwIfNotRunning(StoreIngestionTask.java:712)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.nextSeqNum();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:808)
leaderFollowerStoreIngestionTask.run();
-> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1778)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.refreshIngestionContextIfChanged(
Mock for Store, hashCode: 1520121740
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1781)
leaderFollowerStoreIngestionTask.maybeProcessResubscribeRequest();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1782)
leaderFollowerStoreIngestionTask.getServerConfig();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5204)
leaderFollowerStoreIngestionTask.getResubscribeRequestQueue();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5205)
leaderFollowerStoreIngestionTask.processConsumerActions(
Mock for Store, hashCode: 1520121740
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1783)
leaderFollowerStoreIngestionTask.processConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_44cf1115f6_9b9edab5_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860911338},
Mock for Store, hashCode: 1520121740
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2122)
leaderFollowerStoreIngestionTask.processCommonConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_44cf1115f6_9b9edab5_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860911338}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:598)
leaderFollowerStoreIngestionTask.getDataIntegrityValidator();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2312)
leaderFollowerStoreIngestionTask.isGlobalRtDivEnabled();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.getDataIntegrityValidator(StoreIngestionTask.java:5021)
leaderFollowerStoreIngestionTask.checkFastReadyToServeForReplica(
PCS{replica=TestTopic_44cf1115f6_9b9edab5_v1-1, hybrid=false, latestProcessedVtPosition=InMemoryPubSubPosition{2}, latestPr
|
|
SITWithSAwarePWiseAndBufferAfterLeaderTest.testIngestionTaskForCurrentVersionResetExceptionReportError:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithSAwarePWiseAndBufferAfterLeaderTest.java#L1
Wanted but not invoked:
leaderFollowerStoreIngestionTask.reportIngestionNotifier(
<any com.linkedin.davinci.kafka.consumer.PartitionConsumptionState>,
<any com.linkedin.venice.exceptions.VeniceException>
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportIngestionNotifier(StoreIngestionTask.java:1612)
However, there were exactly 276 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_3b075138f9_269278a0_v1-1,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:991)
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_3b075138f9_269278a0_v1-1,
true,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:755)
leaderFollowerStoreIngestionTask.throwIfNotRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:802)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.throwIfNotRunning(StoreIngestionTask.java:712)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.nextSeqNum();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:808)
leaderFollowerStoreIngestionTask.run();
-> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1778)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.refreshIngestionContextIfChanged(
Mock for Store, hashCode: 297784269
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1781)
leaderFollowerStoreIngestionTask.maybeProcessResubscribeRequest();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1782)
leaderFollowerStoreIngestionTask.getServerConfig();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5204)
leaderFollowerStoreIngestionTask.getResubscribeRequestQueue();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5205)
leaderFollowerStoreIngestionTask.processConsumerActions(
Mock for Store, hashCode: 297784269
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1783)
leaderFollowerStoreIngestionTask.processConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_3b075138f9_269278a0_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860869334},
Mock for Store, hashCode: 297784269
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2122)
leaderFollowerStoreIngestionTask.processCommonConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_3b075138f9_269278a0_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860869334}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:598)
leaderFollowerStoreIngestionTask.getDataIntegrityValidator();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2312)
leaderFollowerStoreIngestionTask.isGlobalRtDivEnabled();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.getDataIntegrityValidator(StoreIngestionTask.java:5021)
leaderFollowerStoreIngestionTask.checkFastReadyToServeForReplica(
PCS{replica=TestTopic_3b075138f9_269278a0_v1-1, hybrid=false, latestProcessedVtPosition=InMemoryPubSubPosition{2}, latestProce
|
|
|
|
SITWithPWiseAndBufferAfterLeaderTest.testIngestionTaskForCurrentVersionResetExceptionReportError:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
Wanted but not invoked:
leaderFollowerStoreIngestionTask.reportIngestionNotifier(
<any com.linkedin.davinci.kafka.consumer.PartitionConsumptionState>,
<any com.linkedin.venice.exceptions.VeniceException>
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportIngestionNotifier(StoreIngestionTask.java:1612)
However, there were exactly 276 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_47ad8f67ee_b5a74a89_v1-1,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:991)
leaderFollowerStoreIngestionTask.subscribePartition(
TestTopic_47ad8f67ee_b5a74a89_v1-1,
true,
Optional.empty
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:755)
leaderFollowerStoreIngestionTask.throwIfNotRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:802)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.throwIfNotRunning(StoreIngestionTask.java:712)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.nextSeqNum();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:808)
leaderFollowerStoreIngestionTask.run();
-> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
leaderFollowerStoreIngestionTask.isRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1778)
leaderFollowerStoreIngestionTask.getIsRunning();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:4528)
leaderFollowerStoreIngestionTask.refreshIngestionContextIfChanged(
Mock for Store, hashCode: 1838526865
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1781)
leaderFollowerStoreIngestionTask.maybeProcessResubscribeRequest();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1782)
leaderFollowerStoreIngestionTask.getServerConfig();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5204)
leaderFollowerStoreIngestionTask.getResubscribeRequestQueue();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.maybeProcessResubscribeRequest(StoreIngestionTask.java:5205)
leaderFollowerStoreIngestionTask.processConsumerActions(
Mock for Store, hashCode: 1838526865
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1783)
leaderFollowerStoreIngestionTask.processConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_47ad8f67ee_b5a74a89_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860923635},
Mock for Store, hashCode: 1838526865
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2122)
leaderFollowerStoreIngestionTask.processCommonConsumerAction(
KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_47ad8f67ee_b5a74a89_v1-1, attempts=1, sequenceNumber=1, createdTimestampInMs=1770860923635}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:598)
leaderFollowerStoreIngestionTask.getDataIntegrityValidator();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2312)
leaderFollowerStoreIngestionTask.isGlobalRtDivEnabled();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.getDataIntegrityValidator(StoreIngestionTask.java:5021)
leaderFollowerStoreIngestionTask.checkFastReadyToServeForReplica(
PCS{replica=TestTopic_47ad8f67ee_b5a74a89_v1-1, hybrid=false, latestProcessedVtPosition=InMemoryPubSubPosition{2}, latestPr
|
|
Server / UT & CodeCov (8)
Process completed with exit code 1.
|
|
StaticAnalysisAndUnitTestsFailureAlert
Process completed with exit code 1.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
StaticAnalysis
Expired
|
925 KB |
sha256:1a7c628413eebbe465ba49596bee73a47c45d6d0096e8ac8842310f4240b8f3e
|
|
|
clients-jdk11
Expired
|
3.27 MB |
sha256:93f0f74ea1f712022629707ecbe9a62ae43d0946d2751841f9462420bc1dddb5
|
|
|
clients-jdk17
Expired
|
3.27 MB |
sha256:6a7423d550d127dcd869d34cb8aac6b9cdff1c5ace74b51884c1d298e439a5c4
|
|
|
clients-jdk8
Expired
|
3.24 MB |
sha256:f8d9ab19351955f2b86c866fe17bf562b0d1bffc1553a9976327e75b2a49e226
|
|
|
controller-jdk11
Expired
|
874 KB |
sha256:5e115baca2e9e7bb6eba4c3d4be3fc4d875cbed069163f098668c7ee8a7c6a0a
|
|
|
controller-jdk17
Expired
|
855 KB |
sha256:a673bbf5addf82d5f1a118a893d7d14a357a0e7489a9d12872b42cb5bb811746
|
|
|
controller-jdk8
Expired
|
878 KB |
sha256:6d0e1faee742e8bdbdc1e159cbd9f7ced145a5560028182bf383f8d51480aae1
|
|
|
integrations-jdk11
Expired
|
616 KB |
sha256:dfd75fd7094bab98fb736fe65b84386c3d7d1431f64002acbb372418ad5c9662
|
|
|
integrations-jdk17
Expired
|
615 KB |
sha256:6a2d9bc5c60b76a42e527d9f07d06eb45bc5b6ac5f78c33c4af739afa06b03dd
|
|
|
integrations-jdk8
Expired
|
606 KB |
sha256:03a4dbb0fc84e122f25cd4901742e5cff8998152ac5c019d67893e9e1f721142
|
|
|
internal-jdk11
Expired
|
1.7 MB |
sha256:0bf93d9aee788cd99e1669cd20e63bfd63b01247cbb7990e25017d37c7f970ca
|
|
|
internal-jdk17
Expired
|
1.72 MB |
sha256:34cc14a4d5a583a2e67baef5903d0abab848cc8d8d1bbf776891eedf775f23d4
|
|
|
internal-jdk8
Expired
|
1.7 MB |
sha256:26334b5e6eb7d06e1395cd010fa67ef810781e3b69e4a7d61620047bd00acfb2
|
|
|
router-jdk11
Expired
|
230 KB |
sha256:c4c4a7fac7813f6701c084f8f49673a3613b2835d0c4b47f44b40f69733e1eda
|
|
|
router-jdk17
Expired
|
229 KB |
sha256:45a41dfb7288ddd661f4d216276a43e674ee2e4951b78987c33065fd78b4e9c8
|
|
|
router-jdk8
Expired
|
230 KB |
sha256:2fe475ccee2a8934461c250fa24008cae824bb9544798b75c26c7b7a329da3f0
|
|
|
server-jdk11
Expired
|
8.35 MB |
sha256:252dc1905db901dc9e58be12c6358f22a7aabcfeb99f8ef2f558951f360e14bb
|
|
|
server-jdk17
Expired
|
7.95 MB |
sha256:05cffa4032f6fa10ec9ca85db49d43954206b897dbb2d52d5c08d81fa6f1261f
|
|
|
server-jdk8
Expired
|
8.07 MB |
sha256:9d9e169f67f49eefdf88fb3e88353c65eefe10c087d9150828976a6868c2cf2b
|
|