Skip to content

Fix#8160 OData Input shared HTTP pool shutdown and unit test - #8168

Merged
mattcasters merged 1 commit into
apache:mainfrom
leehaut:hotfix/lance-common-15
Aug 29, 2026
Merged

Fix#8160 OData Input shared HTTP pool shutdown and unit test#8168
mattcasters merged 1 commit into
apache:mainfrom
leehaut:hotfix/lance-common-15

Conversation

@leehaut

@leehaut leehaut commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Fix #8160

Summary

  • Fix HOP-8160: HttpClientManager now builds clients with setConnectionManagerShared(true) on the process-wide pool, so closing one OData Input client (transform dispose(), dialog Get Entity Sets / Get Fields) no longer shuts the pool down for later requests. Per-client ignoreSsl() managers stay unshared.

  • Add transforms integration test 0109-odata-input (Northwind Products ProductID le 3 vs golden dataset).

  • Complete the OData Input user docs (variables, pagination/$top, path limits, date-null behaviour) and replace the truncated issue-repro sample with odata-input-northwind.hpl.

Signed-off-by: lance <leehaut@gmail.com>
@mattcasters
mattcasters merged commit 26655f9 into apache:main Aug 29, 2026
4 checks passed
@leehaut
leehaut deleted the hotfix/lance-common-15 branch August 31, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: OData Input closes shared HTTP connection pool causing "Connection pool shut down" after first request

2 participants