You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' }
The text was updated successfully, but these errors were encountered:
Recently Kibana had a huge pull request merge. Running backport afterwards resulted in this stack trace. Subsequent running kinda got it back in order.
The text was updated successfully, but these errors were encountered: