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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)