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

Crash on large fetch #65

Closed
nyurik opened this issue Apr 25, 2018 · 2 comments
Closed

Crash on large fetch #65

nyurik opened this issue Apr 25, 2018 · 2 comments

Comments

@nyurik
Copy link

nyurik commented Apr 25, 2018

Recently Kibana had a huge pull request merge. Running backport afterwards resulted in this stack trace. Subsequent running kinda got it back in order.

$ ./node_modules/.bin/backport 
? Select commit to backport Bumped Vega lib version to 3.3.1 (#17829)
? Select branch to backport to 6.x
Backporting #17829 to 6.x
✖ Pulling latest changes
{ Error: stdout maxBuffer exceeded
    at Socket.<anonymous> (child_process.js:252:14)
    at emitOne (events.js:96:13)
    at Socket.emit (events.js:188:7)
    at readableAddChunk (_stream_readable.js:176:18)
    at Socket.Readable.push (_stream_readable.js:134:10)
    at Pipe.onread (net.js:547:20)
  cmd: 'git reset --hard && git clean -d --force && git checkout master && git pull origin master' }
@sorenlouv
Copy link
Owner

sorenlouv commented Apr 26, 2018

Thanks for the heads up. Node's exec could be replaced with spawn but bumping maxBuffer should fix it for now.

@sorenlouv
Copy link
Owner

Published as 3.0.2

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

2 participants