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

s3 worker crashing (assertion error) #548

Closed
msegura opened this issue Jan 22, 2017 · 7 comments
Closed

s3 worker crashing (assertion error) #548

msegura opened this issue Jan 22, 2017 · 7 comments

Comments

@msegura
Copy link

msegura commented Jan 22, 2017

It seems the s3 worker process might be crashing. This could be related to a metadata outage.

The stack trace is :

{"name":"S3",","error":"null == true","stack":"
AssertionError: null == true
    at process.target._send (internal/child_process.js:519:5)
    at process.<anonymous> (internal/child_process.js:485:12)
    at emitTwo (events.js:92:20)
    at process.emit (events.js:172:7)
    at internal/child_process.js:696:12
    at nextTickCallbackWith0Args (node.js:420:9)
    at process._tickCallback (node.js:349:13)
","level":"fatal","message":"caught error","hostname":"redacted","}
@ploki
Copy link
Contributor

ploki commented Jan 22, 2017

Seems related to nodejs/node#4205

@ploki
Copy link
Contributor

ploki commented Jan 22, 2017

fixed in node by this commit nodejs/node@57a51a0

this is include in node 4.5.0

@ploki
Copy link
Contributor

ploki commented Jan 23, 2017

seems to be related to #546

@farias-m
Copy link

farias-m commented Jan 23, 2017

Attached S3 log for 10.64.50.106 approx one minute prior to event at

1485099379670

Assuming that this timestamp is in milliseconds:
GMT: Sun, 22 Jan 2017 15:36:19.670 GMT
Your time zone: 1/22/2017, 7:36:19 AM GMT-8:00

Added to VPN (below)
/home/public/mc/548.minute.prior.txt

@vrancurel
Copy link
Contributor

It is included in 6.0 onwards

@ploki
Copy link
Contributor

ploki commented Jan 23, 2017

@vrancurel and since v4.2.5

@LaurenSpiegel
Copy link
Contributor

LaurenSpiegel commented Jan 30, 2017

per discussion with @ploki there still seems to be a race condition in node around here:
https://github.com/nodejs/node/pull/4418/files#diff-f45eb699237c2e38dc9b49b588933c11R519

This should only occur for us when we are killing workers which only happens due to another problem. So this is only a secondary effect that should happen rarely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants