lakshmi-manasa-g opened a new pull request #1516: URL: https://github.com/apache/samza/pull/1516
Symptom: Azure blob system producer fails to authenticate with blob storage using token credential Cause: the azure service principal used by the samza job can potentially have different roles - some roles can create containers and upload but not not fetch azure account info Changes: allow failures when trying to validate that the flush threshold size if supported by the account type (standard vs premium) Tests: Azure sdk classes (BlobServiceAsyncClient) if final and can not be mocked. To add a unit test, the already small method will need to be further divvied up to extract BlobServiceAsyncClient into a single line helper. As this is only a try catch and log change, not adding unit test. API changes: None Usage/upgrade instructions: N/A Backwards compatible: yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
