a364176773 opened a new issue, #9999:
URL: https://github.com/apache/dubbo/issues/9999

   <!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
   
   - [ ] 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.x版本皆存在
   * Operating System version: windows 11
   * Java version: 8
   
   ### Steps to reproduce this issue
   
   1. 在provider protocol中配置heartbeat 如    <dubbo:protocol name="dubbo" 
port="-1" heartbeat="3000"/>
   2. 启动对应consumer
   3. debug 
发现NettyClient(是4版本的NettyClient)的initBootstrap,会发现url中并没有heartbeat参数,读取不到采用了默认的60s作为IdleStateHandler的readerIdleTime值,等于heartbeat失效了
   debug排查看过provider是有heartbeat,但是在buildserbiceinstance的时候舍弃了该值
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Behavior
   
   <!-- What do you expect from the above steps?-->
   
   ### Actual Behavior
   
   <!-- What actually happens? -->
   
   If there is an exception, please attach the exception trace:
   
   ```
   Just put your stack trace here!
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to