You are viewing a plain text version of this content. The canonical link for it is here.
- [kudu-CR] KUDU-921. tablet copy: Make the StartTabletCopy() RPC async - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/01 00:01:02 UTC, 28 replies.
- [kudu-CR] Make threadpool-test less flaky - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/01 00:07:16 UTC, 4 replies.
- [kudu-CR] WIP: Support safe time advancement on replicas in the absense of writes - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/01 00:08:17 UTC, 2 replies.
- [kudu-CR] KUDU-1775 (part 2). Enforce a max number of columns and reasonable identifier lengths - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/01 00:20:08 UTC, 8 replies.
- [kudu-CR] KUDU-1775 (part 1). Reject CREATE TABLE with negative or too-high replication factors - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/01 00:20:08 UTC, 2 replies.
- [kudu-CR] threadpool: Allow zero-size task queue - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/01 00:22:29 UTC, 1 replies.
- [kudu-CR] KUDU-1422 [java client] modifiable error collector capacity - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/01 00:33:08 UTC, 5 replies.
- [kudu-CR] WIP: Make sure replica transactions start/abort on the consensus thread - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/01 00:45:01 UTC, 1 replies.
- [kudu-CR] KUDU-981 (part 1): validate identifiers as UTF8 with no null bytes - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/01 01:16:20 UTC, 5 replies.
- [kudu-CR] KUDU-798 (part 3) Make replica transactions start/abort on the consensus thread - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/01 01:55:25 UTC, 10 replies.
- [kudu-CR] Ignore tablet metadata files with old tmp infix - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/01 02:10:29 UTC, 2 replies.
- [kudu-CR] [java client] Allow to pass extra flags to tservers/masters - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/01 02:42:09 UTC, 5 replies.
- [kudu-CR] WIP: KUDU-798 (part 5) Safe time advancement in the absense of writes - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/01 02:49:43 UTC, 7 replies.
- [kudu-CR] WIP: KUDU-798 (part 4) Add a TimeManager to manage safe time advancement - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/01 02:49:44 UTC, 6 replies.
- [kudu-CR] [ts tablet manager] simplified WaitForAllBootstrapsToFinish - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/01 03:19:00 UTC, 6 replies.
- [kudu-CR] [clock] minor clean-up on the Clock class - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/01 07:45:17 UTC, 3 replies.
- [kudu-CR] [tools] Tombstone the tablet with "local replica delete" - posted by "Dinesh Bhat (Code Review)" <ge...@cloudera.org> on 2016/12/01 07:55:44 UTC, 13 replies.
- [kudu-CR] WIP: Add a way to get the physical time component of a hybrid timestamp - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/01 12:19:04 UTC, 0 replies.
- [kudu-CR] WIP KUDU-1127 Don't hang scanner threads waiting for safe time - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/01 12:19:04 UTC, 12 replies.
- [kudu-CR] Make linked list-test finish with snapshot scans in the present - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/01 12:19:04 UTC, 1 replies.
- [kudu-CR] [flume] Add interface annotations to KuduOperationsProducers - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/01 14:12:55 UTC, 1 replies.
- [kudu-CR] KUDU-1773: remove overly strict DCHECKs - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/01 14:24:22 UTC, 3 replies.
- [kudu-CR] KUDU-1643 Prune hash partitions based on IN-list predicates - posted by "Haijie Hong (Code Review)" <ge...@cloudera.org> on 2016/12/01 15:28:04 UTC, 7 replies.
- [kudu-CR] [scripts] KUDU-1566: Update jira fields automatically - posted by "Will Berkeley (Code Review)" <ge...@cloudera.org> on 2016/12/01 15:54:11 UTC, 0 replies.
- [kudu-CR] KUDU-1752 C++ client error memory should be bounded - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/01 19:01:12 UTC, 14 replies.
- [kudu-CR] WIP: KUDU-1778. Fix LMP mismatch behavior after a replica restarts - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/01 19:58:07 UTC, 1 replies.
- [kudu-CR] tool: Allow hyphens to be used instead of underscores - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/01 20:45:20 UTC, 7 replies.
- [kudu-CR] tool: Replace Kudu replica with tablet replica in help text - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/01 20:45:20 UTC, 5 replies.
- [kudu-CR] Update debug partition and row printing - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/01 22:45:59 UTC, 1 replies.
- [kudu-CR] KUDU-1778. Fix LMP mismatch behavior after a replica restarts - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/02 01:52:27 UTC, 5 replies.
- [kudu-CR] WIP: KUDU-1369. client: fail over scans to a new replica if current replica is out-of-date - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/02 02:53:52 UTC, 3 replies.
- [kudu-CR] WIP: scanner should not retry a SCANNER EXPIRED error without reopening - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/02 02:55:00 UTC, 2 replies.
- [kudu-CR] block manager: start using the file cache - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/02 04:13:54 UTC, 13 replies.
- [kudu-CR] util: add file cache - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/02 04:39:36 UTC, 19 replies.
- [kudu-CR] Revert "env: change various file filename() functions to return copies" - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/02 05:01:36 UTC, 2 replies.
- [kudu-CR] [flaky tests] Fix "Already present" failures on raft consensus-itest - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/02 05:38:46 UTC, 6 replies.
- [kudu-CR] KUDU-625 - Make write transctions abort in mvcc, by default - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/02 06:06:40 UTC, 1 replies.
- [kudu-CR] WIP: KUDU-695. Avoid glog contention by deferring logs to other threads - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/02 06:16:13 UTC, 2 replies.
- [kudu-CR] WIP: KUDU-1622. Try to move heavy work out of ResultTracker lock - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/02 06:19:05 UTC, 3 replies.
- [kudu-CR] WIP: KUDU-1622. Stripe the ResultTracker to lessen contention - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/02 06:19:05 UTC, 3 replies.
- [kudu-CR] KUDU-100 enable the ability to use RLE for the int64 type - posted by "Haijie Hong (Code Review)" <ge...@cloudera.org> on 2016/12/02 08:32:38 UTC, 2 replies.
- [kudu-CR] KUDU-625 - Make write transactions abort in mvcc, by default - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/02 08:36:30 UTC, 7 replies.
- [kudu-CR] KUDU-798 (part 3) Replica transactions must start/abort on the consensus update thread - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/02 08:36:30 UTC, 13 replies.
- [kudu-CR] Add a way to get the physical time component of a hybrid timestamp - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/02 12:24:08 UTC, 1 replies.
- [kudu-CR] Allow to build a MonoTime from a MonoDelta - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/02 12:24:09 UTC, 9 replies.
- [kudu-CR] Remove the clock from MvccManager - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/02 12:51:06 UTC, 8 replies.
- [kudu-CR] flume sink: Fix jar shading - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/02 16:39:02 UTC, 7 replies.
- [kudu-CR] java tests: Also search for build bindir from cwd - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/02 16:39:02 UTC, 5 replies.
- [kudu-CR] java tests: Remove duplicate "Starting masters" message - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/02 16:39:03 UTC, 2 replies.
- [kudu-CR] [catalog manager] removed unused variable - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/02 20:31:48 UTC, 2 replies.
- [kudu-CR] KUDU-695. Avoid glog contention by deferring log writes to dedicated threads - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/02 21:28:18 UTC, 14 replies.
- [kudu-CR] client: throttle some warning messages when lookup RPCs fail - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/02 22:51:08 UTC, 5 replies.
- [kudu-CR] Allow to get a MonoDelta from two Timestamps - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/02 22:51:34 UTC, 14 replies.
- [kudu-CR] KUDU-766: limit number of glog files - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/03 00:39:41 UTC, 20 replies.
- [kudu-CR] Add file globbing to Env - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/03 00:39:41 UTC, 7 replies.
- [kudu-CR] Add file modified time to Env - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/03 00:39:41 UTC, 5 replies.
- [kudu-CR] raft consensus-itest: add a test for a potential deadlock - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/03 01:11:28 UTC, 2 replies.
- [kudu-CR] WIP: KUDU-798 (part 3) Replica transactions must start/abort on the consensus update thread - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/03 01:55:05 UTC, 2 replies.
- [kudu-CR] raft consensus: avoid some unecessary allocations in hot path - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/03 02:16:57 UTC, 2 replies.
- [kudu-CR] KUDU-1753 [delete table-test] deleted-while-scanned test - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/03 03:14:27 UTC, 12 replies.
- [kudu-CR] KUDU-1753 [tablet service] continue scan request on deleted tablet - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/03 03:44:14 UTC, 11 replies.
- [kudu-CR] [i-tests] TestWorkload::set num tablets() accepts 1 - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/03 07:01:02 UTC, 2 replies.
- [kudu-CR] java tests: Clean up and document binDir search - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/03 11:49:37 UTC, 2 replies.
- [kudu-CR] Add integration tests for duplicate keys - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/03 17:10:03 UTC, 16 replies.
- [kudu-CR] Add raft integration tests with duplicate keys - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/03 17:41:59 UTC, 0 replies.
- [kudu-CR] [consensus] KUDU-1613: Fix replica eviction failure for WRONG SERVER UUID - posted by "Dinesh Bhat (Code Review)" <ge...@cloudera.org> on 2016/12/04 00:47:34 UTC, 11 replies.
- [kudu-CR] ts recovery-itest: reduce test flakiness - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/04 05:19:11 UTC, 2 replies.
- [kudu-CR] [consensus] KUDU-1407 replica is not evcited when TABLET NOT RUNNING - posted by "Dinesh Bhat (Code Review)" <ge...@cloudera.org> on 2016/12/04 08:01:58 UTC, 6 replies.
- [kudu-CR] KUDU-1782. Fault injection crashes should exit with a specific exit code - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/04 08:22:55 UTC, 5 replies.
- [kudu-CR] KUDU-1757: fix appendCellValueDebugString, do not throw exception when a column is not set - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/05 03:26:06 UTC, 10 replies.
- [kudu-CR] ssl factory: avoid a non-POD (vector<>) in static storage - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/05 04:39:37 UTC, 2 replies.
- [kudu-CR] rpc-test: fix flakiness in tests that expect timeouts - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/05 04:39:38 UTC, 4 replies.
- [kudu-CR] rpc-test: fix flakiness of TestCallLongerThanKeepalive - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/05 04:39:38 UTC, 2 replies.
- [kudu-CR] KUDU-1608: Catalog manager can stop retrying DeleteTablet upon fatal errors - posted by "Dinesh Bhat (Code Review)" <ge...@cloudera.org> on 2016/12/05 05:05:51 UTC, 6 replies.
- [kudu-CR] KUDU-798 (part 4) Add a TimeManager to manage safe time advancement - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/05 05:09:51 UTC, 21 replies.
- [kudu-CR] KUDU-1622. result tracker: respond to RPCs outside of the lock - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/05 09:33:16 UTC, 5 replies.
- [kudu-CR] exactly once rpc-test: fix gc stress test flakiness - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/05 09:33:16 UTC, 2 replies.
- [kudu-CR] Tightening ScanSpec primary bounds when range predicate exists - posted by "Haijie Hong (Code Review)" <ge...@cloudera.org> on 2016/12/05 13:03:11 UTC, 7 replies.
- [kudu-CR] WIP workaround for KUDU-1524 - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/12/05 13:21:52 UTC, 0 replies.
- [kudu-CR] fault injection: use exit instead of exit - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/05 14:35:09 UTC, 2 replies.
- [kudu-CR] [python] - Add timeouts to Python unit tests - posted by "Jordan Birdsell (Code Review)" <ge...@cloudera.org> on 2016/12/05 16:44:37 UTC, 7 replies.
- [kudu-CR] KUDU-1785. Fix potential crash in TabletCopySourceSession - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/05 16:47:04 UTC, 15 replies.
- [kudu-CR] [i-tests] fix TestWorkload to allow set num tablets(1) - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/05 19:06:43 UTC, 5 replies.
- [kudu-CR] WIP: KUDU-1767. Create a client flush interleave test - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/05 21:33:11 UTC, 2 replies.
- [kudu-CR] [i-tests] separated implementation of the ext mini-cluster - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/06 00:42:19 UTC, 3 replies.
- [kudu-CR] Update partition syntax for single value range partitions - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/06 01:03:27 UTC, 2 replies.
- [kudu-CR] WIP: KUDU-798 (part 5) Safe time advancement in the absence of writes - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/06 01:21:52 UTC, 3 replies.
- [kudu-CR] rpc: show outbound call state in /rpcz dump - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/06 04:38:14 UTC, 3 replies.
- [kudu-CR] Output more info when a snapshot scan fails due to history gc - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/06 06:54:25 UTC, 6 replies.
- [kudu-CR] WIP integration test for snapshot scans - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/06 06:54:25 UTC, 9 replies.
- [kudu-CR] Leader leases - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/06 07:54:21 UTC, 1 replies.
- [kudu-CR] [NOT FOR REVIEW WIP] Design doc for repeatable reads - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/06 07:56:37 UTC, 0 replies.
- [kudu-CR] KUDU-798 (part 5) Correct safe time advancement - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/06 09:30:00 UTC, 21 replies.
- [kudu-CR] KUDU-1776: Fix "kudu remote replica copy" binding to wildcard address - posted by "Dinesh Bhat (Code Review)" <ge...@cloudera.org> on 2016/12/06 09:44:06 UTC, 1 replies.
- [kudu-CR] KUDU-1789. Fix ScannerKeepAlive leaking RPCs when scanner is already expired - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/06 11:30:45 UTC, 3 replies.
- [kudu-CR] client: don't log retriable scanner errors - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/06 11:30:45 UTC, 3 replies.
- [kudu-CR] Silence gcc warning on TimeManager::GetSafeTimeUnlocked() - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/06 11:40:00 UTC, 2 replies.
- [kudu-CR] [ExternalMiniClusterITestBase] move some methods into .cc - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/06 16:24:09 UTC, 3 replies.
- [kudu-CR] log block manage: tighten up read only usage - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/06 18:47:09 UTC, 3 replies.
- [kudu-CR] KUDU-1791: tighten up read only usage in log block manager - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/06 22:24:48 UTC, 2 replies.
- [kudu-CR] [docs] Add krb5-devel to the SLES12 instructions - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/12/06 23:47:01 UTC, 1 replies.
- [kudu-CR] [docs] Add missing krb deps to the SLES12 and Ubuntu instructions - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/12/06 23:55:35 UTC, 2 replies.
- [kudu-CR] KUDU-1792 It is possible to overwrite range partitions - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/07 04:02:06 UTC, 7 replies.
- [kudu-CR] [build] Update syntax of gen version info.py - posted by "Will Berkeley (Code Review)" <ge...@cloudera.org> on 2016/12/07 05:07:08 UTC, 2 replies.
- [kudu-CR] Reduce default client tablet locations cache TTL - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/07 05:25:17 UTC, 5 replies.
- [kudu-CR] KUDU-861 Support changing default, storage attributes - posted by "Will Berkeley (Code Review)" <ge...@cloudera.org> on 2016/12/07 06:51:19 UTC, 6 replies.
- [kudu-CR] Make fuzz-itest run serially - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/07 07:29:51 UTC, 2 replies.
- [kudu-CR] KUDU-1776: Fix "kudu remote replica copy" connecting to wildcard address - posted by "Dinesh Bhat (Code Review)" <ge...@cloudera.org> on 2016/12/07 10:17:03 UTC, 18 replies.
- [kudu-CR] KUDU-1793: only update lbm container bookkeeping on success - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/07 11:42:06 UTC, 12 replies.
- [kudu-CR] [java] KUDU-1746/KUDU-1747 Improve addColumn API - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/12/07 16:40:48 UTC, 1 replies.
- [kudu-CR] Make dist test.py work on a symlinked work directory - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/07 16:52:33 UTC, 0 replies.
- [kudu-CR] KUDU-1524. Add a workaround for unflushable large cells - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/07 20:32:18 UTC, 3 replies.
- [kudu-CR] KUDU-1753 continue scan if tablet is being deleted - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/07 21:41:21 UTC, 6 replies.
- [kudu-CR] KUDU-1508: enforce block limit on lbm containers - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/07 22:04:37 UTC, 21 replies.
- [kudu-CR] KUDU-1753 [delete table-test] deleted-while-in-scan test - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/07 22:09:34 UTC, 11 replies.
- [kudu-CR] log-rolling-itest: wait for the master on first start - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/08 00:01:53 UTC, 2 replies.
- [kudu-CR] Enable rhel6 krb5 realm workaround for Java tests - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/08 00:07:38 UTC, 2 replies.
- [kudu-CR] python: fix py2.6 incompatibility in unixtime micros support - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/08 00:15:36 UTC, 2 replies.
- [kudu-CR] python: add back multiprocessing as a test dependency - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/08 00:15:36 UTC, 2 replies.
- [kudu-CR] python: add workaround for multiprocessing atexit hook on py2.6 - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/08 02:22:55 UTC, 2 replies.
- [kudu-CR] KUDU-1780: Unshaded classes in kudu-client jar - posted by "Matt Dailey (Code Review)" <ge...@cloudera.org> on 2016/12/08 02:39:55 UTC, 6 replies.
- [kudu-CR] [docs] - Fix python development section location - posted by "Jordan Birdsell (Code Review)" <ge...@cloudera.org> on 2016/12/08 03:59:52 UTC, 3 replies.
- [kudu-CR] KUDU-1796: Use last REPLICATE OpId instead of last COMMIT OpId to tombstone a tablet replica - posted by "Dinesh Bhat (Code Review)" <ge...@cloudera.org> on 2016/12/08 08:05:06 UTC, 5 replies.
- [kudu-CR] dist-test: allow collecting the tmp dir of failed tests - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/08 11:40:02 UTC, 2 replies.
- [kudu-CR] WIP: bug in exactly-once during tablet bootstrap - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/08 11:40:03 UTC, 4 replies.
- [kudu-CR] KUDU-1624. Fix data race in Trace::MetricsToJSON - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/08 13:56:01 UTC, 4 replies.
- [kudu-CR] Revert "KUDU-861 Support changing default, storage attributes" - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/12/08 16:31:59 UTC, 3 replies.
- [kudu-CR] Make delete table-test less flaky - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/08 18:10:07 UTC, 6 replies.
- [kudu-CR] Fix linked list-test flakiness - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/08 19:40:10 UTC, 3 replies.
- [kudu-CR] [spark] KUDU-1641 Pushdown SparkSQL In predicates - posted by "Will Berkeley (Code Review)" <ge...@cloudera.org> on 2016/12/08 20:21:57 UTC, 13 replies.
- [kudu-CR] KUDU-1757: add PartialRow.toString - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/08 22:15:08 UTC, 7 replies.
- [kudu-CR] log-rolling-itest: wait for log roller on server startup - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/08 23:14:21 UTC, 2 replies.
- [kudu-CR] WIP Fix exactly once bug in tablet bootstrap - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/08 23:35:08 UTC, 2 replies.
- [kudu-CR] csd: two minor changes - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/09 01:26:37 UTC, 6 replies.
- [kudu-CR] Modify the default value of log dir flag. - posted by "Kousuke Saruta (Code Review)" <ge...@cloudera.org> on 2016/12/09 03:02:54 UTC, 2 replies.
- [kudu-CR] Change version in master to 1.3.0-SNAPSHOT - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/09 03:32:24 UTC, 2 replies.
- [kudu-CR] [env] File manager broken on OS X due to getrlimit returning RLIM INFINITY - posted by "Dinesh Bhat (Code Review)" <ge...@cloudera.org> on 2016/12/09 08:51:22 UTC, 0 replies.
- [kudu-CR] KUDU-1798: [env] File manager broken on OS X - posted by "Dinesh Bhat (Code Review)" <ge...@cloudera.org> on 2016/12/09 09:18:03 UTC, 2 replies.
- [kudu-CR] KUDU-1595 and KUDU-1642: IS NOT NULL and IS NULL predicates - posted by "Will Berkeley (Code Review)" <ge...@cloudera.org> on 2016/12/09 17:36:14 UTC, 2 replies.
- [kudu-CR] KUDU-1386 NaN float and double values are not handled correctly - posted by "Will Berkeley (Code Review)" <ge...@cloudera.org> on 2016/12/09 17:42:41 UTC, 1 replies.
- [kudu-CR] Make TabletCopyITest subclass ExternalMiniClusterITestBase - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/09 18:52:22 UTC, 2 replies.
- [kudu-CR] Make tablet copy-itest less flaky - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/09 18:52:22 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) KUDU-1776: Fix "kudu remote replica copy" connecting to wildcard address - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/09 19:58:25 UTC, 2 replies.
- [kudu-CR] KUDU-1799: AsyncKuduClient.discoverTablets has very expensive logging - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/09 20:57:01 UTC, 5 replies.
- [kudu-CR] KUDU-1798: [env] File manager broken on OS X 10.11 - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/09 21:52:24 UTC, 12 replies.
- [kudu-CR] log-rolling-itest: remove unused mini cluster option - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/09 22:27:19 UTC, 2 replies.
- [kudu-CR] MiniKuduClusterBuilder.build should clean up state when initialization fails - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/09 23:09:03 UTC, 6 replies.
- [kudu-CR](branch-1.2.x) csd: two minor changes - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/12/09 23:39:07 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) KUDU-1799: AsyncKuduClient.discoverTablets has very expensive logging - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/09 23:39:08 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) KUDU-1798: [env] File manager broken on OS X 10.11 - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/09 23:39:30 UTC, 2 replies.
- [kudu-CR] [delete table-test] parameterized DeleteTableWhileScanInProgress - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/10 02:45:59 UTC, 7 replies.
- [kudu-CR] docs: fix gflag name - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/10 03:07:12 UTC, 3 replies.
- [kudu-CR] env: do not convert all Flush() calls into fsync() on macOS - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/10 03:07:12 UTC, 7 replies.
- [kudu-CR] env: rename writable file use fsync to env file use fsync - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/10 03:07:12 UTC, 4 replies.
- [kudu-CR] tests: set never fsync for every test - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/10 03:07:13 UTC, 7 replies.
- [kudu-CR] [spark] KUDU-1631 push down StringStartsWith filters - posted by "Will Berkeley (Code Review)" <ge...@cloudera.org> on 2016/12/10 03:59:38 UTC, 8 replies.
- [kudu-CR] docs: KUDU-1767. Document possible client op reordering - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/10 22:56:30 UTC, 6 replies.
- [kudu-CR] KUDU-1767. Add java test for client operation interleaving - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/10 23:05:49 UTC, 3 replies.
- [kudu-CR] KUDU-1767. Create a client flush interleave test - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/11 00:26:46 UTC, 0 replies.
- [kudu-CR] Remove gcc/libstdcxx from thirdparty/LICENSE.txt - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/11 14:36:44 UTC, 3 replies.
- [kudu-CR] Avoid flakiness in RaftConsensusITest.TestReplaceOperationStuckInPrepareQueue - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/11 15:02:33 UTC, 3 replies.
- [kudu-CR] Attempt to make tablet copy client session-itest less flaky - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/11 16:26:28 UTC, 2 replies.
- [kudu-CR] push to asf.py: Use check output() from kudu util - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/11 16:37:51 UTC, 2 replies.
- [kudu-CR] KUDU-1801: catalog manager: change TableInfo lock to a rwlock - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/12 01:59:19 UTC, 5 replies.
- [kudu-CR] tablet bootstrap: periodically update status during replay - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/12 03:03:01 UTC, 2 replies.
- [kudu-CR] ts recovery-itest: increase timeout for bootstrap - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/12 03:21:56 UTC, 2 replies.
- [kudu-CR] [python] - Enable Session.apply for list of WriteOperations - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/12 06:52:49 UTC, 0 replies.
- [kudu-CR] random: add a Rand64() variant which uses all bits - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/12 07:39:28 UTC, 3 replies.
- [kudu-CR] KUDU-1551: ignore segment when it's pre-allocated - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/12 07:54:51 UTC, 0 replies.
- [kudu-CR] WIP: KUDU-1775 (part 3): enforce max cell size and max PK size - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/12 14:02:37 UTC, 1 replies.
- [kudu-CR] KUDU-1493: Implement SchemaRelationProvider - posted by "Chris George (Code Review)" <ge...@cloudera.org> on 2016/12/12 16:32:20 UTC, 1 replies.
- [kudu-CR] KUDU-1805: Properly qualify classes in generated svc headers - posted by "Henry Robinson (Code Review)" <ge...@cloudera.org> on 2016/12/12 19:07:27 UTC, 2 replies.
- [kudu-CR] Fix build on macOS - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/12 23:18:45 UTC, 2 replies.
- [kudu-CR] WIP: rpc: Initiate TLS connection upgrade following SASL negotiation - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/13 00:17:01 UTC, 8 replies.
- [kudu-CR] Persistent cache support for NVM - posted by "Sarah Jelinek (Code Review)" <ge...@cloudera.org> on 2016/12/13 01:31:11 UTC, 4 replies.
- [kudu-CR] random: change Rand64() to use all bits - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/13 01:41:24 UTC, 3 replies.
- [kudu-CR] KUDU-1775 (part 3): enforce max cell size and max PK size - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/13 04:04:30 UTC, 10 replies.
- [kudu-CR] webserver: improve SSL certificate handling - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/13 04:46:15 UTC, 1 replies.
- [kudu-CR] KUDU-1760. Add test coverage of reading pre-REINSERT after ALTER - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/13 07:43:50 UTC, 5 replies.
- [kudu-CR] Test for bug in exactly-once during tablet bootstrap - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/13 11:05:02 UTC, 0 replies.
- [kudu-CR] Fix bug in incorrect response rebuilding on tablet boostrap - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/13 11:05:03 UTC, 1 replies.
- [kudu-CR] WIP: KUDU-699 - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/13 14:50:19 UTC, 0 replies.
- [kudu-CR] WIP: Kudu Jepsen Tests - Initial Commit - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/12/13 21:52:54 UTC, 9 replies.
- [kudu-CR] KuduRDD.collect fails because of NoSerializableException - posted by "Kousuke Saruta (Code Review)" <ge...@cloudera.org> on 2016/12/14 04:30:36 UTC, 9 replies.
- [kudu-CR] KUDU-1806. java: fetching scan cokens should fetch larger batches - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/14 07:45:26 UTC, 0 replies.
- [kudu-CR] java: don't preallocate log segments in java tests - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/14 07:45:27 UTC, 2 replies.
- [kudu-CR] [jepsen] initial patch from David - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/14 08:02:11 UTC, 2 replies.
- [kudu-CR] [jepen.kudu] some updates - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/14 08:02:12 UTC, 5 replies.
- [kudu-CR] KUDU-1806. java: fetching scan tokens should fetch larger batches - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/14 08:41:18 UTC, 13 replies.
- [kudu-CR] external mini cluster: check for leaks before killing servers - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/14 09:10:35 UTC, 9 replies.
- [kudu-CR] docs: update location of devtoolset-3 repo rpm - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/15 00:14:43 UTC, 2 replies.
- [kudu-CR] macOS: update brew install instructions - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/15 02:35:06 UTC, 3 replies.
- [kudu-CR](branch-1.2.x) Remove gcc/libstdcxx from thirdparty/LICENSE.txt - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/15 04:20:46 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) docs: fix gflag name - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/15 04:21:16 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) Modify the default value of log dir flag. - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/15 04:21:51 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) KUDU-1801: catalog manager: change TableInfo lock to a rwlock - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/15 04:22:51 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) KUDU-1775 (part 3): enforce max cell size and max PK size - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/15 04:23:20 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) macOS: update brew install instructions - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/15 04:23:50 UTC, 2 replies.
- [kudu-CR] KUDU-1775 (fixup): fix error message for too-large encoded key - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/15 07:24:42 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) KUDU-1806. java: fetching scan tokens should fetch larger batches - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/15 07:35:40 UTC, 3 replies.
- [kudu-CR] KUDU-699. consensus: Peer::Close() should not block on outstanding requests - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/15 09:33:49 UTC, 7 replies.
- [kudu-CR] threadpool: avoid calling task destructors while holding lock - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/15 10:36:15 UTC, 4 replies.
- [kudu-CR] threadpool: use move semantics where possible - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/15 10:46:30 UTC, 3 replies.
- [kudu-CR](branch-1.2.x) KUDU-1775 (fixup): fix error message for too-large encoded key - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/12/15 17:18:00 UTC, 3 replies.
- [kudu-CR] KUDU-1805: (Follow up) Add missing 'using' declaration to RPC protoc-gen - posted by "Henry Robinson (Code Review)" <ge...@cloudera.org> on 2016/12/15 23:42:08 UTC, 2 replies.
- [kudu-CR] spark: continue scanning after encountering empty batch - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/15 23:47:57 UTC, 3 replies.
- [kudu-CR] KUDU-1767. c++ client: Prevent concurrent flushes by default - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/12/16 02:43:31 UTC, 5 replies.
- [kudu-CR] Remove Schema#toString from RowResult#toString - posted by "Kousuke Saruta (Code Review)" <ge...@cloudera.org> on 2016/12/16 05:05:34 UTC, 2 replies.
- [kudu-CR] csd: add another path for KUDU HOME - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/12/17 02:57:05 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) spark: continue scanning after encountering empty batch - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/19 05:12:53 UTC, 2 replies.
- [kudu-CR] dist test: set death signal on forked processes - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/19 09:32:16 UTC, 1 replies.
- [kudu-CR] KUDU-699 followup: fix flakiness of raft consensus quorum-test - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/19 10:26:37 UTC, 0 replies.
- [kudu-CR] Fix flakiness in ToolTest.TestRemoteReplicaCopy - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/19 10:39:55 UTC, 0 replies.
- [kudu-CR] delete table test: improve test runtime in ASAN/TSAN - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/19 10:47:27 UTC, 2 replies.
- [kudu-CR] KUDU-1812: redact sensitive partition keys from logs - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/20 00:59:11 UTC, 10 replies.
- [kudu-CR] KUDU-1812: don't log user data in the Java client - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/12/20 01:24:17 UTC, 11 replies.
- [kudu-CR] [jepsen.kudu] run tests from clojure-maven-plugin - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/20 07:36:04 UTC, 0 replies.
- [kudu-CR] WIP [jepsen.kudu] run tests from clojure-maven-plugin - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/20 07:38:06 UTC, 9 replies.
- [kudu-CR] [jepsen.kudu] some updates - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/20 07:46:08 UTC, 2 replies.
- [kudu-CR] WIP: KUDU-1812. redaction of PB fields - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/21 01:54:15 UTC, 4 replies.
- [kudu-CR] KUDU-1812: redact row contents from logs - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/21 03:01:54 UTC, 5 replies.
- [kudu-CR] WIP: KUDU-1812. Redaction using thread-local boolean approach - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/21 11:04:29 UTC, 5 replies.
- [kudu-CR] KUDU-1812. Redact pretty-printed sensitive user data - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/21 23:43:57 UTC, 12 replies.
- [kudu-CR] [jenkins] added JEPSEN build configuration - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/22 06:58:37 UTC, 6 replies.
- [kudu-CR] KUDU-1812. Redaction support for protobufs - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/22 15:49:17 UTC, 5 replies.
- [kudu-CR] Update kudu-lint to LLVM 3.9 - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/22 15:49:17 UTC, 1 replies.
- [kudu-CR] KUDU-1812. tool main should set redaction flag default before parsing flags - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/22 15:49:18 UTC, 1 replies.
- [kudu-CR] KUDU-1812. Clang tool for replacing DebugString calls - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/22 15:49:18 UTC, 1 replies.
- [kudu-CR] KUDU-1812. Replace PB DebugString calls with redactable variants - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/22 15:49:18 UTC, 4 replies.
- [kudu-CR] KUDU-1812. pb util: add a 'using' to import secure PB strings - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/22 15:49:18 UTC, 4 replies.
- [kudu-CR] KUDU-1812. Redact a few more protobuf fields - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/22 16:14:38 UTC, 1 replies.
- [kudu-CR](branch-1.2.x) KUDU-1812. Redact pretty-printed sensitive user data - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/22 18:50:39 UTC, 4 replies.
- [kudu-CR] KUDU-1812. address comments on 1179bbdb - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/22 19:14:57 UTC, 8 replies.
- [kudu-CR] KUDU-1812: redact HexDump output - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/22 20:35:14 UTC, 6 replies.
- [kudu-CR] KUDU-1812. Redact calls to Slice::ToDebugString - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/22 21:34:46 UTC, 13 replies.
- [kudu-CR](branch-1.2.x) KUDU-1812. Redaction support for protobufs - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/23 00:30:35 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) KUDU-1812: redact HexDump output - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/23 00:39:41 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) KUDU-1812. address comments on 1179bbdb - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/23 00:40:14 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) KUDU-1812. Replace PB DebugString calls with redactable variants - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/23 01:24:19 UTC, 2 replies.
- [kudu-CR] KUDU-1812. Fix printed default of redaction flag for tools - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/12/23 01:46:20 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) KUDU-1812. Fix printed default of redaction flag for tools - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/23 02:23:53 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) KUDU-1812. Redact calls to Slice::ToDebugString - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/23 02:24:51 UTC, 2 replies.
- [kudu-CR](branch-1.2.x) KUDU-1812: don't log user data in the Java client - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/12/23 02:30:40 UTC, 2 replies.
- [kudu-CR] Kudu Jepsen Tests - Initial Commit - posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2016/12/23 03:03:57 UTC, 13 replies.
- [kudu-CR] [KUDU-90] Add a header checksum to our RPC protocol Added 4-byte checksum into the RPC protocol. Checksum is inserted immediately after total size. - posted by "Jun He (Code Review)" <ge...@cloudera.org> on 2016/12/25 07:04:40 UTC, 2 replies.
- [kudu-CR] fix lint error - posted by "Jun He (Code Review)" <ge...@cloudera.org> on 2016/12/25 07:10:49 UTC, 3 replies.
- [kudu-CR] KUDU-1655. Update docs for ASF maven repository coordinates - Update Maven Artifacts - Update Kudu Integration with Spark using --packages - posted by "Jun He (Code Review)" <ge...@cloudera.org> on 2016/12/26 19:13:52 UTC, 0 replies.
- [kudu-CR] KUDU-1817. Fix kudu-spark2 artifactId in pom.xml - posted by "Jun He (Code Review)" <ge...@cloudera.org> on 2016/12/29 05:47:39 UTC, 0 replies.