Tags: cinchapi/concourse
Tags
ConnectionPool auto healing (#569) * add method to check for whether a Concourse client is failed * For Thrift driver, reset MAX_MESSAGE_SIZE to pre-0.14 thrift unbounded setting and add logic to catch transport exceptions and mark the client as failed * add autohealing logic to ConnectionPool to replace failed connections when they are returned to the pool * add unit tests : * update changelog * fix formatting * ForwardConcourse should foward the failed method * slight stylistic refactor * add documentation as to what's going on
Remove unnecessary intermediate data gathering when sorting (#479) * Remove unnecessary intermediate data gathering when sorting * add performance test * Revert "Remove unnecessary intermediate data gathering when sorting" This reverts commit cb794a6. * Revert "Revert "Remove unnecessary intermediate data gathering when sorting"" This reverts commit 28f6417. * add more tests * formatting * Update changelog
PreviousNext