Jean-Daniel Cryans has submitted this change and it was merged. Change subject: java: fix kudu-client builds with TSAN-only thirdparty ......................................................................
java: fix kudu-client builds with TSAN-only thirdparty This turned out to be somewhat messy as only newer versions of maven[1] allow profile activation when multiple conditions are true. I tested this via repeated calls to "mvn help:active-profiles" and "mvn clean compile" while hiding various combinations of my tsan, uninstrumented, and system protoc executables. 1. https://issues.apache.org/jira/browse/MNG-4565 Change-Id: I580d69507abf0e486fc8f3f364177d0a60b6382b Reviewed-on: http://gerrit.cloudera.org:8080/4577 Tested-by: Adar Dembo <[email protected]> Reviewed-by: Jean-Daniel Cryans <[email protected]> --- M java/kudu-client/pom.xml 1 file changed, 67 insertions(+), 15 deletions(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Adar Dembo: Verified -- To view, visit http://gerrit.cloudera.org:8080/4577 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I580d69507abf0e486fc8f3f364177d0a60b6382b Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]>
