We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参考:https://elasticsearch.cn/question/974
将elasticsearch 目录下的 config/jvm.options 文件里把“-Dfile.encoding=UTF-8”改为“-Dfile.encoding=GBK” 然后重启 Elasticsearch 即可,修改之后报错原因为:
[2018-01-16T16:55:18,564][WARN ][o.e.t.n.Netty4Transport ] [node-1] exception caught on transport layer [org.elasticsearch.transport.netty4.NettyTcpChannel@1ff4527f], closing connection java.io.IOException: 远程主机强迫关闭了一个现有的连接。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
参考:https://elasticsearch.cn/question/974
将elasticsearch 目录下的 config/jvm.options 文件里把“-Dfile.encoding=UTF-8”改为“-Dfile.encoding=GBK”
然后重启 Elasticsearch 即可,修改之后报错原因为:
The text was updated successfully, but these errors were encountered: