ctubbsii opened a new pull request #490: Update to Thrift 0.11.0
URL: https://github.com/apache/accumulo/pull/490
 
 
   Remove workarounds for bugs fixed in 0.11.0:
   * Remove workaround for spammy debug print statement (THRIFT-4062)
   * Remove workaround for unused imports in enums (THRIFT-4073)
   * Remove RpcWrapper (more details below)
   
   ***
   RpcWrapper was added in ACCUMULO-2950 to catch server-side
   RuntimeExceptions and notify the client with a TApplicationException, as
   in Thrift 0.9.0 (See THRIFT-1805). It is no longer needed since a flag
   was added to the generator to optionally handle RuntimeExceptions this
   way, which we now set in our generate-thrift.sh.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to