basho / riak-erlang-client

The Riak client for Erlang.
Apache License 2.0
311 stars 188 forks source link

WIP: Improve timeout code #347

Closed lukebakken closed 7 years ago

lukebakken commented 7 years ago
thumbot commented 7 years ago
features/lrb/consistent-timeout-handling 1a4e1ee :arrow_right: develop 09beedf :clock1: in_progress
thumbot commented 7 years ago
features/lrb/consistent-timeout-handling 1a4e1ee :arrow_right: develop 09beedf :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-01-19 15:06 > Duration: 1 seconds. > Result: OK > Message: Merge Success: features/lrb/consistent-timeout-handling 1a4e1eedb3ab373ebfc99daa3f5d9091254fea8c onto target branch: develop 09beedfc1fe8dc3f6459e2d3820defad3fff9859 > Exit Code: OK > :page_facing_up:

``` Updating 09beedf..1a4e1ee Fast-forward (no commit created; -m option ignored) include/riakc.hrl | 15 ---- src/riakc_pb_socket.erl | 217 +++++++++++++++++------------------------------- src/riakc_timeout.erl | 134 ++++++++++++++++++++++++++++++ src/riakc_ts.erl | 6 +- tools | 2 +- 5 files changed, 214 insertions(+), 160 deletions(-) create mode 100644 src/riakc_timeout.erl ``` --------------------------------------------------
thumbot commented 7 years ago
features/lrb/consistent-timeout-handling 4524651 :arrow_right: develop 09beedf :white_check_mark: completed
Looks good! :+1:
:white_check_mark: MERGE

> Started at: 2017-01-20 13:39 > Duration: 0 seconds. > Result: OK > Message: Merge Success: features/lrb/consistent-timeout-handling 452465162ab2bbf7163fb599e8b24d0456409115 onto target branch: develop 09beedfc1fe8dc3f6459e2d3820defad3fff9859 > Exit Code: OK > :page_facing_up:

``` Updating 09beedf..4524651 Fast-forward (no commit created; -m option ignored) include/riakc.hrl | 15 --- src/riakc_pb_socket.erl | 302 +++++++++++++++++------------------------------- src/riakc_timeout.erl | 132 +++++++++++++++++++++ src/riakc_ts.erl | 8 +- tools | 2 +- 5 files changed, 242 insertions(+), 217 deletions(-) create mode 100644 src/riakc_timeout.erl ``` --------------------------------------------------
lukebakken commented 7 years ago

Closing because really these need to be backwards-incompatible changes.