ChaoYoung
ChaoYoung
version: 1.0.8 application.yml ```yaml spring: dynamic: tp: enabled: true executors: - threadPoolName: testExecutor threadNamePrefix: test executorType: eager corePoolSize: 8 maximumPoolSize: 10 queueType: VariableLinkedBlockingQueue queueCapacity: 5 rejectedHandlerType: AbortPolicy keepAliveTime: 60 preStartAllCoreThreads:...
### Environment * Dubbo version: 3.1.10 * Operating System version: MacOS 13.4 * Java version: zulu JDK 1.8.0_372 ### Steps to reproduce this issue server use BIDIRECTIONAL_STREAM mode with triple...
**BUG REPORT** 1. Please describe the issue you observed: 设置name-server hostNetwork 为false时,console的启动参数JAVA_OPTS=-Drocketmq.namesrv.addr=10.244.23.205:9876是一个不存在的集群pod Ip,而不是实际真实name-server的pod Ip,导致console无法正常访问集群而报错。 2. Please tell us about your environment: k8s 1.24.6 rocketmq 5.0.0 console: apacherocketmq/rocketmq-dashboard:1.0.0 3. cluster pod...
Error ``` java.lang.IncompatibleClassChangeError at java.base/jdk.internal.reflect.GeneratedConstructorAccessor759.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at java.base/java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:564) at java.base/java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:591) at java.base/java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:689) at com.intellij.concurrency.JobLauncherImpl.procInOrderAsync(JobLauncherImpl.java:548) at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$inspect$12(InspectionRunner.java:183) at com.intellij.codeInspection.InspectionEngine.withSession(InspectionEngine.java:248) at com.intellij.codeInsight.daemon.impl.InspectionRunner.inspect(InspectionRunner.java:142) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.collectInformationWithProgress(LocalInspectionsPass.java:144) at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:80)...
connect to server through WebSocket with SSL, the higress gateway response 503 Service Unavailable
### Ⅰ. Issue Description ```bash curl -v https://uass.dev.com * Trying 10.20.30.0:443... * Connected to uass.dev.com (10.20.30.0) port 443 (#0) * ALPN: offers h2,http/1.1 * (304) (OUT), TLS handshake, Client hello...
- 配置文件: ```yaml dynamictp: enabled: true enabledBanner: false enabledCollect: true # 是否开启监控指标采集 collectorTypes: # 监控数据采集器类型 - MICROMETER logPath: logs # 监控日志数据路径,默认 ${user.home}/logs,采集类型非jsonlog不用配置 monitorInterval: 5 # 监控时间间隔(报警判断、指标采集) dubboTp: # dubbo 线程池配置...