hebrd
hebrd
**Describe the bug** I have more than 100 workers in an application which poll task from conductor server every 10ms. Some tasks never polled for a long time. It seems...
**Describe the bug** A clear and concise description of what the bug is. - [x] I have checked that this issue has not already been reported. - [x] I have...
**Describe the bug** A clear and concise description of what the bug is. - [x] I have checked that this issue has not already been reported. - [ ] I...
Any reference documents related to custom Datasource/ DataConnector? I would like to check the quality of data which is requested from API. Also datasource for clickhouse
**Describe the bug** SUB_WORKFLOW is optional in the definition, after the sub workflow task failed, the status of the task in the parent workflow is set to FAILED. Should it...
…workflow failed Pull Request type ---- - [x] Bugfix - [ ] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes (Please...
Is it possible to retry failed workflow with updated task input and latest task definition? Consider below steps: 1. Create a workflow with 2 tasks: task1 and task2 2. Start...
服务IP错乱
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.1.3 * Operating System version: open jdk...
有一些现成的grpc服务,通过istio注册暴露服务协议。 在dubbo服务中,如果访问到这些grpc服务,在官方的mesh demo中,没有找到这种场景的例子,只有dubbo-dubbo,没有dubbo-grpc。 想要达到的目标是,在dubbo客户端中,通过@DubboReference注解,就能访问到现有的grpc服务
泛化调用内存泄露
如下泛化调用代码,JVM内存会不断升高,不会释放,有什么建议吗? `ApplicationConfig` applicationConfig = new ApplicationConfig(); applicationConfig.setName(applicationName); RegistryConfig registry = new RegistryConfig(); registry.setAddress(registryAddress); registry.setGroup(registryGroup); registry.setRegister(false); registry.setEnableEmptyProtection(false); ReferenceConfig reference = new ReferenceConfig(); reference.setInterface(interfaceName); reference.setGeneric("true"); reference.setFilter(filters); reference.setRetries(0); reference.setRegistry(registry); GenericService srv = reference.get();...