Thomas Marshall has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12297
Change subject: IMPALA-8138: Reintroduce rpc debugging options ...................................................................... IMPALA-8138: Reintroduce rpc debugging options In the past, we had fault injection options for backend rpcs implemented in ImpalaBackendClient. With the move the krpc, we lost some of those options. This patch reintroduces equivalent options, except that they now utilize the existing DebugAction framework, which is more flexible and powerful than the FAULT_INJECTION framework used previously. Change-Id: I2046cb9dadf846ea90c04e95781b2bbde3325941 --- M be/src/runtime/coordinator-backend-state.cc M be/src/runtime/coordinator-backend-state.h A be/src/runtime/krpc-backend-client.h M be/src/runtime/query-state.cc M be/src/runtime/query-state.h M be/src/service/control-service.cc M be/src/service/control-service.h M tests/query_test/test_cancellation.py 8 files changed, 72 insertions(+), 21 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/97/12297/1 -- To view, visit http://gerrit.cloudera.org:8080/12297 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2046cb9dadf846ea90c04e95781b2bbde3325941 Gerrit-Change-Number: 12297 Gerrit-PatchSet: 1 Gerrit-Owner: Thomas Marshall <[email protected]>
