GithubHelp home page GithubHelp logo

GOAWAY session_timed_out about pigeon HOT 8 CLOSED

codedge-llc avatar codedge-llc commented on May 20, 2024
GOAWAY session_timed_out

from pigeon.

Comments (8)

hpopp avatar hpopp commented on May 20, 2024

In the process of fixing on the reconnect-fix branch. FCM likes to close connections after a few minutes or so, which creates an infinite loop of reconnects (and eventually maxes out CPU).

New intended behavior:
FCM workers will gracefully drop the connection on close and only attempt to connect when there are new pushes to send. This will wipe the existing queue and reset stream IDs, but I think these disconnects are happening due to inactivity, so there shouldn't be pending pushes anyway.

@cstar

from pigeon.

asgoel avatar asgoel commented on May 20, 2024

shouldn't we just make the default ping period lower then?

from pigeon.

hpopp avatar hpopp commented on May 20, 2024

Tried variations down to 5 minutes with no luck. I'm not sure it respects pings, or when it does, GOAWAY, ENHANCE_YOUR_CALM, too_many_pings start showing up in the logs. The connection intervals seem to get shorter with every subsequent reconnect, and right about 45 minutes after the initial connection it's closing and reconnecting so fast it overloads everything.

from pigeon.

asgoel avatar asgoel commented on May 20, 2024

Interesting... Dumb question, but I can't find any official documentation on whether FCM supports HTTP/2. Is this just an enhancement you've tried to make, and thus why we are running into so many problems?

from pigeon.

hpopp avatar hpopp commented on May 20, 2024

@cstar wrote the initial implementation. The API works fine except for the reconnect issue, which I'm guessing is due to FCM servers not wanting to persist socket connections until the API is public.

I didn't discover it until I started rolling out onto some staging servers this morning. I should have the patch up pretty soon.

from pigeon.

0x6e6562 avatar 0x6e6562 commented on May 20, 2024

@hpopp I'm seeing this sporadically using pigeon 1.1.0 (c0d18bf) and kabadra 0.3.2 (d7afbcfa):

[error] Got GOAWAY, NO_ERROR, Last Stream: 0, Rest: session_timed_out

With various different stream ids.

Should I be looking into the details of this, or is the session time out just business as usual?

from pigeon.

hpopp avatar hpopp commented on May 20, 2024

FCM closes the connection after idling for a minute or two. No big deal, it just reopens the next time a push is sent.

I should probably have Kadabra disable logging by default.

from pigeon.

0x6e6562 avatar 0x6e6562 commented on May 20, 2024

Thanks for the heads up - there doesn't appear to be any material impact on message delivery in any case, so we can just treat this as an ignorable log message.

from pigeon.

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.