You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2020/04/02 12:48:00 UTC

[jira] [Updated] (IGNITE-12836) Writing methods to avoid limit of 65535 bytes for java.io.DataOutput#writeUTF

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

Kirill Tkalenko updated IGNITE-12836:
-------------------------------------
    Description: When using java.io.Externalizable, errors may occur when using java.io.DataOutput#writeUTF/java.io.DataInput#readUTF due to a limit of more than 65535 bytes for string [https://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html#modified-utf-8]. Therefore, simple methods are needed to avoid errors.

> Writing methods to avoid limit of 65535 bytes for java.io.DataOutput#writeUTF
> -----------------------------------------------------------------------------
>
>                 Key: IGNITE-12836
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12836
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Kirill Tkalenko
>            Assignee: Kirill Tkalenko
>            Priority: Major
>             Fix For: 2.9
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When using java.io.Externalizable, errors may occur when using java.io.DataOutput#writeUTF/java.io.DataInput#readUTF due to a limit of more than 65535 bytes for string [https://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html#modified-utf-8]. Therefore, simple methods are needed to avoid errors.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)