Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.32k stars 1.97k forks source link

Avoid applying E2E timeout for Spark queries #40806

Closed FabianMeiswinkel closed 3 months ago

FabianMeiswinkel commented 3 months ago

Description

4.32.1 introduced a regression when adding an end-to-end timeout enforcement for queries. The end-to-end timeout on queries is scoped to the entire Flux - so fully draining the query. That could very well take longer than 65 seconds. Reverting that part of the change - still enforcing a 65 second timeout for retrieving individual pages.

All SDK Contribution checklist:

General Guidelines and Best Practices

Testing Guidelines

FabianMeiswinkel commented 3 months ago

/azp run java - cosmos - spark

azure-pipelines[bot] commented 3 months ago
Azure Pipelines successfully started running 1 pipeline(s).