Skip to content

Commit

Permalink
Merge pull request alibaba#2 from nacos-group/master
Browse files Browse the repository at this point in the history
update project
  • Loading branch information
caojiele authored Apr 28, 2019
2 parents a256f26 + 7b59635 commit b8613d5
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 8 deletions.
10 changes: 10 additions & 0 deletions docs/en-us/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
- [服务端报错java.lang.IllegalStateException: unable to find local peer: 127.0.0.1:8848](#3.8)
- [Nacos如何对配置进行加密](#3.9)
- [Nacos报401错误](#3.10)
- [Nacos权重不生效](#3.11)
- [Nacos如何扩缩容](#3.12)

- Nacos原理问题

Expand Down Expand Up @@ -121,4 +123,12 @@ Nacos计划在1.X版本提供加密的能力,目前还不支持加密,只能

Nacos服务端报错了,可以检查服务端日志,参考[issue](https://github.com/alibaba/nacos/issues/816)

<h4 id="3.11">Nacos权重不生效</h4>

Nacos控制台上编辑权重, 目前从SpringCloud客户端和Dubbo客户端都没有打通, 所以不能生效. 对于SpringCloud客户端, 应用可以实现Ribbon的负载均衡器来进行权重过滤.

<h4 id="3.12">Nacos如何扩缩容</h4>

目前支持修改cluster.conf文件的方式进行扩缩容, 改完后无需重启, Server会自动刷新到文件新内容.

## Nacos原理问题
2 changes: 1 addition & 1 deletion docs/en-us/nacos-naming-benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Nacos服务发现注销实例接口的性能,调用HTTP接口测试。

## 测试结论
Nacos服务发现性能测试都是针对重点功能,通过对3节点规模集群进行压测,可以看到接口性能负载和容量。
1. 压测容量服务数可达60W,实例注册数达110W,集群运行持续稳定,达到预期
1. 压测容量服务数可达60W,实例注册数达110W,集群运行持续稳定,达到预期;(注: 由于本次注册实例使用的是HTTP接口, 并没有将心跳上报的TPS包括在内, 如果要支持百万实例的心跳上报, 需要集群水平扩容, 并调优tomcat和内核参数)
2. 注册/查询实例TPS达到 13000 以上,接口达到预期;

本次只测试临时实例注册/查询/注销,未涉及持久实例(后续输出);
Expand Down
10 changes: 10 additions & 0 deletions docs/zh-cn/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
- [服务端报错java.lang.IllegalStateException: unable to find local peer: 127.0.0.1:8848](#3.8)
- [Nacos如何对配置进行加密](#3.9)
- [Nacos报401错误](#3.10)
- [Nacos权重不生效](#3.11)
- [Nacos如何扩缩容](#3.12)

- Nacos原理问题

Expand Down Expand Up @@ -121,4 +123,12 @@ Nacos计划在1.X版本提供加密的能力,目前还不支持加密,只能

Nacos服务端报错了,可以检查服务端日志,参考[issue](https://github.com/alibaba/nacos/issues/816)

<h4 id="3.11">Nacos权重不生效</h4>

Nacos控制台上编辑权重, 目前从SpringCloud客户端和Dubbo客户端都没有打通, 所以不能生效. 对于SpringCloud客户端, 应用可以实现Ribbon的负载均衡器来进行权重过滤.

<h4 id="3.12">Nacos如何扩缩容</h4>

目前支持修改cluster.conf文件的方式进行扩缩容, 改完后无需重启, Server会自动刷新到文件新内容.

## Nacos原理问题
2 changes: 1 addition & 1 deletion docs/zh-cn/nacos-naming-benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Nacos服务发现注销实例接口的性能,调用HTTP接口测试。

## 测试结论
Nacos服务发现性能测试都是针对重点功能,通过对3节点规模集群进行压测,可以看到接口性能负载和容量。
1. 压测容量服务数可达60W,实例注册数达110W,集群运行持续稳定,达到预期;
1. 压测容量服务数可达60W,实例注册数达110W,集群运行持续稳定,达到预期;(注: 由于本次注册实例使用的是HTTP接口, 并没有将心跳上报的TPS包括在内, 如果要支持百万实例的心跳上报, 需要集群水平扩容, 并调优tomcat和内核参数)
2. 注册/查询实例TPS达到 13000 以上,接口达到预期;

本次只测试临时实例注册/查询/注销,未涉及持久实例(后续输出);
Expand Down
6 changes: 6 additions & 0 deletions en-us/docs/FAQ.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
<li><a href="#3.8">服务端报错java.lang.IllegalStateException: unable to find local peer: 127.0.0.1:8848</a></li>
<li><a href="#3.9">Nacos如何对配置进行加密</a></li>
<li><a href="#3.10">Nacos报401错误</a></li>
<li><a href="#3.11">Nacos权重不生效</a></li>
<li><a href="#3.12">Nacos如何扩缩容</a></li>
</ul>
</li>
<li>
Expand Down Expand Up @@ -103,6 +105,10 @@ <h4 id="3.9">Nacos如何对配置进行加密</h4>
<p>Nacos计划在1.X版本提供加密的能力,目前还不支持加密,只能靠sdk做好了加密再存到nacos中</p>
<h4 id="3.10">Nacos报401错误</h4>
<p>Nacos服务端报错了,可以检查服务端日志,参考<a href="https://github.com/alibaba/nacos/issues/816">issue</a></p>
<h4 id="3.11">Nacos权重不生效</h4>
<p>Nacos控制台上编辑权重, 目前从SpringCloud客户端和Dubbo客户端都没有打通, 所以不能生效. 对于SpringCloud客户端, 应用可以实现Ribbon的负载均衡器来进行权重过滤.</p>
<h4 id="3.12">Nacos如何扩缩容</h4>
<p>目前支持修改cluster.conf文件的方式进行扩缩容, 改完后无需重启, Server会自动刷新到文件新内容.</p>
<h2>Nacos原理问题</h2>
</div></div></section><footer class="footer-container"><div class="footer-body"><img src="/img/nacos_gray.png"/><div class="cols-container"><div class="col col-12"><h3>Vision</h3><p>By providing an easy-to-use service infrastructure such as dynamic service discovery, service configuration, service sharing and management and etc., Nacos help users better construct, deliver and manage their own service platform, reuse and composite business service faster and deliver value of business innovation more quickly so as to win market for users in the era of cloud native and in all cloud environments, such as private, mixed, or public clouds.</p></div><div class="col col-6"><dl><dt>Documentation</dt><dd><a href="/en-us/docs/what-is-nacos.html" target="_self">Overview</a></dd><dd><a href="/en-us/docs/quick-start.html" target="_self">Quick start</a></dd><dd><a href="/en-us/docs/contributing.html" target="_self">Developer guide</a></dd></dl></div><div class="col col-6"><dl><dt>Resources</dt><dd><a href="/en-us/community/index.html" target="_self">Community</a></dd><dd><a href="https://www.aliyun.com/product/acm?source_type=nacos_pc_20181219" target="_self">Cloud Service ACM</a></dd><dd><a href="https://www.aliyun.com/product/edas?source_type=nacos_pc_20181219" target="_self">Cloud Service EDAS</a></dd><dd><a href="https://www.aliyun.com/product/ahas?source_type=nacos_pc_20190225" target="_self">Cloud Service AHAS</a></dd></dl></div></div><div class="copyright"><span>@ 2018 The Nacos Authors | An Alibaba Middleware (Aliware) Project</span></div></div></footer></div></div>
<script src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion en-us/docs/FAQ.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion en-us/docs/nacos-naming-benchmark.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h3>3. 注销实例</h3>
<h2>测试结论</h2>
<p>Nacos服务发现性能测试都是针对重点功能,通过对3节点规模集群进行压测,可以看到接口性能负载和容量。</p>
<ol>
<li>压测容量服务数可达60W,实例注册数达110W,集群运行持续稳定,达到预期</li>
<li>压测容量服务数可达60W,实例注册数达110W,集群运行持续稳定,达到预期;(注: 由于本次注册实例使用的是HTTP接口, 并没有将心跳上报的TPS包括在内, 如果要支持百万实例的心跳上报, 需要集群水平扩容, 并调优tomcat和内核参数)</li>
<li>注册/查询实例TPS达到 13000 以上,接口达到预期;</li>
</ol>
<p>本次只测试临时实例注册/查询/注销,未涉及持久实例(后续输出);</p>
Expand Down
2 changes: 1 addition & 1 deletion en-us/docs/nacos-naming-benchmark.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions zh-cn/docs/FAQ.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
<li><a href="#3.8">服务端报错java.lang.IllegalStateException: unable to find local peer: 127.0.0.1:8848</a></li>
<li><a href="#3.9">Nacos如何对配置进行加密</a></li>
<li><a href="#3.10">Nacos报401错误</a></li>
<li><a href="#3.11">Nacos权重不生效</a></li>
<li><a href="#3.12">Nacos如何扩缩容</a></li>
</ul>
</li>
<li>
Expand Down Expand Up @@ -103,6 +105,10 @@ <h4 id="3.9">Nacos如何对配置进行加密</h4>
<p>Nacos计划在1.X版本提供加密的能力,目前还不支持加密,只能靠sdk做好了加密再存到nacos中</p>
<h4 id="3.10">Nacos报401错误</h4>
<p>Nacos服务端报错了,可以检查服务端日志,参考<a href="https://github.com/alibaba/nacos/issues/816">issue</a></p>
<h4 id="3.11">Nacos权重不生效</h4>
<p>Nacos控制台上编辑权重, 目前从SpringCloud客户端和Dubbo客户端都没有打通, 所以不能生效. 对于SpringCloud客户端, 应用可以实现Ribbon的负载均衡器来进行权重过滤.</p>
<h4 id="3.12">Nacos如何扩缩容</h4>
<p>目前支持修改cluster.conf文件的方式进行扩缩容, 改完后无需重启, Server会自动刷新到文件新内容.</p>
<h2>Nacos原理问题</h2>
</div></div></section><footer class="footer-container"><div class="footer-body"><img src="/img/nacos_gray.png"/><div class="cols-container"><div class="col col-12"><h3>愿景</h3><p>Nacos 通过提供简单易用的动态服务发现、服务配置、服务共享与管理等服务基础设施,帮助用户在云原生时代,在私有云、混合云或者公有云等所有云环境中,更好的构建、交付、管理自己的微服务平台,更快的复用和组合业务服务,更快的交付商业创新的价值,从而为用户赢得市场。</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a href="/zh-cn/docs/what-is-nacos.html" target="_self">概览</a></dd><dd><a href="/zh-cn/docs/quick-start.html" target="_self">快速开始</a></dd><dd><a href="/zh-cn/docs/contributing.html" target="_self">开发者指南</a></dd></dl></div><div class="col col-6"><dl><dt>资源</dt><dd><a href="/zh-cn/community/index.html" target="_self">社区</a></dd><dd><a href="https://www.aliyun.com/product/acm?source_type=nacos_pc_20181219" target="_self">云服务 ACM</a></dd><dd><a href="https://www.aliyun.com/product/edas?source_type=nacos_pc_20181219" target="_self">云服务 EDAS</a></dd><dd><a href="https://www.aliyun.com/product/ahas?source_type=nacos_pc_20190225" target="_self">云服务 AHAS</a></dd></dl></div></div><div class="copyright"><span>@ 2018 The Nacos Authors | An Alibaba Middleware (Aliware) Project</span></div></div></footer></div></div>
<script src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion zh-cn/docs/FAQ.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion zh-cn/docs/nacos-naming-benchmark.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h3>3. 注销实例</h3>
<h2>测试结论</h2>
<p>Nacos服务发现性能测试都是针对重点功能,通过对3节点规模集群进行压测,可以看到接口性能负载和容量。</p>
<ol>
<li>压测容量服务数可达60W,实例注册数达110W,集群运行持续稳定,达到预期;</li>
<li>压测容量服务数可达60W,实例注册数达110W,集群运行持续稳定,达到预期;(注: 由于本次注册实例使用的是HTTP接口, 并没有将心跳上报的TPS包括在内, 如果要支持百万实例的心跳上报, 需要集群水平扩容, 并调优tomcat和内核参数)</li>
<li>注册/查询实例TPS达到 13000 以上,接口达到预期;</li>
</ol>
<p>本次只测试临时实例注册/查询/注销,未涉及持久实例(后续输出);</p>
Expand Down
2 changes: 1 addition & 1 deletion zh-cn/docs/nacos-naming-benchmark.json

Large diffs are not rendered by default.

0 comments on commit b8613d5

Please sign in to comment.