Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Grpc: received message larger than max (5797446 vs. 4194304) #384

Closed
bzz opened this issue Mar 21, 2019 · 1 comment
Closed

Grpc: received message larger than max (5797446 vs. 4194304) #384

bzz opened this issue Mar 21, 2019 · 1 comment
Assignees
Labels

Comments

@bzz
Copy link
Contributor

bzz commented Mar 21, 2019

Discovered as part of the bblfsh/bblfshd#268 (comment)

Some drivers (js, go, java, ruby) fail to parse big files with ``

This should have been fixed in #329 but for some reason seems to happen again.

From the logs it's not possible to identify the affected driver actual version numbers, until we have bblfsh/bblfshd#269

@bzz
Copy link
Contributor Author

bzz commented Apr 10, 2019

Test on 5.8 mb file - it works now 🎉

docker run --rm -it -p 9432:9432 bblfsh/javascript-driver:v2.7.3 --log-level=debug
wget https://raw.githubusercontent.com/prestodb/presto/master/presto-main/src/main/resources/webapp/dist/query.js
go get -v -u gopkg.in/bblfsh/client-go.v3/cmd/bblfsh-cli

bblfsh-cli query.js| wc -l
 726827

@bzz bzz closed this as completed Apr 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants