-- Thrift fixes Summary: -- Made read buffering work (the buffer wasn't actually being used) -- TServer now extends TRunnable (useful for testing) -- Adding TLogging (the DEBUG and ERROR macros that we all know and love) Reviewed By: Slee