Re: Flink-1.18 mvn test error

2023-11-10 Thread zbz-163
Hi,Yuxin Tan: Thank you very much. My problem has been resolved. Best, Zbz

Re: Continuous errors with Azure ABFSS

2023-11-10 Thread Alexis Sarda-Espinosa
After enabling some more logging for the storage account, I figured out the errors correspond to 404 PathNotFound responses. My guess is the file system checks the status of a path to see if it exists or not before trying to write to it, in this case for _metadata files from each new checkpoint. Se

Kafka Topic Permissions Failure

2023-11-10 Thread Razin Bouzar via user
Hello, We seem to be encountering a bug wherein we see the error TopicAuthorizationException: Not authorized to access topics: [topic] for a topic wave R/W/D access to the topic and are using the correct principal (MTLS auth). The only somewhat related FLINK bug I found was FLINK-27041