[jira] [Assigned] (FLINK-8585) Efficiently handle read-only and non array ByteBuffers in DataInputDeserializer

2019-05-21 Thread Louis Xu (JIRA)


 [ 
https://issues.apache.org/jira/browse/FLINK-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Louis Xu reassigned FLINK-8585:
---

Assignee: (was: Louis Xu)

> Efficiently handle read-only and non array ByteBuffers in 
> DataInputDeserializer
> ---
>
> Key: FLINK-8585
> URL: https://issues.apache.org/jira/browse/FLINK-8585
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / Network
>Affects Versions: 1.5.0
>Reporter: Piotr Nowojski
>Priority: Major
>
> Currently read-only and non array based buffers are handled inefficiently by 
> DataInputSerializer, since they require additional data copy to an internal 
> array. This could be replaced by using a ByteBuffer as a data source instead 
> of byte[].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (FLINK-8585) Efficiently handle read-only and non array ByteBuffers in DataInputDeserializer

2019-03-20 Thread Louis Xu (JIRA)


 [ 
https://issues.apache.org/jira/browse/FLINK-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Louis Xu reassigned FLINK-8585:
---

Assignee: Louis Xu  (was: Bowen Li)

> Efficiently handle read-only and non array ByteBuffers in 
> DataInputDeserializer
> ---
>
> Key: FLINK-8585
> URL: https://issues.apache.org/jira/browse/FLINK-8585
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / Network
>Affects Versions: 1.5.0
>Reporter: Piotr Nowojski
>Assignee: Louis Xu
>Priority: Major
>
> Currently read-only and non array based buffers are handled inefficiently by 
> DataInputSerializer, since they require additional data copy to an internal 
> array. This could be replaced by using a ByteBuffer as a data source instead 
> of byte[].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (FLINK-8585) Efficiently handle read-only and non array ByteBuffers in DataInputDeserializer

2018-03-02 Thread Bowen Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLINK-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bowen Li reassigned FLINK-8585:
---

Assignee: Bowen Li

> Efficiently handle read-only and non array ByteBuffers in 
> DataInputDeserializer
> ---
>
> Key: FLINK-8585
> URL: https://issues.apache.org/jira/browse/FLINK-8585
> Project: Flink
>  Issue Type: Improvement
>  Components: Network
>Affects Versions: 1.5.0
>Reporter: Piotr Nowojski
>Assignee: Bowen Li
>Priority: Major
>
> Currently read-only and non array based buffers are handled inefficiently by 
> DataInputSerializer, since they require additional data copy to an internal 
> array. This could be replaced by using a ByteBuffer as a data source instead 
> of byte[].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)