ctubbsii commented on PR #6457: URL: https://github.com/apache/accumulo/pull/6457#issuecomment-4848402881
There are a few other options we may want to look at for performance, too. In particular, the `option_type=jdk8` (which I intend to do in a subsequent PR, the `future_iface` (which may be interesting to use), and the `reuse_objects` (which might require turning back on the protective copies in the APIs). ```bash thrift -help 2>&1 | sed -n '/^\s\sjava\s/,/^\s\s\w/p' ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
