You are viewing a plain text version of this content. The canonical link for it is here.
- [1/3] kudu git commit: [tools] Use PrintTable to format ksck's consensus matrix - posted by mp...@apache.org on 2017/06/01 20:50:59 UTC, 0 replies.
- [2/3] kudu git commit: consensus: Get rid of LockFor*() methods - posted by mp...@apache.org on 2017/06/01 20:51:00 UTC, 0 replies.
- [3/3] kudu git commit: consensus: Add DCHECK(is_locked()) in all unlocked methods - posted by mp...@apache.org on 2017/06/01 20:51:01 UTC, 0 replies.
- [1/2] kudu git commit: [client-test] fix for TestLastErrorEmbeddedInScanTimeoutStatus - posted by al...@apache.org on 2017/06/01 22:59:42 UTC, 0 replies.
- [2/2] kudu git commit: [consensus_queue] fix race in UpdateLagMetrics() - posted by al...@apache.org on 2017/06/01 22:59:43 UTC, 0 replies.
- [1/2] kudu git commit: ts_recovery-itest: bump timeouts - posted by mp...@apache.org on 2017/06/02 02:27:03 UTC, 0 replies.
- [2/2] kudu git commit: tablet: Get rid of TabletStatusListener - posted by mp...@apache.org on 2017/06/02 02:27:04 UTC, 0 replies.
- kudu git commit: consensus: Remove Consensus interface - posted by mp...@apache.org on 2017/06/02 18:47:09 UTC, 0 replies.
- kudu git commit: Bump LLVM to 4.0.0 - posted by da...@apache.org on 2017/06/03 02:24:01 UTC, 0 replies.
- kudu git commit: Bump version to 1.4.0 (non-SNAPSHOT) - posted by to...@apache.org on 2017/06/05 05:22:19 UTC, 0 replies.
- [kudu] Git Push Summary - posted by to...@apache.org on 2017/06/05 05:24:03 UTC, 2 replies.
- svn commit: r19877 - in /dev/kudu: apache-kudu-1.4.0.tar.gz apache-kudu-1.4.0.tar.gz.asc apache-kudu-1.4.0.tar.gz.md5 apache-kudu-1.4.0.tar.gz.sha - posted by to...@apache.org on 2017/06/05 05:24:49 UTC, 0 replies.
- svn commit: r19878 - in /dev/kudu: ./ 1.4.0-RC1/ - posted by to...@apache.org on 2017/06/05 05:37:32 UTC, 0 replies.
- [1/2] kudu git commit: KUDU-1952 Remove round-robin for block placement - posted by dr...@apache.org on 2017/06/05 17:38:43 UTC, 0 replies.
- [2/2] kudu git commit: KUDU-1952 Remove round-robin for block placement - posted by dr...@apache.org on 2017/06/05 17:38:44 UTC, 0 replies.
- kudu git commit: [java-client] update protoc maven plugin - posted by da...@apache.org on 2017/06/05 17:59:35 UTC, 0 replies.
- kudu git commit: Add a workaround for LSAN bug #757 - posted by mp...@apache.org on 2017/06/05 21:06:31 UTC, 0 replies.
- kudu git commit: [tools] Use PrintTable to format ksck's consensus matrix - posted by da...@apache.org on 2017/06/06 00:24:15 UTC, 0 replies.
- kudu git commit: Bump googletest - posted by da...@apache.org on 2017/06/06 00:24:17 UTC, 0 replies.
- kudu git commit: external minicluster: expand EMC dir usage - posted by mp...@apache.org on 2017/06/06 01:38:37 UTC, 0 replies.
- kudu git commit: tool: add a 'pbc edit' command - posted by to...@apache.org on 2017/06/06 05:50:34 UTC, 0 replies.
- kudu git commit: Add script to run clang-tidy against a patch - posted by to...@apache.org on 2017/06/06 05:55:46 UTC, 0 replies.
- kudu git commit: KUDU-2020: tserver failure causes multiple tablet copy operations per under-replicated tablet - posted by to...@apache.org on 2017/06/06 06:18:27 UTC, 0 replies.
- kudu git commit: [ExternalDaemon] return non-OK if no process to pause/resume - posted by al...@apache.org on 2017/06/06 06:57:54 UTC, 0 replies.
- kudu git commit: build-and-test.sh: only rerun Spark tests if Java build passes - posted by ad...@apache.org on 2017/06/06 20:30:10 UTC, 0 replies.
- [1/2] kudu git commit: block placement: test DataDirGroups on old servers - posted by dr...@apache.org on 2017/06/07 14:19:16 UTC, 0 replies.
- [2/2] kudu git commit: util: add fault injection of EIOs - posted by dr...@apache.org on 2017/06/07 14:19:17 UTC, 0 replies.
- kudu git commit: log-rolling-itest: delete test files when test ends - posted by dr...@apache.org on 2017/06/07 14:21:46 UTC, 0 replies.
- kudu git commit: Release notes for Kudu 1.4 - posted by to...@apache.org on 2017/06/08 21:12:33 UTC, 0 replies.
- [1/4] kudu git commit: Java: fix git worktree compatibility - posted by to...@apache.org on 2017/06/08 21:12:37 UTC, 0 replies.
- [2/4] kudu git commit: Release notes for Kudu 1.4 - posted by to...@apache.org on 2017/06/08 21:12:38 UTC, 0 replies.
- [3/4] kudu git commit: [catalog_manager_tsk-itest] remove KUDU-1294 workaround - posted by to...@apache.org on 2017/06/08 21:12:39 UTC, 0 replies.
- [4/4] kudu git commit: codegen: fix regression in inlining after LLVM 4.0 upgrade - posted by to...@apache.org on 2017/06/08 21:12:40 UTC, 0 replies.
- kudu git commit: Temporary workaround for KUDU-1959 (race when selecting rowsets) - posted by to...@apache.org on 2017/06/08 22:56:14 UTC, 0 replies.
- [1/5] kudu git commit: Fix false positive clang-tidy warning when using gtest - posted by to...@apache.org on 2017/06/08 22:56:16 UTC, 0 replies.
- [2/5] kudu git commit: build: make the failure summary nicer formatting - posted by to...@apache.org on 2017/06/08 22:56:17 UTC, 0 replies.
- [3/5] kudu git commit: Temporary workaround for KUDU-1959 (race when selecting rowsets) - posted by to...@apache.org on 2017/06/08 22:56:18 UTC, 0 replies.
- [4/5] kudu git commit: log_block_manager: fix corruption after re-opening compacted metadata - posted by to...@apache.org on 2017/06/08 22:56:19 UTC, 0 replies.
- [5/5] kudu git commit: tool: add a 'local-replica cmeta set-term' tool - posted by to...@apache.org on 2017/06/08 22:56:20 UTC, 0 replies.
- kudu git commit: log_block_manager: fix corruption after re-opening compacted metadata - posted by to...@apache.org on 2017/06/09 00:12:29 UTC, 0 replies.
- kudu git commit: benchmarks: add set -o pipefail - posted by to...@apache.org on 2017/06/09 00:12:31 UTC, 0 replies.
- kudu git commit: [security-faults-itest] update expected error message - posted by al...@apache.org on 2017/06/09 01:38:37 UTC, 0 replies.
- svn commit: r19952 - in /dev/kudu: 1.4.0-RC1/ 1.4.0-RC2/ 1.4.0-RC2/apache-kudu-1.4.0.tar.gz 1.4.0-RC2/apache-kudu-1.4.0.tar.gz.asc 1.4.0-RC2/apache-kudu-1.4.0.tar.gz.md5 1.4.0-RC2/apache-kudu-1.4.0.tar.gz.sha - posted by to...@apache.org on 2017/06/09 02:02:12 UTC, 0 replies.
- [1/4] kudu git commit: Fix various use-after-move errors - posted by da...@apache.org on 2017/06/09 20:28:48 UTC, 0 replies.
- [2/4] kudu git commit: Enable move constructors for protobufs - posted by da...@apache.org on 2017/06/09 20:28:49 UTC, 0 replies.
- [3/4] kudu git commit: Fix all 'misc-string-compare' warnings from clang-tidy - posted by da...@apache.org on 2017/06/09 20:28:50 UTC, 0 replies.
- [4/4] kudu git commit: Tweak build-and-test.sh to fix spark1 test failures - posted by da...@apache.org on 2017/06/09 20:28:51 UTC, 0 replies.
- [1/4] kudu git commit: [webui] Fix placement of tombstone tablet blurb - posted by ad...@apache.org on 2017/06/10 00:29:20 UTC, 0 replies.
- [2/4] kudu git commit: [tools] Rename `kudu test` to `kudu perf` - posted by ad...@apache.org on 2017/06/10 00:29:21 UTC, 0 replies.
- [3/4] kudu git commit: Fix misc-string-* clang-tidy warnings - posted by ad...@apache.org on 2017/06/10 00:29:22 UTC, 0 replies.
- [4/4] kudu git commit: KUDU-1442 log number of open log block containers - posted by ad...@apache.org on 2017/06/10 00:29:23 UTC, 0 replies.
- kudu git commit: KUDU-2037 fix flake in ts_recovery-itest - posted by to...@apache.org on 2017/06/12 18:17:04 UTC, 0 replies.
- [1/4] kudu git commit: [python] Fix undefined TimeoutError in tests - posted by to...@apache.org on 2017/06/12 23:22:43 UTC, 0 replies.
- [2/4] kudu git commit: tidy: enable some identifier naming rules - posted by to...@apache.org on 2017/06/12 23:22:44 UTC, 0 replies.
- [3/4] kudu git commit: tidy: enable rule for constant naming - posted by to...@apache.org on 2017/06/12 23:22:45 UTC, 0 replies.
- [4/4] kudu git commit: Use the same replica selection when adding a server as table creation - posted by to...@apache.org on 2017/06/12 23:22:46 UTC, 0 replies.
- kudu git commit: KUDU-2004. Undefined behavior in TlsSocket::Writev() - posted by mp...@apache.org on 2017/06/13 00:59:09 UTC, 0 replies.
- [1/5] kudu git commit: maintenance_manager: allow runtime disabling via flag - posted by to...@apache.org on 2017/06/13 16:10:19 UTC, 0 replies.
- [2/5] kudu git commit: tidy: add and fix modernize-make-shared - posted by to...@apache.org on 2017/06/13 16:10:20 UTC, 0 replies.
- [3/5] kudu git commit: tidy: add and fix modernize-use-emplace and shrink-to-fit - posted by to...@apache.org on 2017/06/13 16:10:21 UTC, 0 replies.
- [4/5] kudu git commit: tidy: add and fix modernize-use-emplace and shrink-to-fit - posted by to...@apache.org on 2017/06/13 16:10:22 UTC, 0 replies.
- [5/5] kudu git commit: tidy: add and fix modernize-pass-by-value - posted by to...@apache.org on 2017/06/13 16:10:23 UTC, 0 replies.
- svn commit: r20022 - /dev/kudu/1.4.0-RC2/ /release/kudu/1.4.0/ - posted by to...@apache.org on 2017/06/13 17:34:15 UTC, 0 replies.
- kudu git commit: [java] fixed checkstyle warnings - posted by al...@apache.org on 2017/06/13 19:06:13 UTC, 0 replies.
- kudu git commit: Bump version to 1.4.1-SNAPSHOT - posted by ad...@apache.org on 2017/06/14 00:17:48 UTC, 0 replies.
- [1/3] kudu git commit: external_mini_cluster: use a default destructor for options struct - posted by ad...@apache.org on 2017/06/14 00:17:54 UTC, 0 replies.
- [2/3] kudu git commit: tidy: fix misc-move-const-args - posted by ad...@apache.org on 2017/06/14 00:17:55 UTC, 0 replies.
- [3/3] kudu git commit: mini_cluster: shutdown in destructors - posted by ad...@apache.org on 2017/06/14 00:17:56 UTC, 0 replies.
- kudu git commit: Add option to set CWD to Subprocess - posted by da...@apache.org on 2017/06/14 20:20:39 UTC, 0 replies.
- [01/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:37 UTC, 0 replies.
- [02/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:38 UTC, 0 replies.
- [03/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:39 UTC, 0 replies.
- [04/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:40 UTC, 0 replies.
- [05/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:41 UTC, 0 replies.
- [06/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:42 UTC, 0 replies.
- [07/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:43 UTC, 0 replies.
- [08/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:44 UTC, 0 replies.
- [09/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:45 UTC, 0 replies.
- [10/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:46 UTC, 0 replies.
- [11/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:47 UTC, 0 replies.
- [12/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:48 UTC, 0 replies.
- [13/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:49 UTC, 0 replies.
- [14/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:50 UTC, 0 replies.
- [15/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:51 UTC, 0 replies.
- [16/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:52 UTC, 0 replies.
- [17/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:53 UTC, 0 replies.
- [18/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:54 UTC, 0 replies.
- [19/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:55 UTC, 0 replies.
- [20/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:56 UTC, 0 replies.
- [21/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:57 UTC, 0 replies.
- [22/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:58 UTC, 0 replies.
- [23/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:58:59 UTC, 0 replies.
- [24/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:00 UTC, 0 replies.
- [25/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:01 UTC, 0 replies.
- [26/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:02 UTC, 0 replies.
- [27/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:03 UTC, 0 replies.
- [28/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:04 UTC, 0 replies.
- [29/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:05 UTC, 0 replies.
- [30/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:06 UTC, 0 replies.
- [31/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:07 UTC, 0 replies.
- [32/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:08 UTC, 0 replies.
- [33/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:09 UTC, 0 replies.
- [34/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:10 UTC, 0 replies.
- [35/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:11 UTC, 0 replies.
- [36/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:12 UTC, 0 replies.
- [37/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:13 UTC, 0 replies.
- [38/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:14 UTC, 0 replies.
- [39/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:15 UTC, 0 replies.
- [40/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:16 UTC, 0 replies.
- [41/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:17 UTC, 0 replies.
- [42/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:18 UTC, 0 replies.
- [43/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:19 UTC, 0 replies.
- [44/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:20 UTC, 0 replies.
- [45/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:21 UTC, 0 replies.
- [46/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:22 UTC, 0 replies.
- [47/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:23 UTC, 0 replies.
- [48/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:24 UTC, 0 replies.
- [49/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:25 UTC, 0 replies.
- [50/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:26 UTC, 0 replies.
- [51/52] [partial] kudu git commit: Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 16:59:27 UTC, 0 replies.
- [52/52] kudu git commit: Move some old download links to archive - posted by to...@apache.org on 2017/06/15 16:59:28 UTC, 0 replies.
- kudu git commit: site_tool: don't use check_call for git show - posted by to...@apache.org on 2017/06/15 17:01:58 UTC, 0 replies.
- [01/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:37 UTC, 0 replies.
- [02/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:38 UTC, 0 replies.
- [03/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:39 UTC, 0 replies.
- [04/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:40 UTC, 0 replies.
- [05/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:41 UTC, 0 replies.
- [06/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:42 UTC, 0 replies.
- [07/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:43 UTC, 0 replies.
- [08/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:44 UTC, 0 replies.
- [09/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:45 UTC, 0 replies.
- [10/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:46 UTC, 0 replies.
- [11/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:47 UTC, 0 replies.
- [12/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:48 UTC, 0 replies.
- [13/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:49 UTC, 0 replies.
- [14/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:50 UTC, 0 replies.
- [15/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:51 UTC, 0 replies.
- [16/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:52 UTC, 0 replies.
- [17/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:53 UTC, 0 replies.
- [18/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:54 UTC, 0 replies.
- [19/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:55 UTC, 0 replies.
- [20/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:56 UTC, 0 replies.
- [21/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:57 UTC, 0 replies.
- [22/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:58 UTC, 0 replies.
- [23/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:02:59 UTC, 0 replies.
- [24/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:00 UTC, 0 replies.
- [25/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:01 UTC, 0 replies.
- [26/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:02 UTC, 0 replies.
- [27/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:03 UTC, 0 replies.
- [28/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:04 UTC, 0 replies.
- [29/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:05 UTC, 0 replies.
- [30/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:06 UTC, 0 replies.
- [31/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:07 UTC, 0 replies.
- [32/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:08 UTC, 0 replies.
- [33/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:09 UTC, 0 replies.
- [34/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:10 UTC, 0 replies.
- [35/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:11 UTC, 0 replies.
- [36/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:12 UTC, 0 replies.
- [37/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:13 UTC, 0 replies.
- [38/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:14 UTC, 0 replies.
- [39/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:15 UTC, 0 replies.
- [40/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:16 UTC, 0 replies.
- [41/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:17 UTC, 0 replies.
- [42/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:18 UTC, 0 replies.
- [43/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:19 UTC, 0 replies.
- [44/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:20 UTC, 0 replies.
- [45/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:21 UTC, 0 replies.
- [46/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:22 UTC, 0 replies.
- [47/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:23 UTC, 0 replies.
- [48/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:24 UTC, 0 replies.
- [49/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:25 UTC, 0 replies.
- [50/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:26 UTC, 0 replies.
- [51/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 6158de4 site_tool: don't use check_call for git show e04d3b7 Move some old download links to archive ce7ab97 Add 1.4.0 release docs and links - posted by to...@apache.org on 2017/06/15 17:03:27 UTC, 0 replies.
- kudu-site git commit: Empty commit to trigger site publish - posted by to...@apache.org on 2017/06/15 17:03:55 UTC, 0 replies.
- [1/2] kudu git commit: Skip running Java integration tests twice - posted by da...@apache.org on 2017/06/16 00:13:38 UTC, 0 replies.
- [2/2] kudu git commit: maven: remove unused repositories, plugins, and dependencies - posted by da...@apache.org on 2017/06/16 00:13:39 UTC, 0 replies.
- kudu git commit: ksck: expose checksum_timeout_sec gflag - posted by da...@apache.org on 2017/06/16 17:22:33 UTC, 0 replies.
- [1/3] kudu git commit: [registration-test] fix flake in TestTabletReports - posted by al...@apache.org on 2017/06/16 21:43:59 UTC, 0 replies.
- [2/3] kudu git commit: Make AssertEventually compatible with --gtest_break_on_failure - posted by al...@apache.org on 2017/06/16 21:44:00 UTC, 0 replies.
- [3/3] kudu git commit: KUDU-2003. Fix fd-cache related tests on high-core systems - posted by al...@apache.org on 2017/06/16 21:44:01 UTC, 0 replies.
- kudu git commit: KUDU-2041: Fix negotiation deadlock - posted by to...@apache.org on 2017/06/18 20:24:59 UTC, 0 replies.
- kudu git commit: [rpc] add method to output TLS cipher description - posted by to...@apache.org on 2017/06/18 21:43:38 UTC, 0 replies.
- svn commit: r20067 - /release/kudu/1.1.0/ - posted by to...@apache.org on 2017/06/18 22:49:36 UTC, 0 replies.
- svn commit: r20068 - /release/kudu/1.2.0/ - posted by to...@apache.org on 2017/06/18 22:49:54 UTC, 0 replies.
- svn commit: r20069 - /release/kudu/1.3.0/ - posted by to...@apache.org on 2017/06/18 22:49:57 UTC, 0 replies.
- kudu git commit: alter_table-test: add a workaround for KUDU-791 - posted by al...@apache.org on 2017/06/19 17:38:15 UTC, 0 replies.
- [1/2] kudu git commit: fs_manager: clean tmp files from all special directories - posted by da...@apache.org on 2017/06/21 21:11:34 UTC, 0 replies.
- [2/2] kudu git commit: Fix gmock link errors on macOS - posted by da...@apache.org on 2017/06/21 21:11:35 UTC, 0 replies.
- [1/4] kudu git commit: [java] Replace interface-annotations with Apache Yetus annotations - posted by al...@apache.org on 2017/06/22 21:19:56 UTC, 0 replies.
- [2/4] kudu git commit: [java] Replace interface-annotations with Apache Yetus annotations - posted by al...@apache.org on 2017/06/22 21:19:57 UTC, 0 replies.
- [3/4] kudu git commit: [java] Replace interface-annotations with Apache Yetus annotations - posted by al...@apache.org on 2017/06/22 21:19:58 UTC, 0 replies.
- [4/4] kudu git commit: [client-test] fixing flakes in the test - posted by al...@apache.org on 2017/06/22 21:19:59 UTC, 0 replies.
- kudu git commit: [mini_{master,tablet_server}] micro clean-up - posted by al...@apache.org on 2017/06/22 22:37:21 UTC, 0 replies.
- kudu git commit: Fix SIGSEGV in ksck - posted by dr...@apache.org on 2017/06/23 08:55:31 UTC, 0 replies.
- kudu git commit: [consensus] 'runtime' tag for consensus log FI flags - posted by al...@apache.org on 2017/06/23 18:13:15 UTC, 0 replies.
- kudu git commit: KUDU-2049 Fix too-strict CHECK in RleIntBlockDecoder::SeekToPositionInBlock - posted by wd...@apache.org on 2017/06/23 19:41:26 UTC, 3 replies.
- kudu git commit: KUDU-1955 refuse to use world-readable keytabs - posted by da...@apache.org on 2017/06/23 21:22:09 UTC, 0 replies.
- kudu git commit: [raft_consensus-itest] disable TestHammerOneRow for a while - posted by al...@apache.org on 2017/06/23 23:09:21 UTC, 0 replies.
- [1/2] kudu git commit: fs: add filesystem type detection to data dirs - posted by ad...@apache.org on 2017/06/23 23:48:41 UTC, 0 replies.
- [2/2] kudu git commit: KUDU-2052: disable hole repunching at startup on xfs filesystems - posted by ad...@apache.org on 2017/06/23 23:48:42 UTC, 0 replies.
- [1/2] kudu git commit: KUDU-2052: use XFS_IOC_UNRESVSP64 ioctl to punch holes on xfs - posted by ad...@apache.org on 2017/06/24 02:52:55 UTC, 0 replies.
- [2/2] kudu git commit: Revert "KUDU-2052: disable hole repunching at startup on xfs filesystems" - posted by ad...@apache.org on 2017/06/24 02:52:56 UTC, 0 replies.
- kudu git commit: KUDU-2042 fix flakiness in raft_consensus-itest - posted by al...@apache.org on 2017/06/25 19:09:50 UTC, 0 replies.
- kudu git commit: [integration-tests] WARN_UNUSED_RESULT for SetFlag() - posted by al...@apache.org on 2017/06/25 19:10:32 UTC, 0 replies.
- [1/2] kudu git commit: [raft_consensus-itest] enable TestHammerOneRow back - posted by al...@apache.org on 2017/06/26 20:48:59 UTC, 0 replies.
- [2/2] kudu git commit: [ts_itest-base] minor clean-up on BuildAndStart() - posted by al...@apache.org on 2017/06/26 20:49:00 UTC, 0 replies.
- kudu git commit: [java] Remove usage of Sun internal NotImplementedException - posted by to...@apache.org on 2017/06/26 21:44:21 UTC, 0 replies.
- kudu git commit: [java] remove log4j from compile and provided scope - posted by da...@apache.org on 2017/06/26 23:29:55 UTC, 0 replies.
- [1/3] kudu git commit: tools: refactor table-printing code a bit - posted by to...@apache.org on 2017/06/27 00:32:39 UTC, 0 replies.
- [2/3] kudu git commit: tools: add a tool to summarize data size on a tablet or tablets - posted by to...@apache.org on 2017/06/27 00:32:40 UTC, 0 replies.
- [3/3] kudu git commit: tools: add a tool to extract an arbitrary block to stdout - posted by to...@apache.org on 2017/06/27 00:32:41 UTC, 0 replies.
- kudu git commit: block_manager-test: don't inject EIO in destructor - posted by ad...@apache.org on 2017/06/27 02:25:32 UTC, 0 replies.
- kudu git commit: Add mustache as a dependency - posted by da...@apache.org on 2017/06/27 03:19:30 UTC, 0 replies.
- kudu git commit: consensus: Don't mark dirty when clearing the leader UUID - posted by mp...@apache.org on 2017/06/27 04:06:33 UTC, 0 replies.
- kudu git commit: [java] remove unused scalamock dependency - posted by da...@apache.org on 2017/06/27 17:09:45 UTC, 0 replies.
- kudu git commit: [java] Ensure the shaded packages are always in the same location - posted by da...@apache.org on 2017/06/27 18:19:34 UTC, 0 replies.
- kudu git commit: KUDU-1929: [rpc] Allow using encrypted private keys for TLS - posted by da...@apache.org on 2017/06/27 21:29:22 UTC, 0 replies.
- [1/5] kudu git commit: kserver: introduce KuduServer class - posted by to...@apache.org on 2017/06/27 23:03:41 UTC, 0 replies.
- [2/5] kudu git commit: KUDU-1863: improve overall safety of graceful server shutdown - posted by to...@apache.org on 2017/06/27 23:03:42 UTC, 0 replies.
- [3/5] kudu git commit: server: move apply_pool into KuduServer - posted by to...@apache.org on 2017/06/27 23:03:43 UTC, 0 replies.
- [4/5] kudu git commit: threadpool: token-based task sequencing - posted by to...@apache.org on 2017/06/27 23:03:44 UTC, 0 replies.
- [5/5] kudu git commit: threadpool: new test for pools with no max_threads - posted by to...@apache.org on 2017/06/27 23:03:45 UTC, 0 replies.
- [1/3] kudu git commit: consensus: consolidate Raft thread pools - posted by to...@apache.org on 2017/06/28 00:05:37 UTC, 0 replies.
- [2/3] kudu git commit: threadpool: per-token metrics - posted by to...@apache.org on 2017/06/28 00:05:38 UTC, 0 replies.
- [3/3] kudu git commit: server: consolidate tablet prepare pools - posted by to...@apache.org on 2017/06/28 00:05:39 UTC, 0 replies.
- kudu git commit: Rename MiniCluster to InternalMiniCluster - posted by mp...@apache.org on 2017/06/28 00:10:13 UTC, 0 replies.
- kudu git commit: Rename MiniClusterBase to MiniCluster - posted by mp...@apache.org on 2017/06/28 01:28:24 UTC, 0 replies.
- kudu git commit: [java] update dependencies and clean up some deprecate method usage - posted by da...@apache.org on 2017/06/28 16:36:30 UTC, 0 replies.
- [1/5] kudu git commit: [docs] Add an upgrade note about MM threads - posted by mp...@apache.org on 2017/06/28 18:44:06 UTC, 0 replies.
- [2/5] kudu git commit: Use dynamic bind address for internal + external mini clusters - posted by mp...@apache.org on 2017/06/28 18:44:07 UTC, 0 replies.
- [3/5] kudu git commit: log block manager: do not fail block creation if truncate fails - posted by mp...@apache.org on 2017/06/28 18:44:08 UTC, 0 replies.
- [4/5] kudu git commit: Rename MiniClusterOptions to InternalMiniClusterOptions - posted by mp...@apache.org on 2017/06/28 18:44:09 UTC, 0 replies.
- [5/5] kudu git commit: ConsensusMetadata::Create() should not overwrite an existing file - posted by mp...@apache.org on 2017/06/28 18:44:10 UTC, 0 replies.
- kudu git commit: [java] excluded slf4j from async dependency - posted by da...@apache.org on 2017/06/29 20:08:29 UTC, 0 replies.
- [1/2] kudu git commit: Make ConsensusMetadata thread-safe - posted by mp...@apache.org on 2017/06/29 20:11:59 UTC, 0 replies.
- [2/2] kudu git commit: consensus: Get rid of a bunch of cmeta wrappers - posted by mp...@apache.org on 2017/06/29 20:12:00 UTC, 0 replies.
- kudu git commit: raft_consensus: failure detector doesn't need external synchronization - posted by mp...@apache.org on 2017/06/29 21:24:52 UTC, 0 replies.
- kudu git commit: KUDU-1932. Run at least one tablet-level test against all block managers - posted by mp...@apache.org on 2017/06/29 22:40:24 UTC, 0 replies.
- [1/3] kudu git commit: time_manager: fix unsynchronized access to GetSerialTimestamp() - posted by to...@apache.org on 2017/06/30 01:39:57 UTC, 0 replies.
- [2/3] kudu git commit: stopwatch: ensure LOG_TIMING always prints - posted by to...@apache.org on 2017/06/30 01:39:58 UTC, 0 replies.
- [3/3] kudu git commit: java: fix incorrect hashmap usage in Statistics - posted by to...@apache.org on 2017/06/30 01:39:59 UTC, 0 replies.
- kudu git commit: raft_consensus-itest: fix failing TestMemoryRemainsConstantDespiteTwoDeadFollowers - posted by al...@apache.org on 2017/06/30 04:46:54 UTC, 0 replies.
- kudu git commit: java: fix incorrect hashmap usage in Statistics - posted by to...@apache.org on 2017/06/30 19:07:23 UTC, 0 replies.
- kudu git commit: benchmarks: split dense-node-itest graph by different types of data - posted by to...@apache.org on 2017/06/30 19:07:25 UTC, 0 replies.
- [1/2] kudu git commit: Work around another OpenSSL thread safety bug - posted by ad...@apache.org on 2017/06/30 21:37:52 UTC, 0 replies.
- [2/2] kudu git commit: java: fix incorrect hashmap usage in Statistics - posted by ad...@apache.org on 2017/06/30 21:37:53 UTC, 0 replies.
- kudu git commit: tests: allow Wait calls for non-default tables - posted by ad...@apache.org on 2017/06/30 21:38:02 UTC, 0 replies.
- [1/2] kudu git commit: [monotime] deprecating MonoTime::Earliest() - posted by to...@apache.org on 2017/06/30 23:48:54 UTC, 0 replies.
- [2/2] kudu git commit: consensus_peers: schedule raft heartbeats through messenger - posted by to...@apache.org on 2017/06/30 23:48:55 UTC, 0 replies.