You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitry Karachentsev (JIRA)" <ji...@apache.org> on 2016/08/23 04:16:20 UTC

[jira] [Created] (IGNITE-3722) Cached in a file text must be written with UTF-8 charset, not default

Dmitry Karachentsev created IGNITE-3722:
-------------------------------------------

             Summary: Cached in a file text must be written with UTF-8 charset, not default
                 Key: IGNITE-3722
                 URL: https://issues.apache.org/jira/browse/IGNITE-3722
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.7
            Reporter: Dmitry Karachentsev
             Fix For: 1.8


Writing/reading text files is error prone and UTF-8 must be set explicitly.
F.e. 
org.apache.ignite.internal.MarshallerContextImpl#className() and 
org.apache.ignite.internal.MarshallerContextImpl.ContinuousQueryListener#onUpdated()
InputStreamReader() and OutputStreamWriter() must have charset set.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)