[
https://issues.apache.org/jira/browse/BEAM-9325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luke Cwik resolved BEAM-9325.
-----------------------------
Resolution: Fixed
> UnownedOutputStream not overriding Array write method.
> ------------------------------------------------------
>
> Key: BEAM-9325
> URL: https://issues.apache.org/jira/browse/BEAM-9325
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Affects Versions: 2.19.0
> Reporter: Kyoungha Min
> Assignee: Kyoungha Min
> Priority: Major
> Fix For: 2.21.0
>
> Original Estimate: 1m
> Time Spent: 4h 20m
> Remaining Estimate: 0h
>
> org.apache.beam.sdk.util.UnownedOutputStream does not override a method
> `public void write(byte b[], int off, int len) throws IOException`
> resulting in extremely slow writing speed.
> This is because `java.io.FilteredOutputStream` does not provide proper method.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)