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
Modify DefaultMaxOutstandingRequestBytes to fix OOM (#1287)
30MB for most jobs, which are allowed up to 1.5G heap.
300MB for BigQuery loads, which are allowed up to 15G heap.
Add script for benchmarking Pioneer decryption (#1275)
* Add class for generating encoded pings with beam
* Avoid using beam due to large overhead
* Add scaffolding for keys and encrypting messages
* Implement method to encrypt data
* Add metadata and keys
* Export MAVEN_OPTS
* wip: running local beam job`
* Upate benchmarking script for running locally
Running locally takes a long time, I don't recommend it.
* Include private key inside of generator
* Add final benchmarking script
* Move script to bin
* Fix checkstyle issues
* Address review