kudu git commit: KuduSession: do not advertise thread-safety

2016-08-24 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master c1aecf217 -> 2976b2a2c KuduSession: do not advertise thread-safety Do not advertise thread-safety of KuduSession methods for the Kudu C++ client, even if they are thread-safe de facto. This is to have one set of semantics for both C++ and

kudu git commit: Replace incubator-kudu links with kudu in docs

2016-08-24 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master d911b304d -> c1aecf217 Replace incubator-kudu links with kudu in docs A number of docs were referring to the old incubator link: https://github.com/apache/incubator-kudu As opposed to the new, non-incubator link.

[1/2] kudu git commit: cfile-test: some test micro-optimization to avoid timeouts

2016-08-09 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master 0348499e3 -> acf093c18 cfile-test: some test micro-optimization to avoid timeouts It turns out that SCOPED_TRACE is relatively slow. Removing some SCOPED_TRACE in hot parts of the test speeds some of the test cases up by almost 2x in ASAN

[2/3] incubator-kudu git commit: Doxygen for C++ client API

2016-07-22 Thread danburkert
http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/3cb390e3/src/kudu/client/client.h -- diff --git a/src/kudu/client/client.h b/src/kudu/client/client.h index 710768c..31fb630 100644 --- a/src/kudu/client/client.h +++

[3/3] incubator-kudu git commit: Doxygen for C++ client API

2016-07-22 Thread danburkert
Doxygen for C++ client API If doxygen is available, build 'doxygen' taget to generate Doxygen docs from client.h and other Kudu C++ client API files, After the target is built, open ${CMAKE_CURRENT_BINARY_DIR}/docs/doxygen/client_api/html/index.html in your favorite browser to see the generated

[1/3] incubator-kudu git commit: Doxygen for C++ client API

2016-07-22 Thread danburkert
Repository: incubator-kudu Updated Branches: refs/heads/master 3dd0ad2aa -> 3cb390e38 http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/3cb390e3/src/kudu/util/CMakeLists.txt -- diff --git

<    2   3   4   5   6   7