apache / dubbo-getty

a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Apache License 2.0
218 stars 69 forks source link

Fix: remove gost timer to fix high cpu usage problem #95

Closed LaurenceLiZhixin closed 2 years ago

LaurenceLiZhixin commented 2 years ago

What this PR does: remove gost/timer to fix high cpu usage problem

AlexStocks commented 2 years ago

目标分支不建议设定为 master,这个 pr 的问题处理完,暂时不合并,我在 remove-timer 里面暂时打个 tag 给你使用

LaurenceLiZhixin commented 2 years ago

@AlexStocks 提到的问题已修复,打一个tag吧,然后我关掉这个pr,更新到dubbogo。

codecov-commenter commented 2 years ago

Codecov Report

Merging #95 (8af010f) into master (ceb444b) will decrease coverage by 0.07%. The diff coverage is 35.00%.

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
- Coverage   67.98%   67.91%   -0.08%     
==========================================
  Files           8        8              
  Lines        1515     1521       +6     
==========================================
+ Hits         1030     1033       +3     
- Misses        382      385       +3     
  Partials      103      103              
Impacted Files Coverage Δ
server.go 67.88% <0.00%> (ø)
client.go 71.53% <14.28%> (ø)
session.go 66.36% <50.00%> (-0.18%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ceb444b...8af010f. Read the comment docs.