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

Sequencing service crashes attempting to process command expansion #1602

Open
parkerabercrombie opened this issue Nov 12, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working clipper Requests from the Europa Clipper project

Comments

@parkerabercrombie
Copy link

Checked for duplicates

No - I haven't checked

Is this a regression?

No - This is a new bug

Version

2.11.2

Describe the bug

The Aerie sequencing service is crashing when attempting to expand one of our plans. We attempted to expand the plan, observed that the request seems to be hung and the server memory pegged at 93%. We restarted the service and re-submitted the expansion request. Again the request seemed to hang and the service seemed to crash and restart itself. On the third attempt the expansion succeeded.

Reproduction

Has occurred on 2/3 attempts to expand our cruise002 plan.

Logs

This error appears in logs (not sure if related to crash):

2024-11-12 14:48:33.813	
    at trimPrefix (/app/node_modules/router/index.js:330:13)

2024-11-12 14:48:33.813	
    at Layer.handleRequest (/app/node_modules/router/lib/layer.js:101:15)
2024-11-12 14:48:33.813	
    at jsonParser (/app/node_modules/body-parser/lib/types/json.js:110:7)
2024-11-12 14:48:33.813	
    at next (/app/node_modules/router/index.js:282:5)
2024-11-12 14:48:33.813	
    at processParams (/app/node_modules/router/index.js:568:12)
2024-11-12 14:48:33.813	
    at /app/node_modules/router/index.js:291:7
2024-11-12 14:48:33.813	
    at trimPrefix (/app/node_modules/router/index.js:330:13)
2024-11-12 14:48:33.813	
    at Layer.handleRequest (/app/node_modules/router/lib/layer.js:101:15)
2024-11-12 14:48:33.813	
    at file:///app/build/app.js:54:62
2024-11-12 14:48:33.813	
    at getHasuraSession (file:///app/build/utils/hasura.js:57:11)
2024-11-12 14:48:33.813	
Error: Could not determine the user sending the request
2024-11-12 14:48:33.813	
ERROR app - Could not determine the user sending the request

Full log
Aerie Sequencing Logs-data-2024-11-12 15_31_27.csv



### System Info

```shell
Chrome

Severity

Critical

@parkerabercrombie parkerabercrombie added bug Something isn't working clipper Requests from the Europa Clipper project labels Nov 12, 2024
@github-project-automation github-project-automation bot moved this to Todo in Aerie Nov 12, 2024
@dandelany dandelany moved this from Todo to In Progress in Aerie Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working clipper Requests from the Europa Clipper project
Projects
Status: In Progress
Development

No branches or pull requests

2 participants