Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected exception raised in websocket #4344

Closed
haohedev opened this issue Apr 9, 2020 · 3 comments
Closed

Unexpected exception raised in websocket #4344

haohedev opened this issue Apr 9, 2020 · 3 comments
Labels
c/server Related to server support/needs-action support ticket that requires action by team

Comments

@haohedev
Copy link

haohedev commented Apr 9, 2020

image

@haohedev
Copy link
Author

haohedev commented Apr 9, 2020

The Hasura version is v1.1.1

@tirumaraiselvan
Copy link
Contributor

@haohedev Thanks for the report.

Is there any repro you can provide?

@tirumaraiselvan tirumaraiselvan added support/needs-more-info Needs more details/info/repro instructions c/server Related to server labels Apr 9, 2020
@haohedev
Copy link
Author

haohedev commented Apr 9, 2020

image

Before April 2nd, the version I was using was 1.1.0. It can be seen from the chart that there will be a memory leak, but the container will automatically restart. This is similar to the #4077 problem. After I used version 1.1.1, it seems that the problem is solved. But today a process of containers turning into zombies emerged. Now I added a liveness probe, I hope it works.
The scenario used by Hasura is the subscription data change, which is displayed on the front end. There will be programs that write data directly to the database.
Sorry for my english, i use google translate

@tirumaraiselvan tirumaraiselvan added support/needs-action support ticket that requires action by team and removed support/needs-more-info Needs more details/info/repro instructions labels Apr 10, 2020
jberryman pushed a commit to jberryman/graphql-engine that referenced this issue Apr 22, 2020
This also seems to squash a stubborn space leak we see with
subscriptions (linking to canonical hasura#3388 for reference).

This may also fix some of the "Unexpected exception" websockets
exceptions we are now surfacing (see e.g. hasura#4344)

Also: dev.sh: fix hpc reporting
jberryman pushed a commit to jberryman/graphql-engine that referenced this issue Apr 23, 2020
This also seems to squash a stubborn space leak we see with
subscriptions (linking to canonical hasura#3388 for reference).

This may also fix some of the "Unexpected exception" websockets
exceptions we are now surfacing (see e.g. hasura#4344)

Also: dev.sh: fix hpc reporting
jberryman pushed a commit to jberryman/graphql-engine that referenced this issue Apr 27, 2020
This also seems to squash a stubborn space leak we see with
subscriptions (linking to canonical hasura#3388 for reference).

This may also fix some of the "Unexpected exception" websockets
exceptions we are now surfacing (see e.g. hasura#4344)

Also: dev.sh: fix hpc reporting
jberryman added a commit to jberryman/graphql-engine that referenced this issue Apr 27, 2020
…asura#4344

...hopefully. At least I no longer can easily induce any unexpected
exceptions after this and the GHC 8.10 + libs upgrade commit.
jberryman added a commit to jberryman/graphql-engine that referenced this issue Apr 29, 2020
This also seems to squash a stubborn space leak we see with
subscriptions (linking to canonical hasura#3388 for reference).

This may also fix some of the "Unexpected exception" websockets
exceptions we are now surfacing (see e.g. hasura#4344)

Also: dev.sh: fix hpc reporting
jberryman added a commit to jberryman/graphql-engine that referenced this issue Apr 29, 2020
…asura#4344

...hopefully. At least I no longer can easily induce any unexpected
exceptions after this and the GHC 8.10 + libs upgrade commit.
jberryman added a commit to jberryman/graphql-engine that referenced this issue Apr 29, 2020
This also seems to squash a stubborn space leak we see with
subscriptions (linking to canonical hasura#3388 for reference).

This may also fix some of the "Unexpected exception" websockets
exceptions we are now surfacing (see e.g. hasura#4344)

Also: dev.sh: fix hpc reporting
jberryman added a commit to jberryman/graphql-engine that referenced this issue Apr 29, 2020
…asura#4344

...hopefully. At least I no longer can easily induce any unexpected
exceptions after this and the GHC 8.10 + libs upgrade commit.
jberryman added a commit to jberryman/graphql-engine that referenced this issue Apr 29, 2020
This also seems to squash a stubborn space leak we see with
subscriptions (linking to canonical hasura#3388 for reference).

This may also fix some of the "Unexpected exception" websockets
exceptions we are now surfacing (see e.g. hasura#4344)

Also: dev.sh: fix hpc reporting

Initial work on this done by Vamshi.
jberryman added a commit to jberryman/graphql-engine that referenced this issue Apr 29, 2020
…asura#4344

...hopefully. At least I no longer can easily induce any unexpected
exceptions after this and the GHC 8.10 + libs upgrade commit.
jberryman added a commit to jberryman/graphql-engine that referenced this issue May 12, 2020
This also seems to squash a stubborn space leak we see with
subscriptions (linking to canonical hasura#3388 for reference).

This may also fix some of the "Unexpected exception" websockets
exceptions we are now surfacing (see e.g. hasura#4344)

Also: dev.sh: fix hpc reporting

Initial work on this done by Vamshi.
jberryman added a commit to jberryman/graphql-engine that referenced this issue May 12, 2020
…asura#4344

...hopefully. At least I no longer can easily induce any unexpected
exceptions after this and the GHC 8.10 + libs upgrade commit.
jberryman added a commit to jberryman/graphql-engine that referenced this issue May 13, 2020
This also seems to squash a stubborn space leak we see with
subscriptions (linking to canonical hasura#3388 for reference).

This may also fix some of the "Unexpected exception" websockets
exceptions we are now surfacing (see e.g. hasura#4344)

Also: dev.sh: fix hpc reporting

Initial work on this done by Vamshi.
jberryman added a commit to jberryman/graphql-engine that referenced this issue May 13, 2020
…asura#4344

...hopefully. At least I no longer can easily induce any unexpected
exceptions after this and the GHC 8.10 + libs upgrade commit.
jberryman added a commit to jberryman/graphql-engine that referenced this issue May 13, 2020
This also seems to squash a stubborn space leak we see with
subscriptions (linking to canonical hasura#3388 for reference).

This may also fix some of the "Unexpected exception" websockets
exceptions we are now surfacing (see e.g. hasura#4344)

Also: dev.sh: fix hpc reporting

Initial work on this done by Vamshi.
shahidhk pushed a commit that referenced this issue May 29, 2020
This also seems to squash a stubborn space leak we see with
subscriptions (linking to canonical #3388 for reference).

This may also fix some of the "Unexpected exception" websockets
exceptions we are now surfacing (see e.g. #4344)

Also: dev.sh: fix hpc reporting

Initial work on this done by Vamshi.
shahidhk pushed a commit that referenced this issue May 29, 2020
…4344

...hopefully. At least I no longer can easily induce any unexpected
exceptions after this and the GHC 8.10 + libs upgrade commit.
stevefan1999-personal pushed a commit to stevefan1999-personal/graphql-engine that referenced this issue Sep 12, 2020
This also seems to squash a stubborn space leak we see with
subscriptions (linking to canonical hasura#3388 for reference).

This may also fix some of the "Unexpected exception" websockets
exceptions we are now surfacing (see e.g. hasura#4344)

Also: dev.sh: fix hpc reporting

Initial work on this done by Vamshi.
stevefan1999-personal pushed a commit to stevefan1999-personal/graphql-engine that referenced this issue Sep 12, 2020
…asura#4344

...hopefully. At least I no longer can easily induce any unexpected
exceptions after this and the GHC 8.10 + libs upgrade commit.
karthikvt26 pushed a commit to karthikvt26/graphql-engine that referenced this issue Nov 17, 2020
This also seems to squash a stubborn space leak we see with
subscriptions (linking to canonical hasura#3388 for reference).

This may also fix some of the "Unexpected exception" websockets
exceptions we are now surfacing (see e.g. hasura#4344)

Also: dev.sh: fix hpc reporting

Initial work on this done by Vamshi.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/server Related to server support/needs-action support ticket that requires action by team
Projects
None yet
Development

No branches or pull requests

2 participants