Time out when i access Azure Data Lake Gen2 in Azure Function with ADLS java sdk V12 #13846
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
pillar-reliability
The issue is related to reliability, one of our core engineering pillars. (includes stress testing)
Storage
Storage Service (Queues, Blobs, Files)
Ported from Azure/azure-functions-java-library#113 after offline discussion with CSE
gjjtip commented on May 4
The java sdk link: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-storage-file-datalake/12.0.0-preview.6/index.html
Based on my own troubleshooting, the code always hangs on the line :
fileSystemClient.listPaths().forEach( path -> context.getLogger().info(path.getName()));
No any responses here. I tested above code outside Azure function, let's say the Main method,everything works. So i think the code is fine. Anyone met the same issue as same as me. Is there any restrictions in the Azure Function to access ADLS gen2 with java sdk? Please help.
DracoTaffi commented on Jun 17
I have the same issue ..
I can get the FileSystemClient and DirectoryClient objects but time out checking the existence whatever the value of this timeout:
Same as you, running this code from my local PC works fine !!
The text was updated successfully, but these errors were encountered: