-
Hi all guys
In next version, we should Complete the following featrues
- [x] Integration Nepxion impl Gray released to spring cloud @yu199195
- [x] add performance test project @tuohai666
…
-
Exception in thread "nacos-grpc-client-executor-257312" java.lang.NoClassDefFoundError: com/alibaba/nacos/shaded/com/google/common/util/concurrent/AbstractFuture$Failure$1
at com.alibaba.nacos.sha…
-
dubbo版本:2.7.7
使用协议:grpc
在使用时如果将qos禁用后,会报错:
```
Caused by: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 999878362ns
at io.grpc.stub.ClientCalls.toStatusRuntimeExcept…
-
Previously, we had two application modules, one is sys_ Web is responsible for providing basic functions and services, such as organization registration, supplier management, coding rule management,…
-
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
- [x] I have checked the [FAQ](https://github.com/apache/dubbo/…
-
I want to add some labeled data into OpenDigger to help us for our community analysis.
For cloud native area, we use data of [CNCF landscape](https://landscape.cncf.io/?category=streaming-messaging…
-
计划在官网博客按照以下的目录发表系列博客,内容务求深入浅出,适合新手入门,对 Dubbo 能有一个全面的了解。以后考虑以博客的集成集结成书,所以写的时候请按写书的标准要求自己。标准就是 manning 出版社的 in action 系列。
* 博客文章请以 markdown 的格式放在 `blog/zh-cn` 下
* 目录请修改 `site_config/blog.js`
* 然后按照…
-
Type: *bug report* or *feature request*
### Describe what happened (or what feature you want)
Nacos occupies too much CPU resources, the related investigations are as follows:
![image](https://…
-
问题描述,正常的分页查询.代码:
```java
public PageResult findPage(Integer pageNum, Integer pageSize) {
PageHelper.startPage(pageNum,pageSize);
(这行报错) Page pageResult = (Page) tbBrandMapper.findAll();
…
-
# Expected Behavior
agent serive goes well
# Actual Behavior
agent service exit
# Steps to Reproduce the Problem
1. KVM node(Ubuntu20.04)
2. Install deb
3. check agent serice
```
root@…