Skip to content

[controller] Increase dead store stats prefetch timeout to 5 minutes #8842

[controller] Increase dead store stats prefetch timeout to 5 minutes

[controller] Increase dead store stats prefetch timeout to 5 minutes #8842

Triggered via pull request October 22, 2025 23:40
Status Success
Total duration 11m 46s
Artifacts 19
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
14s
ValidateGradleWrapper
StaticAnalysisAndUnitTestsFailureAlert
0s
StaticAnalysisAndUnitTestsFailureAlert
Fit to window
Zoom out
Zoom in

Annotations

8 errors
SITWithSAwarePWiseWithoutBufferAfterLeaderTest.testReportIfCatchUpVersionTopicOffset: clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithSAwarePWiseWithoutBufferAfterLeaderTest.java#L1
org.mockito.exceptions.misusing.UnfinishedStubbingException: Unfinished stubbing detected here: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testReportIfCatchUpVersionTopicOffset$185(StoreIngestionTaskTest.java:6147) E.g. thenReturn() may be missing. Examples of correct stubbing: when(mock.isOk()).thenReturn(true); when(mock.isOk()).thenThrow(exception); doThrow(exception).when(mock).someVoidMethod(); Hints: 1. missing thenReturn() 2. you are trying to stub a final method, which is not supported 3. you are stubbing the behaviour of another mock inside before 'thenReturn' instruction is completed
SITWithPWiseAndBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[0](false): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations: hostLevelIngestionStats.recordTotalBytesConsumed( <any long> ); Wanted 2 times: -> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:507) But was 1 time: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2661)
SITWithSAwarePWiseWithoutBufferAfterLeaderTest.testReportIfCatchUpVersionTopicOffset: clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithSAwarePWiseWithoutBufferAfterLeaderTest.java#L1
org.mockito.exceptions.misusing.UnfinishedStubbingException: Unfinished stubbing detected here: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testReportIfCatchUpVersionTopicOffset$185(StoreIngestionTaskTest.java:6147) E.g. thenReturn() may be missing. Examples of correct stubbing: when(mock.isOk()).thenReturn(true); when(mock.isOk()).thenThrow(exception); doThrow(exception).when(mock).someVoidMethod(); Hints: 1. missing thenReturn() 2. you are trying to stub a final method, which is not supported 3. you are stubbing the behaviour of another mock inside before 'thenReturn' instruction is completed
SITWithPWiseAndBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[0](false): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations: hostLevelIngestionStats.recordTotalBytesConsumed( <any long> ); Wanted 2 times: -> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:507) But was 1 time: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2661)
SITWithPWiseAndBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[2](true): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations: hostLevelIngestionStats.recordTotalBytesConsumed( <any long> ); Wanted 3 times: -> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:507) But was 2 times: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2661) -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2661)
SITWithPWiseAndBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[2](true): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations: hostLevelIngestionStats.recordTotalBytesConsumed( <any long> ); Wanted 3 times: -> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:507) But was 2 times: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2661) -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2661)
SITWithPWiseAndBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[2](true): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations: hostLevelIngestionStats.recordTotalBytesConsumed( <any long> ); Wanted 3 times: -> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:507) But was 2 times: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2661) -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2661)
SITWithPWiseAndBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[2](true): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations: hostLevelIngestionStats.recordTotalBytesConsumed( <any long> ); Wanted 3 times: -> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:507) But was 2 times: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2661) -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2661)

Artifacts

Produced during runtime
Name Size Digest
StaticAnalysis Expired
919 KB
sha256:006e9365e2f89c0e8c3d98e0afcd17f97f3168ccdd37867f76e071018f08a2d2
clients-jdk11 Expired
2.93 MB
sha256:fe93e8fc7c18ae27193a88131752729df0d19d7c8ba069b0b68ca7560b473e89
clients-jdk17 Expired
2.95 MB
sha256:0e02e2487b4e95d428eed15b523977206fe19ef08a1b6cfb89ef39c2012573d4
clients-jdk8 Expired
2.86 MB
sha256:47c4f540134873edcef82c40e832a85f147cdc9eaf6f48c03d2fa867724f7dfa
controller-jdk11 Expired
2.03 MB
sha256:f25e90f8f23ec6b02b88b48e523f56afdd9380a79b29a44826763669cd2e508e
controller-jdk17 Expired
1.94 MB
sha256:9a739c1ea42ec8bdfdef43423cb0040c895af9b8faf96881878c0899bdd97b66
controller-jdk8 Expired
2 MB
sha256:b46af41032c39b63389987822e8d8ebf4705c4818155bc4427a1136ce6c6daf1
integrations-jdk11 Expired
536 KB
sha256:43fb28c4c7ed36883d330447646a4b3d49a32b3353807dff64ba7cfddf0405fb
integrations-jdk17 Expired
543 KB
sha256:5dd7767244423087ec7d8e7f6a5f14e297dd7d30db7157ac53ec01671b965450
integrations-jdk8 Expired
525 KB
sha256:32a88bcc4cae552588fd18399da23cf0ac2b5ee297714ca4aba3e9c085ed6db1
internal-jdk11 Expired
3.94 MB
sha256:e1324393d9207417b44c44b50a6b6f1960e9c20350f0082887b4474c98a28823
internal-jdk17 Expired
3.95 MB
sha256:178cc69fb003fa96d0095f2bb24087a4e93296a89031d4377bf37362b8556bb2
internal-jdk8 Expired
3.93 MB
sha256:ea945d14bc60319a4b67722be5a3cf931a7cf2ed582cf697382d96bb5ddab292
router-jdk11 Expired
762 KB
sha256:4cebb41f620fe0c017d9c3db3246cb3359759aac9fd0e31f8cb93b14102a31df
router-jdk17 Expired
765 KB
sha256:07b2ae8158067b1ffe7cac010992587618ae7c02ebcec2483561f850ea5b5c6f
router-jdk8 Expired
754 KB
sha256:6bcd87f019f1eab71d68ee75c2e0f1dec5d390470b280c2e5db61d039229624c
server-jdk11 Expired
10.1 MB
sha256:a37dab42760ec60060f78a0b587c513007b8a7f0408b246b0085a75a538bfffe
server-jdk17 Expired
10.2 MB
sha256:f872fed20df95c92e2c6a39a9943d28ede7086cb2f957f3eca63076328f36f58
server-jdk8 Expired
9.87 MB
sha256:5ff08e6edbf37ef8d2104e5b4dce2bd761fb080805a922e699e9c45a790d942a