-
Notifications
You must be signed in to change notification settings - Fork 37
Description
My team ran an eclairjs-node app against the eclairjs/minimal-gateway docker container. we're fairly certain, based on discussions with the EclairJS team, that the docker container was dispatching jobs to a spark instance that was running inside of docker ( #103 ). Whenever we attempted to manipulate more than 20 rows of data at a time, our promises would never resolve and we wouldn't get data back. Based on the above conversation with the EclairJS team, we think that there is an Out-Of-Memory error happening on the Nashorn side somewhere.
Though such errors are difficult to handle, it would be lovely if there was an error. If that isn't feasible, a debugging guide for working with EclairJS would be useful for troubleshooting such problems.