Skip to content

set default TileDBClient read timeout to no-limit#28

Merged
DimitrisStaratzis merged 1 commit intomasterfrom
dstara/sc-50028/settimout-has-no-effect-in-execution-timeout
Jul 8, 2024
Merged

set default TileDBClient read timeout to no-limit#28
DimitrisStaratzis merged 1 commit intomasterfrom
dstara/sc-50028/settimout-has-no-effect-in-execution-timeout

Conversation

@DimitrisStaratzis
Copy link
Contributor

@DimitrisStaratzis DimitrisStaratzis commented Jul 8, 2024

In big reads this was causing the GenericUDF.setTimeout() to have to effect. The default value for the TileDBClient::timeout was 10 seconds. Thus, when a UDF execution time was longer than 10 seconds it was throwing a TileDBClient::timeout error. This meant that users could not control the UDF execution time independently in such cases. The problem is now fixed by setting the client timeout to no-limit by default.

[sc-50028]

@DimitrisStaratzis DimitrisStaratzis merged commit 49165e2 into master Jul 8, 2024
@DimitrisStaratzis DimitrisStaratzis deleted the dstara/sc-50028/settimout-has-no-effect-in-execution-timeout branch July 8, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants