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)