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
pallas插件下载,会下发一个下载命令,由ES节点获取到命令之后,发起下载请求。 下载请求发送到console后,由console下载到本地后,再发送到ES节点。节点比较多的集群,可能同时有上百台机器去下载,对console的压力非常大。导致console无法响应。 考虑到分批下载如果在plugin端修改,需要业务重新升级插件。 可以在console增加一个分批重启的功能,集群节点大于10个时候,自动分批下发download命令。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pallas插件下载,会下发一个下载命令,由ES节点获取到命令之后,发起下载请求。 下载请求发送到console后,由console下载到本地后,再发送到ES节点。节点比较多的集群,可能同时有上百台机器去下载,对console的压力非常大。导致console无法响应。 考虑到分批下载如果在plugin端修改,需要业务重新升级插件。 可以在console增加一个分批重启的功能,集群节点大于10个时候,自动分批下发download命令。
The text was updated successfully, but these errors were encountered: