[
https://issues.apache.org/jira/browse/KNOX-2897?focusedWorklogId=856188&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-856188
]
ASF GitHub Bot logged work on KNOX-2897:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Apr/23 17:49
Start Date: 11/Apr/23 17:49
Worklog Time Spent: 10m
Work Description: smolnar82 opened a new pull request, #747:
URL: https://github.com/apache/knox/pull/747
## What changes were proposed in this pull request?
This commit consists of the following changes:
- the new-style "Expect:100-continue" approach for PUT/POST requests is
disabled by default
- the new-style "Expect:100-continue" approach is enabled for the ATLAS,
ATLAS-API, HIVE, RANGER and RANGER-UI services
- make sure that this feature for the WEBHDFS service is turned off even in
its own service definition file (so that if the default is changed back to
true, we'll be safe)
- HTTP entity creation relies on the 'addExpect100Continue' boolean flag
- implemented the missing method overload in HdfsHttpClientDispatch
- KnoxBufferedHttpEntity shall not read content at entity creation time
(content reading is postponed until dispatch time when the back-end service
actually needs the data)
## How was this patch tested?
Manual testing on a live cluster with the affected services (ATLAS, HIVE,
RANGER)
Issue Time Tracking
-------------------
Worklog Id: (was: 856188)
Remaining Estimate: 0h
Time Spent: 10m
> Eliminate or minimize the need for replayBufferSize configuration
> -----------------------------------------------------------------
>
> Key: KNOX-2897
> URL: https://issues.apache.org/jira/browse/KNOX-2897
> Project: Apache Knox
> Issue Type: Task
> Components: Server
> Affects Versions: 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 1.6.0, 1.6.1
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Critical
> Fix For: 2.1.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Eliminate or minimize the need for {{replayBufferSize}} configuration
> adjustments to overcome frequent proxying issues with some components.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)