You are viewing a plain text version of this content. The canonical link for it is here.
- [kudu-CR] KUDU-2191 (5/n): Add Kerberos SASL support to the HMS client - posted by "Sailesh Mukil (Code Review)" <ge...@cloudera.org> on 2018/01/02 19:43:02 UTC, 8 replies.
- [kudu-CR] KUDU-2249 give the TableRecordReader their own KuduClient to use. - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/02 22:25:13 UTC, 2 replies.
- [kudu-CR] [spark] Avoid using TraversableLike.map in RowIterator.next() - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/02 22:28:13 UTC, 1 replies.
- [kudu-CR] move configuration constants into separate class and make public - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/02 22:29:13 UTC, 2 replies.
- [kudu-CR] KUDU-2232. java: Remove deprecated call from KuduTable - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/02 22:32:20 UTC, 1 replies.
- [kudu-CR] [java clien] update propagate TS for AUTO FLUSH SYNC flush mode - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/02 22:34:50 UTC, 0 replies.
- [kudu-CR] KUDU-1704: add java client support for READ OWN WRITES mode - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/02 22:35:47 UTC, 0 replies.
- [kudu-CR] KUDU-1704: add c++ client support for READ OWN WRITES mode - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/02 22:38:07 UTC, 0 replies.
- [kudu-CR] [tests] update for 3-4-3 replica management scheme (2/3) - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2018/01/03 07:49:40 UTC, 1 replies.
- [kudu-CR] KUDU-2229. consensus: Leader should not start FD - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/03 18:51:52 UTC, 0 replies.
- [kudu-CR] KUDU-2216. Post process gtest generated xml to include the output from the *.txt files - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/03 19:07:51 UTC, 3 replies.
- [kudu-CR] KUDU-721: Support for Decimal type, Part 1 (Server, C++ Client) - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/03 19:18:24 UTC, 28 replies.
- [kudu-CR] periodic: fix a comment - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/03 20:07:39 UTC, 2 replies.
- [kudu-CR] Add 'kudu fs list' tool - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/04 00:22:53 UTC, 9 replies.
- [kudu-CR] KUDU-2191 (4/n): HMS Thrift client fault handling - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/04 00:36:29 UTC, 11 replies.
- [kudu-CR] [master/tserver] enforce re-replication scheme consistency - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/04 00:44:49 UTC, 7 replies.
- [kudu-CR] KUDU-2249 Prevent a possible race conditions between the getSplits() method and TableRecordReader class - posted by "Clemens Valiente (Code Review)" <ge...@cloudera.org> on 2018/01/04 09:28:13 UTC, 1 replies.
- [kudu-CR] KUDU-2249 Prevent a possible race conditions between the getSplits() method and TableRecordReader - posted by "Clemens Valiente (Code Review)" <ge...@cloudera.org> on 2018/01/04 09:29:20 UTC, 1 replies.
- [kudu-CR] KUDU-2249 Prevent race condition between getSplits() method and TableRecordReader - posted by "Clemens Valiente (Code Review)" <ge...@cloudera.org> on 2018/01/04 09:38:51 UTC, 3 replies.
- [kudu-CR] docs: fix tablet moving in 1.5.0 release notes - posted by "Attila Bukor (Code Review)" <ge...@cloudera.org> on 2018/01/04 15:40:11 UTC, 2 replies.
- [kudu-CR](branch-1.5.x) Add support for clang from XCode 9 in macOS - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/04 18:19:19 UTC, 4 replies.
- [kudu-CR](branch-1.5.x) KUDU-2251: rowset size can overflow int in RowSetInfo - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/04 18:19:20 UTC, 15 replies.
- [kudu-CR] [docs] Document how to recover from a majority failed tablet - posted by "Will Berkeley (Code Review)" <ge...@cloudera.org> on 2018/01/04 18:31:26 UTC, 8 replies.
- [kudu-CR] KUDU-2115: avoid compacting already-compacted rowsets - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/04 18:59:47 UTC, 11 replies.
- [kudu-CR](branch-1.5.x) KUDU-2193 (part 1): switch to a waiting mutex in TSTabletManager - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/04 19:43:47 UTC, 1 replies.
- [kudu-CR](branch-1.4.x) KUDU-2193 (part 1): switch to a waiting mutex in TSTabletManager - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/04 19:43:50 UTC, 1 replies.
- [kudu-CR] [thirdparty] fix lib link in PREFIX DIR - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/04 19:58:33 UTC, 2 replies.
- [kudu-CR] [docs] Add scaling guide - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2018/01/04 21:53:44 UTC, 0 replies.
- [kudu-CR] Added steps to update HMS after migrating to multiple Kudu masters. - posted by "Anonymous Coward (Code Review)" <ge...@cloudera.org> on 2018/01/04 23:53:23 UTC, 4 replies.
- [kudu-CR] [consensus] test-only option for replica replacement - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/05 00:52:17 UTC, 2 replies.
- [kudu-CR] [docs] Added steps to update HMS after migrating to multiple Kudu masters. - posted by "Anonymous Coward (Code Review)" <ge...@cloudera.org> on 2018/01/05 01:19:44 UTC, 5 replies.
- [kudu-CR] KUDU-2249 Avoid sharing the client between the InputFormat and RecordReader - posted by "Clemens Valiente (Code Review)" <ge...@cloudera.org> on 2018/01/05 10:09:44 UTC, 6 replies.
- [kudu-CR] KUDU-2251: rowset size can overflow int in RowSetInfo - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/05 20:36:25 UTC, 23 replies.
- [kudu-CR] consensus: Fix NON VOTER ack-counting bug - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2018/01/05 20:38:01 UTC, 5 replies.
- [kudu-CR] [cmake modules] one more OpenJDK location - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/05 20:38:22 UTC, 4 replies.
- [kudu-CR] [doc] Added a section for Kudu clients connecting to Kerberose Kudu. - posted by "Anonymous Coward (Code Review)" <ge...@cloudera.org> on 2018/01/05 20:47:58 UTC, 4 replies.
- [kudu-CR](branch-1.6.x) KUDU-2251: rowset size can overflow int in RowSetInfo - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/05 20:54:51 UTC, 5 replies.
- [kudu-CR] [java client] update propagate TS for AUTO FLUSH SYNC flush mode - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2018/01/05 21:39:00 UTC, 2 replies.
- [kudu-CR] [doc] Added a section for Kudu clients connecting to secure clusters. - posted by "Anonymous Coward (Code Review)" <ge...@cloudera.org> on 2018/01/05 22:54:41 UTC, 3 replies.
- [kudu-CR] [java client] update propagated TS for AUTO FLUSH SYNC flush mode - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2018/01/05 23:19:16 UTC, 8 replies.
- [kudu-CR] [tests] update for 3-4-3 replica management scheme (3/3) - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2018/01/05 23:36:17 UTC, 4 replies.
- [kudu-CR] KUDU-1097 turn on 3-4-3 replica management scheme - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2018/01/06 00:25:19 UTC, 0 replies.
- [kudu-CR] fs: fix cleanup after failure updating data dirs - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/06 00:28:15 UTC, 2 replies.
- [kudu-CR] [consensus] add unsafe gflag to bypass "safe to evict" logic - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/06 00:52:01 UTC, 8 replies.
- [kudu-CR] KUDU-1097: turn on 3-4-3 replica management scheme - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/06 02:21:53 UTC, 3 replies.
- [kudu-CR] [tools] kudu CLI auto detects replication scheme - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2018/01/06 02:44:09 UTC, 0 replies.
- [kudu-CR] Adding a subsection to NTP troubleshooting section to cover frequent cases of NTP crashes when the Kudu cluster is deployed on Microsoft Azure - posted by "Mahdi Askari (Code Review)" <ge...@cloudera.org> on 2018/01/08 03:00:57 UTC, 3 replies.
- [kudu-CR] KUDU-2236: add debug logging where appropriate - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/08 19:10:32 UTC, 0 replies.
- [kudu-CR] KUDU-2236: use debug logging where appropriate - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/08 19:10:55 UTC, 1 replies.
- [kudu-CR] [consensus] add test for non-voters in consensus queue - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2018/01/08 19:37:58 UTC, 1 replies.
- [kudu-CR] consensus: Reduce copy/paste for observer callbacks - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2018/01/08 19:50:11 UTC, 6 replies.
- [kudu-CR] mini cluster: Remove tablet server index by uuid() from interface - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2018/01/08 19:50:11 UTC, 3 replies.
- [kudu-CR] [fuzz-itest] Add the ability to roll/gc logs and to run elections - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/08 20:55:21 UTC, 1 replies.
- [kudu-CR] KUDU-2233 Add a test case for compactions in the past - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/08 20:55:21 UTC, 4 replies.
- [kudu-CR] [tablet] Add a pre-compaction check to avoid compactions in the past - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/08 20:55:21 UTC, 4 replies.
- [kudu-CR] [mvcc] Fix watermark advancement in the absence of committed transactions - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/08 20:55:22 UTC, 7 replies.
- [kudu-CR] [tablet] Avoid compactions in the past - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/08 20:55:22 UTC, 2 replies.
- [kudu-CR] [raft] Add an EmulateElection variant that waits for one more commit - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/08 20:55:54 UTC, 1 replies.
- [kudu-CR] [docs] Added additional steps for migrating to multiple Kudu masters - posted by "Alex Rodoni (Code Review)" <ge...@cloudera.org> on 2018/01/08 23:36:00 UTC, 0 replies.
- [kudu-CR] [docs] Added steps to update HMS after migrating to multiple Kudu masters - posted by "Alex Rodoni (Code Review)" <ge...@cloudera.org> on 2018/01/08 23:36:00 UTC, 20 replies.
- [kudu-CR] [tools] make kudu CLI auto-detect the replication scheme - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/08 23:42:11 UTC, 3 replies.
- [kudu-CR](branch-1.6.x) Add 'kudu fs list' tool - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/08 23:44:29 UTC, 2 replies.
- [kudu-CR] [docs] Added additional steps for updating HMS when migrating to multiple Kudu masters - posted by "Alex Rodoni (Code Review)" <ge...@cloudera.org> on 2018/01/08 23:55:11 UTC, 0 replies.
- [kudu-CR] [docs] Added a section for Kudu clients connecting to secure clusters - posted by "Alex Rodoni (Code Review)" <ge...@cloudera.org> on 2018/01/08 23:59:07 UTC, 5 replies.
- [kudu-CR] Add some DVLOG statements to help in debugging compaction issues - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2018/01/08 23:59:20 UTC, 5 replies.
- [kudu-CR](branch-1.5.x) Add 'kudu fs list' tool - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/09 00:15:09 UTC, 3 replies.
- [kudu-CR](gh-pages) docs refresh - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/09 18:59:28 UTC, 0 replies.
- [kudu-CR] fs: defer failure from metadata load to bootstrap when data dir is missing - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/09 20:02:29 UTC, 13 replies.
- [kudu-CR] KUDU-2202: support for removing data directories (take two) - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/09 20:12:30 UTC, 26 replies.
- [kudu-CR] [tests] update tests for replication scheme consistency - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/09 20:18:08 UTC, 7 replies.
- [kudu-CR] [webui] Make tombstone tablet info less confusing - posted by "Will Berkeley (Code Review)" <ge...@cloudera.org> on 2018/01/09 20:31:21 UTC, 7 replies.
- [kudu-CR] KUDU-2253 Deltafile on-disk size is 3x larger than expected - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/09 20:32:21 UTC, 13 replies.
- [kudu-CR] WIP: move fake xml file generation to run-test.sh - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2018/01/09 20:56:46 UTC, 0 replies.
- [kudu-CR] [raft consensus-itest] fix for Test KUDU 1735 - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/09 23:16:05 UTC, 3 replies.
- [kudu-CR] Fixup DeltaStats::ToString - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/10 00:07:52 UTC, 2 replies.
- [kudu-CR] [raft consensus-itest] proper fix for Test KUDU 1735 - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/10 02:54:31 UTC, 8 replies.
- [kudu-CR] WIP [raft consensus-itest] proper fix for Test KUDU 1735 - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/10 05:59:16 UTC, 1 replies.
- [kudu-CR] fs: update default data dir group size - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/10 21:16:14 UTC, 14 replies.
- [kudu-CR] [tls socket-test] fix test to run smoothly at kernel 4.4.x - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/10 21:39:56 UTC, 1 replies.
- [kudu-CR] data dirs: fix logging message - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/10 22:26:04 UTC, 5 replies.
- [kudu-CR] [tls socket-test] fix test to pass at Ubuntu 16.04 - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/11 03:41:35 UTC, 1 replies.
- [kudu-CR] [tls socket-test] fix test to pass on Ubuntu 16.04 - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/11 03:48:52 UTC, 2 replies.
- [kudu-CR] KUDU-2254: Detect and warn about misusage of KuduContext - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2018/01/11 07:23:06 UTC, 10 replies.
- [kudu-CR] Move configuration keys into its own class and make public - posted by "Clemens Valiente (Code Review)" <ge...@cloudera.org> on 2018/01/11 09:15:44 UTC, 1 replies.
- [kudu-CR] KUDU-2256: Add GetTransferSize() to RpcContext - posted by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/01/11 10:44:24 UTC, 3 replies.
- [kudu-CR] rpc: allow setting --rpc tls min protocol on older RHEL versions - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/11 20:25:05 UTC, 12 replies.
- [kudu-CR] Kudu-2208 Avoid system call interruption in Subprocess - posted by "Jeffrey F. Lukman (Code Review)" <ge...@cloudera.org> on 2018/01/11 23:55:06 UTC, 4 replies.
- [kudu-CR] consensus: Fix KUDU-1735 regression test in 3-4-3 mode - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2018/01/12 02:26:45 UTC, 2 replies.
- [kudu-CR] KUDU-2208 Refine unit test and move RETRY ON EINTR() to os-util.h - posted by "Jeffrey F. Lukman (Code Review)" <ge...@cloudera.org> on 2018/01/12 02:53:09 UTC, 1 replies.
- [kudu-CR] build: Move fake XML file generation to run-test.sh - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2018/01/12 02:53:31 UTC, 2 replies.
- [kudu-CR] [WIP]KUDU-1704: add c++ client support for READ YOUR WRITES mode - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2018/01/12 03:41:31 UTC, 1 replies.
- [kudu-CR] [WIP]KUDU-1704: add java client support for READ YOUR WRITES mode - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2018/01/12 03:41:31 UTC, 1 replies.
- [kudu-CR] [WIP] KUDU-1704: add READ YOUR WRITES scan mode - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2018/01/12 03:41:31 UTC, 2 replies.
- [kudu-CR] [WIP] KUDU-1704: add java client support for READ YOUR WRITES mode - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2018/01/12 05:17:24 UTC, 2 replies.
- [kudu-CR] [WIP] KUDU-1704: add c++ client support for READ YOUR WRITES mode - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2018/01/12 05:17:24 UTC, 2 replies.
- [kudu-CR] KUDU-2208 Add unit test to detect Subprocess Interruption Handling failure and patch to fix the bug - posted by "Jeffrey F. Lukman (Code Review)" <ge...@cloudera.org> on 2018/01/12 07:52:17 UTC, 8 replies.
- [kudu-CR] [docs] Removed the note about KUDU-1626 - posted by "Alex Rodoni (Code Review)" <ge...@cloudera.org> on 2018/01/12 21:49:33 UTC, 4 replies.
- [kudu-CR] KUDU-1913: LIFO wake up ordering for threadpool worker threads - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/13 00:02:32 UTC, 8 replies.
- [kudu-CR] tools: Add debug mode to pb dump tool - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2018/01/13 03:15:07 UTC, 2 replies.
- [kudu-CR] WIP [rpc] don't issue authn tokens over non-confidential connections - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/13 06:04:38 UTC, 1 replies.
- [kudu-CR] KUDU-2208 Add RETRY ON EINTR() to Subprocess - posted by "Jeffrey F. Lukman (Code Review)" <ge...@cloudera.org> on 2018/01/13 06:34:36 UTC, 8 replies.
- [kudu-CR] KUDU-1489: allow configuration of metadata dir - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/13 17:32:35 UTC, 23 replies.
- [kudu-CR] KUDU-2261: The order of the responses after flush should match the order we call apply - posted by "zhen.zhang (Code Review)" <ge...@cloudera.org> on 2018/01/16 10:57:25 UTC, 5 replies.
- [kudu-CR] mini-cluster: rename data root to cluster root - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/16 16:57:46 UTC, 11 replies.
- [kudu-CR] fs: move metadata to the WAL directory - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/16 18:49:04 UTC, 0 replies.
- [kudu-CR](branch-1.5.x) KUDU-2193 (part 2): avoid holding TSTabletManager::lock for a long time - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/16 19:10:29 UTC, 1 replies.
- [kudu-CR](branch-1.4.x) KUDU-2193 (part 2): avoid holding TSTabletManager::lock for a long time - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/16 19:10:36 UTC, 1 replies.
- [kudu-CR] heavy-update-compaction-itest - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/16 19:27:09 UTC, 7 replies.
- [kudu-CR] KUDU-721: [Java] Add DECIMAL column type support - posted by "Grant Henke (Code Review)" <ge...@cloudera.org> on 2018/01/16 19:33:37 UTC, 0 replies.
- [kudu-CR] [catalog manager] more info if unable to replace a replica - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/16 23:14:22 UTC, 9 replies.
- [kudu-CR] KUDU-2148: do not crash on GetStatus during server startup - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/17 01:47:27 UTC, 13 replies.
- [kudu-CR] KUDU-2238. DMS not flush under memory pressure. - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2018/01/17 06:12:12 UTC, 6 replies.
- [kudu-CR] KUDU-2195 (part 1): always sync PBC-format metadata files - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2018/01/17 07:16:44 UTC, 2 replies.
- [kudu-CR] [rpc] don't issue authn tokens over non-confidential connections - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/17 09:03:03 UTC, 8 replies.
- [kudu-CR] KUDU-1865: Avoid some heap allocations in RPC paths - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/17 22:12:44 UTC, 2 replies.
- [kudu-CR] rpc: micro-optimize delayed task handling - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2018/01/18 00:13:05 UTC, 6 replies.
- [kudu-CR] rpc: avoid an extra copy of shared ptr for OutboundCall - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2018/01/18 00:13:05 UTC, 4 replies.
- [kudu-CR] WIP: Add unsigned-integer overflow checking to UBSAN - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/18 01:21:54 UTC, 1 replies.
- [kudu-CR] Fix bug causing undercounting of thread count metric - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/18 02:09:49 UTC, 2 replies.
- [kudu-CR] WIP: KUDU-2264. Automatically attempt to re-acquire Kerberos credentials before expiration - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2018/01/18 02:17:13 UTC, 9 replies.
- [kudu-CR] Add unsigned-integer overflow checking to UBSAN - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/18 04:05:43 UTC, 9 replies.
- [kudu-CR] Enable vptr UBSAN checker - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/18 04:18:55 UTC, 5 replies.
- [kudu-CR] WIP [master] no half-baked responses on ConnectoToMaster - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/18 07:05:43 UTC, 8 replies.
- [kudu-CR](branch-1.6.x) rpc: allow setting --rpc tls min protocol on older RHEL versions - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/18 18:29:51 UTC, 5 replies.
- [kudu-CR](branch-1.5.x) rpc: allow setting --rpc tls min protocol on older RHEL versions - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/18 18:29:56 UTC, 7 replies.
- [kudu-CR] Fix typo in TLS support status message - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/18 19:58:30 UTC, 2 replies.
- [kudu-CR] De-flake heacy-update-compaction-itest - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/18 22:32:26 UTC, 0 replies.
- [kudu-CR] De-flake heavy-update-compaction-itest - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/18 22:32:42 UTC, 3 replies.
- [kudu-CR] docs: update docs for metadata dir - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/18 23:38:24 UTC, 10 replies.
- [kudu-CR] Kudu-2126: Add conditional check to prevent unnecessary fsyncs - posted by "Jeffrey F. Lukman (Code Review)" <ge...@cloudera.org> on 2018/01/18 23:42:29 UTC, 3 replies.
- [kudu-CR] java: improve error messages when tokens are not used - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2018/01/18 23:55:38 UTC, 9 replies.
- [kudu-CR] [java] add test to reproduce KUDU-2267 - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2018/01/19 00:46:04 UTC, 12 replies.
- [kudu-CR] KUDU-2126: Add conditional check to prevent unnecessary fsyncs - posted by "Jeffrey F. Lukman (Code Review)" <ge...@cloudera.org> on 2018/01/19 01:31:16 UTC, 9 replies.
- [kudu-CR] KUDU-2265 CA-signed server certs for non-leader masters - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/19 08:22:15 UTC, 21 replies.
- [kudu-CR] Simplify OpId/Timestamp assignment and make it atomic - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/20 00:20:46 UTC, 5 replies.
- [kudu-CR] tablet: squelch unused variable warning - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2018/01/20 00:35:52 UTC, 4 replies.
- [kudu-CR] KUDU-2262: allow Java client to retry if no master is a leader - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2018/01/20 01:22:56 UTC, 16 replies.
- [kudu-CR] design-docs: improve cfile.md - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/20 03:06:16 UTC, 6 replies.
- [kudu-CR] KUDU-1927: no half-baked responses on ConnectoToMaster - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/20 04:04:38 UTC, 11 replies.
- [kudu-CR] docs: fix number of number masters - posted by "Attila Bukor (Code Review)" <ge...@cloudera.org> on 2018/01/22 15:28:13 UTC, 12 replies.
- [kudu-CR] consensus: avoid extra thread wakeups for Peer::SignalRequest - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2018/01/22 16:20:42 UTC, 5 replies.
- [kudu-CR] consensus: avoid extra calls to protobuf SpaceUsed in the log cache - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2018/01/22 16:46:01 UTC, 13 replies.
- [kudu-CR] Upgrade to tcmalloc 2.6.3 and enabled sized-deallocation - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2018/01/23 22:09:15 UTC, 5 replies.
- [kudu-CR] docs: update docs for update dirs tool - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/23 23:00:08 UTC, 3 replies.
- [kudu-CR] Bump Thrift to 0.11 - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/24 01:23:52 UTC, 2 replies.
- [kudu-CR] WIP: [non voter-itest] repro the bug we hit at the flash cluster - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/24 06:13:54 UTC, 0 replies.
- [kudu-CR] KUDU-2270: Add a flag to control logging in RpczStore::LogTrace() - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/24 08:24:09 UTC, 6 replies.
- [kudu-CR] [tests] de-flaking DontEvictIfRemainingConfigIsUnstable - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/24 22:57:08 UTC, 5 replies.
- [kudu-CR] env: properly use fdatasync on Linux - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2018/01/24 23:14:38 UTC, 3 replies.
- [kudu-CR] KUDU-1927: no half-baked responses on ConnectToMaster - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/25 02:24:08 UTC, 13 replies.
- [kudu-CR] client: fix UBSAN error in failover calculation - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2018/01/25 06:38:12 UTC, 3 replies.
- [kudu-CR] KUDU-1620: evict replicas with wrong server UUIDs - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/25 19:17:50 UTC, 0 replies.
- [kudu-CR] internal mini cluster: support Cluster/LogVerifier - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/25 19:23:00 UTC, 10 replies.
- [kudu-CR] KUDU-1613: evict replicas with wrong server UUIDs - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/25 19:34:56 UTC, 13 replies.
- [kudu-CR] back out cblock nomenclature - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2018/01/26 02:01:00 UTC, 4 replies.
- [kudu-CR] KUDU-2273: flink connector - posted by "Joao Boto (Code Review)" <ge...@cloudera.org> on 2018/01/29 20:27:20 UTC, 1 replies.
- [kudu-CR] KUDU-2273: test refactor - posted by "Joao Boto (Code Review)" <ge...@cloudera.org> on 2018/01/29 22:27:26 UTC, 1 replies.
- [kudu-CR] WIP: Shut down tombstoned replica when replacing it - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2018/01/30 02:16:13 UTC, 0 replies.
- [kudu-CR] [thirdparty] fix sized-deallocation issue on OS X 10.11 - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/01/30 04:04:43 UTC, 5 replies.
- [kudu-CR] Don't rely on pending config OpId index for peer promotion - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/30 18:46:41 UTC, 4 replies.
- [kudu-CR] [spark] enable scan locality by default - posted by "Hao Hao (Code Review)" <ge...@cloudera.org> on 2018/01/30 22:05:44 UTC, 0 replies.
- [kudu-CR] WIP: Simplify OpId/Timestamp assignment and make it atomic - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2018/01/30 22:41:14 UTC, 0 replies.
- [kudu-CR] util: move ListFilesInDir to env util - posted by "Andrew Wong (Code Review)" <ge...@cloudera.org> on 2018/01/31 18:35:56 UTC, 2 replies.
- [kudu-CR] maintenance manager: log the reason for scheduling each operation - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2018/01/31 23:10:21 UTC, 3 replies.