[ 
https://issues.apache.org/jira/browse/FLINK-23778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410682#comment-17410682
 ] 

Nicolaus Weidner commented on FLINK-23778:
------------------------------------------

Both logs show a pattern like this:

{code:java}
08:45:11,380 [Kafka Fetcher for Source: 
TableSourceScan(table=[[default_catalog, default_database, upsert_kafka]], 
fields=[user_id, name, event_id, payload, timestamp]) (1/4)#0] INFO  
org.apache.kafka.clients.consumer.KafkaConsumer              [] - [Consumer 
clientId=consumer-126, groupId=null] Subscribed to partition(s): 
key_full_value_topic_avro-0
08:45:11,380 [Kafka Fetcher for Source: 
TableSourceScan(table=[[default_catalog, default_database, upsert_kafka]], 
fields=[user_id, name, event_id, payload, timestamp]) (1/4)#0] INFO  
org.apache.kafka.clients.consumer.internals.SubscriptionState [] - [Consumer 
clientId=consumer-126, groupId=null] Seeking to EARLIEST offset of partition 
key_full_value_topic_avro-0
08:45:11,415 [Kafka Fetcher for Source: 
TableSourceScan(table=[[default_catalog, default_database, upsert_kafka]], 
fields=[user_id, name, event_id, payload, timestamp]) (1/4)#0] INFO  
org.apache.kafka.clients.consumer.internals.SubscriptionState [] - [Consumer 
clientId=consumer-126, groupId=null] Resetting offset for partition 
key_full_value_topic_avro-0 to offset 4.
{code}

This shows that the offset was set to 4 for the read (it is 0 in the passing 
cases) - apparently, earlier records were removed.
Not sure how to obtain the Kafka logs (similar to 
https://issues.apache.org/jira/browse/FLINK-22198?focusedCommentId=17401454&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17401454)
 which should be available as per https://github.com/apache/flink/pull/16860

> UpsertKafkaTableITCase.testKafkaSourceSinkWithKeyAndFullValue hangs on Azure
> ----------------------------------------------------------------------------
>
>                 Key: FLINK-23778
>                 URL: https://issues.apache.org/jira/browse/FLINK-23778
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Kafka, Table SQL / Ecosystem
>    Affects Versions: 1.14.0
>            Reporter: Till Rohrmann
>            Assignee: Nicolaus Weidner
>            Priority: Critical
>              Labels: test-stability
>             Fix For: 1.14.0
>
>
> The test {{UpsertKafkaTableITCase.testKafkaSourceSinkWithKeyAndFullValue}} 
> hangs on Azure.
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=22123&view=logs&j=c5f0071e-1851-543e-9a45-9ac140befc32&t=15a22db7-8faa-5b34-3920-d33c9f0ca23c&l=8847



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to