You are viewing a plain text version of this content. The canonical link for it is here.
- [kudu-CR] KUDU-1708. Document Kudu command-line tools - posted by "Grant Henke (Code Review)" <ge...@cloudera.org> on 2017/04/03 03:19:14 UTC, 17 replies.
- [kudu-CR] docs: Fix axis lable for hash-range-partitioning - posted by "Anonymous Coward (Code Review)" <ge...@cloudera.org> on 2017/04/03 04:03:35 UTC, 2 replies.
- [kudu-CR] master: Retry background tasks even if TS UUID not registered - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/03 10:09:36 UTC, 1 replies.
- [kudu-CR] master/consensus: Code cleanup - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/03 10:09:36 UTC, 2 replies.
- [kudu-CR] docs: Add documentation for background tasks - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/03 10:14:17 UTC, 4 replies.
- [kudu-CR] [docs] Add security guide - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2017/04/03 19:27:28 UTC, 16 replies.
- [kudu-CR] KUDU-1875: Refuse unauthenticated connections from publicly routable IP addrs - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/03 19:58:15 UTC, 11 replies.
- [kudu-CR] [security] fixed shortened TSK validity interval - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/03 20:43:26 UTC, 8 replies.
- [kudu-CR] Spark ITBLL - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/04 00:34:49 UTC, 4 replies.
- [kudu-CR] KUDU-1963. Avoid NPE and SSLException when a TabletClient is closed during negotiation - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/04 18:39:03 UTC, 2 replies.
- [kudu-CR] KUDU-1939. Remove WARNING about large arenas - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/04 18:43:17 UTC, 3 replies.
- [kudu-CR](branch-1.3.x) KUDU-1963. Avoid NPE and SSLException when a TabletClient is closed during negotiation - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/04 19:48:03 UTC, 3 replies.
- [kudu-CR](branch-1.3.x) KUDU-1933. consensus: Avoid and repair integer overflow in log index - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/04 20:18:30 UTC, 2 replies.
- [kudu-CR](branch-1.3.x) KUDU-1607. Unpin tablet flush after failed bootstrap - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/04 20:19:42 UTC, 2 replies.
- [kudu-CR](branch-1.3.x) docs: Add a section for evolving gflags - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/04 20:21:31 UTC, 2 replies.
- [kudu-CR](branch-1.3.x) docs: Move documentation style guide from user guide to design-docs - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/04 20:23:50 UTC, 2 replies.
- [kudu-CR](branch-1.3.x) docs: Add documentation for background tasks - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/04 20:30:58 UTC, 2 replies.
- [kudu-CR] rpc-bench: add ability to enable encryption - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/04 21:37:55 UTC, 3 replies.
- [kudu-CR] KUDU-1964. security: avoid calling ERR clear error() defensively - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/04 21:37:55 UTC, 18 replies.
- [kudu-CR] interval tree: allow bulk queries - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/04 22:13:50 UTC, 7 replies.
- [kudu-CR] kudu-mapreduce: tweak poms - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/04 22:48:28 UTC, 2 replies.
- [kudu-CR] kudu-spark: switch default profile from spark1/2.10 to spark2/2.11 - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/04 22:48:28 UTC, 2 replies.
- [kudu-CR] rowset tree: add bulk queries - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/04 23:09:43 UTC, 5 replies.
- [kudu-CR] tablet: check for row presence in rowset-wise order - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/04 23:32:12 UTC, 7 replies.
- [kudu-CR] KUDU-1424. Add getters to PartialRow - posted by "Grant Henke (Code Review)" <ge...@cloudera.org> on 2017/04/05 04:59:05 UTC, 5 replies.
- [kudu-CR] cfile-test: add a 100M-string file with low cardinality - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/05 06:12:11 UTC, 3 replies.
- [kudu-CR] KUDU-1965: Allow user provided TLS certificates to work with KRPC - posted by "Sailesh Mukil (Code Review)" <ge...@cloudera.org> on 2017/04/05 06:46:16 UTC, 23 replies.
- [kudu-CR] Replace deprecated OpenSSL function ERR remove state() - posted by "Sailesh Mukil (Code Review)" <ge...@cloudera.org> on 2017/04/05 06:54:31 UTC, 10 replies.
- [kudu-CR](gh-pages) Add announcement post for 1.3.0 - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/05 17:51:00 UTC, 3 replies.
- [kudu-CR](branch-1.3.x) Bump version to 1.3.1-SNAPSHOT - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/05 18:02:37 UTC, 5 replies.
- [kudu-CR] generic iterators: avoid holding completed iters in merge/union - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/05 20:11:50 UTC, 8 replies.
- [kudu-CR] WIP: Make RpcSidecar an interface - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/05 20:13:50 UTC, 0 replies.
- [kudu-CR] KUDU-1843. Client UUIDs should be cryptographically random - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/05 20:19:56 UTC, 1 replies.
- [kudu-CR] WIP: KUDU-1713: add a client Partitioner API - posted by "Thomas Tauber-Marshall (Code Review)" <ge...@cloudera.org> on 2017/04/05 21:30:21 UTC, 5 replies.
- [kudu-CR] KUDU-1865 (part 1): reduce some cross-thread allocations - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/05 21:33:43 UTC, 0 replies.
- [kudu-CR] kudu-spark: move module into spark profiles - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/05 23:06:46 UTC, 2 replies.
- [kudu-CR] [kudu-jepsen] updated client model for Jepsen tests - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/06 00:17:11 UTC, 7 replies.
- [kudu-CR] KUDU-579 [java client] Scanner fault tolerance - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2017/04/06 00:23:58 UTC, 19 replies.
- [kudu-CR] WIP: KUDU-680. bloomfile: switch to a threadlocal cache - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/06 01:40:05 UTC, 2 replies.
- [kudu-CR] [kudu-jepsen] clean up on require/import lists - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/06 02:19:13 UTC, 4 replies.
- [kudu-CR] WIP [java client] fixed NPE in master RPC error handler - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/06 18:22:51 UTC, 0 replies.
- [kudu-CR] [kudu-jepsen] install Kudu packages into local repo - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2017/04/06 19:51:33 UTC, 7 replies.
- [kudu-CR] [mini-cluster] allow more time for masters start up - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/06 21:39:35 UTC, 5 replies.
- [kudu-CR](branch-1.2.x) KUDU-1607. Unpin tablet flush after failed bootstrap - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2017/04/06 21:54:01 UTC, 4 replies.
- [kudu-CR] WIP: KUDU-1865 (part 2): pre-allocate OutboundTransfer for inbound calls - posted by "Sailesh Mukil (Code Review)" <ge...@cloudera.org> on 2017/04/06 22:50:02 UTC, 1 replies.
- [kudu-CR] [python] Fix flaky test test connect timeouts - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2017/04/06 23:04:58 UTC, 2 replies.
- [kudu-CR] Allow to get the raw data from a KuduScanBatch - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2017/04/06 23:05:22 UTC, 37 replies.
- [kudu-CR] linked list-test: dump a histogram of Update performance - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/06 23:45:38 UTC, 2 replies.
- [kudu-CR] tablet: revert batch-check-presence optimization for UPDATE/DELETE - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/06 23:45:38 UTC, 0 replies.
- [kudu-CR] [consensus] fixed typos in consensus flags tagging - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/07 02:23:15 UTC, 6 replies.
- [kudu-CR] env: add RWFile::GetExtentMap for analyzing file extents - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/07 03:17:05 UTC, 20 replies.
- [kudu-CR] fs: generate report during Open - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/07 03:17:05 UTC, 26 replies.
- [kudu-CR] log block manager: use extent maps to decide whether to truncate containers - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/07 03:17:05 UTC, 18 replies.
- [kudu-CR] fs: ensure FS IOC FIEMAP can be used on LBM systems - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/07 03:17:05 UTC, 4 replies.
- [kudu-CR] log block manager: corruptor test utility - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/07 03:17:05 UTC, 23 replies.
- [kudu-CR] [security-faults-itest] fix test flakiness - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/07 03:20:52 UTC, 5 replies.
- [kudu-CR] KUDU-1966: Data directories can be removed erroneously - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/07 15:56:59 UTC, 13 replies.
- [kudu-CR] Add --redact=none flag option for specifying no redaction - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/07 17:11:36 UTC, 10 replies.
- [kudu-CR] whole batch release, but wrong - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2017/04/07 18:42:13 UTC, 1 replies.
- [kudu-CR] WIP: Allow to release an rpc transfer's data - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2017/04/07 18:42:13 UTC, 3 replies.
- [kudu-CR] Allow to release an rpc transfer's data - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2017/04/07 21:35:46 UTC, 7 replies.
- [kudu-CR] WIP: reduce contention on MemTracker::Release and Consume in block cache - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/07 23:50:26 UTC, 0 replies.
- [kudu-CR] Add ksck section to admin guide common workflows - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/08 00:16:19 UTC, 10 replies.
- [kudu-CR] [mini-kdc] /dev/stderr instead of STDERR for kdc logs - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/10 19:31:56 UTC, 9 replies.
- [kudu-CR] KUDU-1713: add a client Partitioner API - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/10 23:06:16 UTC, 8 replies.
- [kudu-CR] [security-faults-itest] added another krb5 error message - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/10 23:19:00 UTC, 12 replies.
- [kudu-CR] WIP: ref counted: assert that first referrer constructed the object - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/10 23:57:21 UTC, 0 replies.
- [kudu-CR] rpc: allow using encrypted private key for SSL - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/11 00:01:16 UTC, 3 replies.
- [kudu-CR] fuzz-itest: fix a test failure with scan-at-snapshot - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/11 00:16:35 UTC, 2 replies.
- [kudu-CR] [docs] Add admin workflow for recovering from disk failure - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/11 00:49:03 UTC, 14 replies.
- [kudu-CR] KUDU-680. bloomfile: switch to a threadlocal cache - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/11 00:52:29 UTC, 9 replies.
- [kudu-CR] [client-test] fix flakes of flush mode timing tests - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/11 18:14:36 UTC, 6 replies.
- [kudu-CR] [docs] Revise disk-failure-recovery workflow - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/11 21:59:17 UTC, 2 replies.
- [kudu-CR] WIP: release WritableLogSegment buffers when log is idle - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/12 07:28:19 UTC, 1 replies.
- [kudu-CR] Revert "KUDU-1853. Tablet copy: Don't orphan blocks on failure" - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2017/04/12 19:37:30 UTC, 1 replies.
- [kudu-CR] KUDU-1968. Aborted tablet copies delete live blocks - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2017/04/12 19:57:04 UTC, 2 replies.
- [kudu-CR](branch-1.3.x) KUDU-1968. Aborted tablet copies delete live blocks - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/12 21:15:00 UTC, 2 replies.
- [kudu-CR] java: add a stress test for short-lived clients - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/12 22:32:02 UTC, 3 replies.
- [kudu-CR] Add CLANG ALWAYS COLOR option to ccache-clang wrappers - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/13 00:47:50 UTC, 3 replies.
- [kudu-CR] WIP: simplify MemTracker and move process throttling elsewhere - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/13 00:47:51 UTC, 6 replies.
- [kudu-CR](branch-1.3.x) Bump version to 1.3.1 - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/13 02:04:10 UTC, 2 replies.
- [kudu-CR](branch-1.3.x) Release notes for 1.3.1 - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/13 02:22:21 UTC, 6 replies.
- [kudu-CR] WIP: Expose a way to set "advanced" non-types scan options - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2017/04/13 05:44:54 UTC, 15 replies.
- [kudu-CR] Allow to pad UNIXTIME MICROS slows in scan results - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2017/04/13 05:44:54 UTC, 0 replies.
- [kudu-CR] Allow to pad UNIXTIME MICROS slots in scan results - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2017/04/13 05:46:59 UTC, 23 replies.
- [kudu-CR] [mini-kdc] adapted config for krb5 1.15 - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/13 18:53:09 UTC, 7 replies.
- [kudu-CR] WIP: KUDU-463. Add checksumming to cfile - posted by "Grant Henke (Code Review)" <ge...@cloudera.org> on 2017/04/13 19:08:53 UTC, 26 replies.
- [kudu-CR] [security] avoid sparse seq numbers in TokenSigner - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/13 21:50:45 UTC, 5 replies.
- [kudu-CR] KUDU-1929: [rpc] Allow using encrypted private keys for TLS - posted by "Sailesh Mukil (Code Review)" <ge...@cloudera.org> on 2017/04/14 18:09:28 UTC, 4 replies.
- [kudu-CR] KUDU-1952 Improve block placement - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2017/04/14 19:01:34 UTC, 3 replies.
- [kudu-CR] WIP: Add unsigned-integer overflow checking to UBSAN - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/14 19:47:38 UTC, 1 replies.
- [kudu-CR] [rpc] introduced Messenger::reset authn token() method - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/14 20:30:18 UTC, 7 replies.
- [kudu-CR] [rpc] handling ERROR UNAVAILABLE RPC error - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/14 20:30:35 UTC, 39 replies.
- [kudu-CR](branch-1.3.x) [docs] Add another workaround for macOS - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/14 20:32:15 UTC, 3 replies.
- [kudu-CR](branch-1.3.x) docs: Fix "make site" - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/14 20:35:27 UTC, 3 replies.
- [kudu-CR](branch-1.3.x) docs: Fix axis lable for hash-range-partitioning - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/14 20:38:21 UTC, 3 replies.
- [kudu-CR](branch-1.3.x) KUDU-1708. Document Kudu command-line tools - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/14 20:40:41 UTC, 8 replies.
- [kudu-CR](branch-1.3.x) Add ksck section to admin guide common workflows - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/14 20:41:21 UTC, 3 replies.
- [kudu-CR](branch-1.3.x) [docs] Add security guide - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/14 20:41:47 UTC, 3 replies.
- [kudu-CR] [c++ client] re-acquire authn token if expired - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/14 23:05:04 UTC, 12 replies.
- [kudu-CR] [rowset tree-test] removed unused variable - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/14 23:26:24 UTC, 2 replies.
- [kudu-CR] Add 'ksck tserver list' tool - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/17 18:31:09 UTC, 9 replies.
- [kudu-CR] pstack watcher: set a limit on backtrace depth - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/17 23:21:25 UTC, 7 replies.
- [kudu-CR](branch-1.2.x) KUDU-1933. consensus: Avoid and repair integer overflow in log index - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/18 00:01:02 UTC, 6 replies.
- [kudu-CR](branch-1.2.x) KUDU-1741: Keep MiniCluster::Restart consistent with ExternalMiniCluster::Restart - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/18 00:01:02 UTC, 5 replies.
- [kudu-CR] gutil: stop supporting AMD Opteron K8 - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/18 01:13:24 UTC, 3 replies.
- [kudu-CR] Allow forcing color clang diagnostics with an env var - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/18 01:18:28 UTC, 2 replies.
- [kudu-CR] WIP: KUDU-1970: node density integration test - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/18 01:55:37 UTC, 1 replies.
- [kudu-CR] [rpc] close socket on AcceptorPool::Shutdown() - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/18 07:40:15 UTC, 4 replies.
- [kudu-CR] [cmake] fixed 'latest' dir symlink on MacOS X - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/18 15:57:05 UTC, 7 replies.
- [kudu-CR] Bump version to 1.3.2-SNAPSHOT - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2017/04/18 16:37:10 UTC, 2 replies.
- [kudu-CR](branch-1.3.x) Bump version to 1.3.2-SNAPSHOT - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2017/04/18 16:51:21 UTC, 2 replies.
- [kudu-CR] Slice::ToDebugString() - Add option to not ascii'ize - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2017/04/18 18:32:44 UTC, 2 replies.
- [kudu-CR] Fix thirdparty build error in Centos 6. - posted by "Amos Bird (Code Review)" <ge...@cloudera.org> on 2017/04/18 18:45:50 UTC, 2 replies.
- [kudu-CR] [rpc] Close socket on non-linux platforms during RPC shutdown - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/18 19:03:42 UTC, 0 replies.
- [kudu-CR] log-test: Add additional assert - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/18 19:20:26 UTC, 6 replies.
- [kudu-CR] Revert "gutil: stop supporting AMD Opteron K8" - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/18 20:36:30 UTC, 2 replies.
- [kudu-CR](branch-1.3.x) [docs] Add admin workflow for recovering from disk failure - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/18 21:43:28 UTC, 6 replies.
- [kudu-CR] Update link to KDE C++ ABI maintenance guidelines - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/18 23:40:39 UTC, 2 replies.
- [kudu-CR] gutil: stop supporting AMD Opteron K8 (take 2) - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/19 00:45:17 UTC, 5 replies.
- [kudu-CR] docs: Add breakpad documentation to user guide - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/19 00:48:49 UTC, 4 replies.
- [kudu-CR] docs: Shorten top-level headings in Troubleshooting Guide - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/19 00:49:01 UTC, 1 replies.
- [kudu-CR] block manager: gflag to control repairs at startup - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/19 02:21:12 UTC, 2 replies.
- [kudu-CR] [rpc-test] fixed TestConnectionKeepalive flakiness - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/19 02:55:46 UTC, 3 replies.
- [kudu-CR](gh-pages) Add 1.3.1 release and docs - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/19 05:17:50 UTC, 2 replies.
- [kudu-CR](gh-pages) Add blog post for 1.3.1 - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/19 05:38:04 UTC, 2 replies.
- [kudu-CR](branch-1.3.x) [docs] Revise disk-failure-recovery workflow - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/19 17:40:58 UTC, 2 replies.
- [kudu-CR] [docs] Add security guide to index - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/19 18:13:34 UTC, 2 replies.
- [kudu-CR] rowset tree-test: protect against divide by zero - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/19 19:14:22 UTC, 2 replies.
- [kudu-CR](branch-1.3.x) [docs] Add security guide to index - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/19 19:16:53 UTC, 2 replies.
- [kudu-CR] Add 'kudu tserver list' tool - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/19 21:03:47 UTC, 9 replies.
- [kudu-CR] Silence clang -Waddress-of-packed-member warning - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2017/04/19 21:06:56 UTC, 1 replies.
- [kudu-CR] cache: add a benchmark - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/19 22:28:20 UTC, 3 replies.
- [kudu-CR] make site: only build necessary binaries - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/19 22:28:20 UTC, 2 replies.
- [kudu-CR](gh-pages) FAQ refresh - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2017/04/19 23:28:20 UTC, 6 replies.
- [kudu-CR] WIP: Expose "raw" mode in KuduScanner and allow to pass flags - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2017/04/20 00:22:25 UTC, 2 replies.
- [kudu-CR] [docs] Refresh and augment the know issues - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2017/04/20 03:00:21 UTC, 1 replies.
- [kudu-CR] WIP KUDU-579 [java client] Scanner fault tolerance - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2017/04/20 07:46:09 UTC, 4 replies.
- [kudu-CR] Tweak ListMasters RPC error handling - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/20 16:58:55 UTC, 7 replies.
- [kudu-CR] Add 'kudu master list' tool - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/20 16:58:56 UTC, 5 replies.
- [kudu-CR] KUDU-1952 Don't use round-robin for block placement - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2017/04/20 17:57:41 UTC, 5 replies.
- [kudu-CR] [docs] Refresh and augment the known issues - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2017/04/20 20:26:53 UTC, 11 replies.
- [kudu-CR] KUDU-1952 Remove round-robin for block placement - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2017/04/20 23:18:08 UTC, 9 replies.
- [kudu-CR] Silence clang -Waddress-of-packed-member warning in concurrent btree.h - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2017/04/21 00:28:18 UTC, 3 replies.
- [kudu-CR] Simplify MemTracker and move process throttling elsewhere - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/21 00:30:48 UTC, 5 replies.
- [kudu-CR] tpch: allow hash partitioning - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/04/21 00:30:49 UTC, 5 replies.
- [kudu-CR] [rpc] reopen outbound connections mode for reactor - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/21 06:28:32 UTC, 16 replies.
- [kudu-CR] [c++-client] clear non-covered entries from meta cache on table open - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/21 21:18:36 UTC, 6 replies.
- [kudu-CR] WIP [rpc] propagate RPC status for negotiation errors - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/22 00:17:53 UTC, 0 replies.
- [kudu-CR] WIP [client] retry RPC if authn token expires - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/22 00:18:35 UTC, 0 replies.
- [kudu-CR] log block manager: more container accounting - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/24 08:58:48 UTC, 5 replies.
- [kudu-CR] KUDU-1978: avoid corruption when deleting misaligned blocks - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/24 08:58:48 UTC, 8 replies.
- [kudu-CR] log block manager: detect and repair unpunched holes - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/24 08:58:48 UTC, 11 replies.
- [kudu-CR] [java-client] clear non-covered entries from meta cache on table open - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/24 19:44:00 UTC, 0 replies.
- [kudu-CR] thirdparty: fix git workspace compatibility - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/24 22:08:49 UTC, 2 replies.
- [kudu-CR] Improve unsupported application feature flags error status - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2017/04/25 01:29:17 UTC, 2 replies.
- [kudu-CR] KUDU-861 Support changing column defaults and storage attributes - posted by "Will Berkeley (Code Review)" <ge...@cloudera.org> on 2017/04/25 19:02:18 UTC, 7 replies.
- [kudu-CR] tablet copy: Refactor to avoid separate expiration map - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/25 22:52:55 UTC, 2 replies.
- [kudu-CR] Make NO FATALS work standalone - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/25 22:52:55 UTC, 2 replies.
- [kudu-CR] tablet copy: Ensure no data loss on tablet copy failure - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/25 22:52:56 UTC, 2 replies.
- [kudu-CR] KUDU-1853 (redux). tablet copy: Don't orphan blocks on failure - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/25 22:52:56 UTC, 1 replies.
- [kudu-CR] Persistent cache support for NVM - posted by "Sarah Jelinek (Code Review)" <ge...@cloudera.org> on 2017/04/25 23:04:09 UTC, 2 replies.
- [kudu-CR] KUDU-1981 Kudu should run at hosts len(FQDN) > 64 - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/26 02:39:06 UTC, 9 replies.
- [kudu-CR] KUDU-1982 Java client calls NetworkInterface.getByInetAddress too often NetworkInterface.getByInetAddress (which is used by NetUtil.isLocalAddress) is very slow on Windows, so cache added. - posted by "Pavel Martynov (Code Review)" <ge...@cloudera.org> on 2017/04/26 16:24:45 UTC, 5 replies.
- [kudu-CR] [KUDU-754] add an environment variable for kudu client debugging to stderr - posted by "William Li (Code Review)" <ge...@cloudera.org> on 2017/04/26 21:50:14 UTC, 3 replies.
- [kudu-CR] [docs] Add troubleshooting for KuduStorageHandler - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2017/04/27 01:50:35 UTC, 2 replies.
- [kudu-CR] subprocess: remove progname argument - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/27 04:33:32 UTC, 2 replies.
- [kudu-CR] subprocess: add ScopedSubprocess - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/27 04:33:32 UTC, 4 replies.
- [kudu-CR] external mini cluster: spawn perf record for each daemon during Start() - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/27 04:33:32 UTC, 4 replies.
- [kudu-CR] KUDU-1982 Java client calls NetworkInterface.getByInetAddress too often. Code refactored after first review. - posted by "Pavel Martynov (Code Review)" <ge...@cloudera.org> on 2017/04/27 05:27:33 UTC, 1 replies.
- [kudu-CR] KUDU-1982 Java client calls NetworkInterface.getByInetAddress too often. Remove forgotten debug code. - posted by "Pavel Martynov (Code Review)" <ge...@cloudera.org> on 2017/04/27 07:14:04 UTC, 2 replies.
- [kudu-CR] mapreduce: add support for fault tolerant scanner - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2017/04/27 07:43:03 UTC, 1 replies.
- [kudu-CR] WIP: Add tool to detect pending config changes - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/27 22:22:24 UTC, 0 replies.
- [kudu-CR] thirdparty: fix typo in SPARSEHASH PATCHLEVEL - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/28 00:08:20 UTC, 3 replies.
- [kudu-CR] KUDU-1957 Clarify web UI redaction in --redact flag help - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2017/04/28 00:44:07 UTC, 0 replies.
- [kudu-CR] KUDU-1957: Clarify web UI redaction in --redact flag help - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2017/04/28 00:58:13 UTC, 2 replies.
- [kudu-CR] [fs] fix build on OS X - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/28 05:36:47 UTC, 3 replies.
- [kudu-CR] env: Always read fully when reading files - posted by "Grant Henke (Code Review)" <ge...@cloudera.org> on 2017/04/28 18:59:48 UTC, 14 replies.
- [kudu-CR] KUDU-1970: node density integration test - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/28 20:08:14 UTC, 7 replies.
- [kudu-CR] subprocess: add KillAndWait() and allow customization of exit signal - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/28 20:08:14 UTC, 4 replies.
- [kudu-CR] external mini cluster: pass options by value and move where appropriate - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/28 20:40:08 UTC, 2 replies.
- [kudu-CR] WIP: annotations to make TSAN aware of RWCLock semantics - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2017/04/28 20:41:25 UTC, 0 replies.
- [kudu-CR] tablet copy-itest: Reduce flakiness - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2017/04/28 22:18:38 UTC, 2 replies.
- [kudu-CR] [util] fixed compilation on OS X - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/29 07:49:03 UTC, 3 replies.
- [kudu-CR] [rpc] use C++11 move semantics for selected methods - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/04/29 08:24:57 UTC, 1 replies.