Git Product home page Git Product logo

Comments (11)

soheilhy avatar soheilhy commented on June 22, 2024 1

I'm going to mark this bug as fixed. Please open if it flares up again.

from cmux.

sadlil avatar sadlil commented on June 22, 2024

ping @soheilhy

from cmux.

soheilhy avatar soheilhy commented on June 22, 2024

Please attach a pprof callgraph and I'll take a look. MatchWithWriters has higher CPU usage as it's doing a lot more work. It's not recommended to use it unless you really have broken clients that need this matcher.

from cmux.

tamalsaha avatar tamalsaha commented on June 22, 2024

cmux-callgraph.pdf

@soheilhy , I work with @sadlil . Here is a callgraph of this issue. It will be great if you can take a look.

from cmux.

enm10k avatar enm10k commented on June 22, 2024

I have the same problem on latest master branch: bb79a83465015a27a175925ebd155e660f55e9f1 .
After I stopped using MatchWithWriters, high CPU utilization was solved.
Is anyone working on this?

from cmux.

soheilhy avatar soheilhy commented on June 22, 2024

I'm not aware of any new issues. Do you have a profile or a call graph?

from cmux.

enm10k avatar enm10k commented on June 22, 2024

Do you have a profile or a call graph?

Not now. I will try to create a PoC.
Please wait a few days.

from cmux.

talgendler avatar talgendler commented on June 22, 2024

@soheilhy Perhaps when you send empty settings the clients can't handle that correctly, one can see that when debugging the server with GODEBUG=http2debug=2
Those 4 lines of code are in infinite loop

2018/01/29 17:19:31 http2: Framer 0xc4201fc2a0: wrote SETTINGS len=0
2018/01/29 17:19:31 http2: Framer 0xc420264000: read SETTINGS len=0
2018/01/29 17:19:31 http2: Framer 0xc420264000: wrote SETTINGS flags=ACK len=0
2018/01/29 17:19:31 http2: Framer 0xc4201fc2a0: read SETTINGS flags=ACK len=0
2018/01/29 17:19:31 http2: Framer 0xc4201fc2a0: wrote SETTINGS len=0
2018/01/29 17:19:31 http2: Framer 0xc420264000: read SETTINGS len=0
2018/01/29 17:19:31 http2: Framer 0xc420264000: wrote SETTINGS flags=ACK len=0
2018/01/29 17:19:31 http2: Framer 0xc4201fc2a0: read SETTINGS flags=ACK len=0
2018/01/29 17:19:31 http2: Framer 0xc4201fc2a0: wrote SETTINGS len=0
2018/01/29 17:19:31 http2: Framer 0xc420264000: read SETTINGS len=0
2018/01/29 17:19:31 http2: Framer 0xc420264000: wrote SETTINGS flags=ACK len=0
2018/01/29 17:19:31 http2: Framer 0xc4201fc2a0: read SETTINGS flags=ACK len=0
2018/01/29 17:19:31 http2: Framer 0xc4201fc2a0: wrote SETTINGS len=0
2018/01/29 17:19:31 http2: Framer 0xc420264000: read SETTINGS len=0
2018/01/29 17:19:31 http2: Framer 0xc420264000: wrote SETTINGS flags=ACK len=0
2018/01/29 17:19:31 http2: Framer 0xc4201fc2a0: read SETTINGS flags=ACK len=0
2018/01/29 17:19:31 http2: Framer 0xc4201fc2a0: wrote SETTINGS len=0

Both client and server are in go, the grpc-gateway is actually creating a local connection to the server so when it translates REST API calls the code call gRPC endpoint locally.

from cmux.

soheilhy avatar soheilhy commented on June 22, 2024

I think you've found the bug. Thank you.

Can you give the following patch a try? I think it should fix the issue.
e496b35

from cmux.

talgendler avatar talgendler commented on June 22, 2024

@soheilhy That solves it.
Thanks

from cmux.

soheilhy avatar soheilhy commented on June 22, 2024

Great thank you for the confirmation.

from cmux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.