starlight icon indicating copy to clipboard operation
starlight copied to clipboard

With the brpc processing, CPU cost will growth?

Open Zack-Ku opened this issue 4 years ago • 3 comments

After my program run for days , I find cpu cost much than beginning, and must restart the program. I use arthas find out when channel is inactive , brpc will clean the FastFutureStroe ,that cost 600ms avg .At the begging just cost few ms. image I check the code ,find maybe the slot id growth lead to it. When clean futArray, it may run mili times for one process. image image Is there a solution for it? Or Am I have something wrong using brpc?

Info: Java: 1.8 QPS: 10k+

Zack-Ku avatar Jul 29 '20 08:07 Zack-Ku

we have same problem.

sixbyter avatar Jul 30 '20 12:07 sixbyter

@wenweihu86 @wanghongfei Could you please take a look into this issue? I am not familiar with the FastFutureStore.

raptium avatar Aug 01 '20 08:08 raptium

Will it be fixed soon ???

h-zh-cn avatar Oct 29 '20 03:10 h-zh-cn