You are viewing a plain text version of this content. The canonical link for it is here.
- [kudu-CR] Fix flakiness in create-table-itest - posted by "Binglin Chang (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/01 05:12:24 UTC, 6 replies.
- [kudu-CR] KUDU-1317. Spread creation of new tablets more randomly - posted by "Binglin Chang (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/01 09:51:35 UTC, 1 replies.
- [kudu-CR] Mark peer responsive when remote bootstrap is in progress - posted by "Binglin Chang (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/01 10:49:28 UTC, 10 replies.
- Re: February 2016 report timeline - posted by Todd Lipcon <to...@cloudera.com> on 2016/02/01 20:07:50 UTC, 1 replies.
- Re: Status of Blockers and Criticals for Kudu 0.7.0 - posted by Jean-Daniel Cryans <jd...@gmail.com> on 2016/02/01 20:59:09 UTC, 0 replies.
- [kudu-CR] Add implementation of the block cache on NVM running in persistent mode. - posted by "Sarah Jelinek (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/01 21:05:52 UTC, 4 replies.
- [kudu-CR] KUDU-980 - Fix timestamp printing in c++ - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 00:22:00 UTC, 22 replies.
- [kudu-CR] KUDU-1317 (part 2): decay the replica creation load on TS lazily - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 00:23:04 UTC, 9 replies.
- [kudu-CR] Do not report tests that fail due to NTP issues - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 00:30:44 UTC, 3 replies.
- [kudu-CR] Fix a TSAN race on Webserver::path_handlers_ - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 00:34:32 UTC, 1 replies.
- [kudu-CR] env_posix: remove unused page_size_ member - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 00:53:46 UTC, 3 replies.
- [kudu-CR] WIP: remove libstdcxx race annotations - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 00:53:46 UTC, 2 replies.
- [kudu-CR] Spark connectors for Kudu - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 00:55:16 UTC, 8 replies.
- [kudu-CR] python: start master with default_num_replicas=1 - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 00:58:48 UTC, 2 replies.
- [kudu-CR] Enable compression and smaller block size for composite key index - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 01:03:00 UTC, 2 replies.
- [kudu-CR] KUDU-1272: better error messages when client deadlines expire - posted by "Adar Dembo (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 03:44:44 UTC, 8 replies.
- [kudu-CR] [python] - Allow null values - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 06:43:17 UTC, 0 replies.
- [kudu-CR] [python] - Allow to scan null values - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 06:44:00 UTC, 16 replies.
- [kudu-CR] tsan: remove libstdcxx race annotations - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 08:17:01 UTC, 3 replies.
- [kudu-CR] WIP: remove TSAN suppressions for protobuf - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 08:17:01 UTC, 0 replies.
- [kudu-CR] Remove TSAN suppressions for protobuf - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 09:07:34 UTC, 8 replies.
- Flaky tests - posted by Todd Lipcon <to...@cloudera.com> on 2016/02/02 09:36:11 UTC, 1 replies.
- [kudu-CR] [c++ client] - Make fault tolerant scans set READ_AT_SNAPSHOT read more - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 11:01:38 UTC, 0 replies.
- [kudu-CR] [c++ client] - Make fault tolerant scans set READ_AT_SNAPSHOT read mode implicitely - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 11:02:38 UTC, 0 replies.
- [kudu-CR] [python] - Allow to set a scanner to be fault tolerant - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 11:11:34 UTC, 10 replies.
- [kudu-CR] KUDU-842. Implement Operation.toString() in Java client - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 20:45:42 UTC, 4 replies.
- [kudu-CR] [c++ client] - Make fault tolerant scans set READ_AT_SNAPSHOT read mode implicitly - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 20:50:41 UTC, 6 replies.
- [kudu-CR] Change timestamp printing to ISO-8601 (with microseconds) - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 21:36:07 UTC, 2 replies.
- About to branch 0.7.0 - posted by Jean-Daniel Cryans <jd...@apache.org> on 2016/02/02 22:59:06 UTC, 1 replies.
- [kudu-CR] Prefer 'replica' or 'host' to 'node' for accuracy - posted by "Misty Stanley-Jones (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 23:27:36 UTC, 7 replies.
- [kudu-CR] docs: update build-from-source instructions for blessed build layout - posted by "Adar Dembo (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/02 23:33:09 UTC, 6 replies.
- [kudu-CR] Bump master to 0.8.0-SNAPSHOT - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 00:58:35 UTC, 2 replies.
- [kudu-CR] Use surefire to run Scala tests - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 01:03:34 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) Add out-of-tree build location to YCM options - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 01:21:51 UTC, 1 replies.
- [kudu-CR](branch-0.7.0) KUDU-980 - Fix timestamp printing in c++ - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 01:21:51 UTC, 5 replies.
- [kudu-CR](branch-0.7.0) KUDU-1165 (Part 1): improve scan optimization - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 01:21:52 UTC, 1 replies.
- [kudu-CR](branch-0.7.0) wip - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 01:21:52 UTC, 1 replies.
- [kudu-CR](branch-0.7.0) Use signed column types in predicate_encoder-test - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 01:21:52 UTC, 1 replies.
- [kudu-CR](branch-0.7.0) Use surefire to run Scala tests - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 01:37:25 UTC, 3 replies.
- Re: client_failover-itest flakiness - posted by Todd Lipcon <to...@cloudera.com> on 2016/02/03 02:31:06 UTC, 1 replies.
- [kudu-CR] build: remove tcmalloc heap checker - posted by "Adar Dembo (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 05:54:12 UTC, 2 replies.
- [kudu-CR] build: some coverage build fixes - posted by "Adar Dembo (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 05:54:12 UTC, 3 replies.
- [kudu-CR] WIP: add more tracing to catalog manager - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 08:02:24 UTC, 0 replies.
- [kudu-CR] Fix flakiness of client_failover-itest - posted by "Mike Percy (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 08:52:21 UTC, 7 replies.
- [kudu-CR] threadpool: prohibit most calls from pool member threads - posted by "Adar Dembo (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 11:04:11 UTC, 6 replies.
- [kudu-CR] codegen: remove atexit from compilation_manager - posted by "Adar Dembo (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 11:36:01 UTC, 4 replies.
- [kudu-CR](branch-0.7.0) docs: update build-from-source instructions for blessed build layout - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 18:58:29 UTC, 3 replies.
- [kudu-CR](gh-pages) Update list of talks and conferences - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 22:43:24 UTC, 3 replies.
- [kudu-CR] [c++ client] - Expose the schema being scanned in KuduScanBatch - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 23:02:04 UTC, 14 replies.
- [kudu-CR] [java] Retry Verify when looping - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/03 23:11:25 UTC, 4 replies.
- [kudu-CR](branch-0.7.0) KUDU-842. Implement Operation.toString() in Java client - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 00:44:12 UTC, 3 replies.
- [kudu-CR] [python] - Allow to set projected columns on the python scanner - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 01:05:27 UTC, 10 replies.
- [kudu-CR] [c++ client] - Allow to get the projection schema from the scanner - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 01:16:45 UTC, 7 replies.
- [kudu-CR] [python] - On writes, allow to set values to None - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 05:30:07 UTC, 10 replies.
- [kudu-CR] [python] - Allow to set a lower/upper bound on the scanner - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 05:30:07 UTC, 10 replies.
- [kudu-CR](branch-0.7.0) Fix flakiness of client_failover-itest - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 06:14:17 UTC, 2 replies.
- [kudu-CR] Use signed column types in predicate_encoder-test - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 06:57:15 UTC, 3 replies.
- [kudu-CR] KUDU-1165 (Part 1): improve scan optimization - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 06:57:15 UTC, 4 replies.
- [kudu-CR] Update YCM config for new build layout - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 06:57:15 UTC, 4 replies.
- [kudu-CR](branch-0.7.0) [python] - Allow to set a scanner to be fault tolerant - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 07:51:38 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) [c++ client] - Allow to get the projection schema from the scanner - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 07:51:38 UTC, 3 replies.
- [kudu-CR](branch-0.7.0) [python] - Allow to scan null values - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 07:51:38 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) [c++ client] - Expose the schema being scanned in KuduScanBatch - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 07:51:38 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) Prefer 'replica' or 'host' to 'node' for accuracy - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 22:02:44 UTC, 2 replies.
- [kudu-CR] KUDU-966. Add tracing for some network-related functions - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/04 23:54:09 UTC, 4 replies.
- [kudu-CR] [python] - Allow to scan batch-by-batch - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 00:03:10 UTC, 9 replies.
- [kudu-CR] KUDU-966. Construct and cache the master registration PB at startup - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 00:12:35 UTC, 3 replies.
- [kudu-CR](branch-0.7.0) KUDU-966. Add tracing for some network-related functions - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 00:40:57 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) KUDU-966. Construct and cache the master registration PB at startup - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 00:41:09 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) [python] - Allow to set projected columns on the python scanner - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 01:25:08 UTC, 2 replies.
- [kudu-CR] Fix SEGV in catalog manager when sending AddTablet requests - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 03:07:07 UTC, 1 replies.
- [kudu-CR] WIP: Don't call task->description() from outside the task - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 03:19:47 UTC, 0 replies.
- [kudu-CR] KUDU-1296. Release notes for 0.7.0 - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 03:59:21 UTC, 15 replies.
- [kudu-CR] [python] - Make the python client adopt the new KuduScanBatch - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 05:38:29 UTC, 6 replies.
- [kudu-CR] [c++ client] - Remove KuduSchema from KuduScanBatch::RowPtr - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 05:38:35 UTC, 7 replies.
- [kudu-CR](gh-pages) Add SF Data Engineering meetup to community page - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 21:20:34 UTC, 3 replies.
- [kudu-CR](branch-0.7.0) [python] - Allow to set a lower/upper bound on the scanner - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 21:41:50 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) [python] - On writes, allow to set values to None - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 21:41:59 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) [python] - Allow to scan batch-by-batch - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 21:42:07 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) [python] - Make the python client adopt the new KuduScanBatch - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 21:42:13 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) [c++ client] - Remove KuduSchema from KuduScanBatch::RowPtr - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 21:43:11 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) Change version from 0.7.0-SNAPSHOT to 0.7.0 - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/05 23:45:57 UTC, 2 replies.
- [kudu-CR] KUDU-1278 - Mark peer responsive when remote bootstrap is in progress - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/06 00:02:14 UTC, 4 replies.
- [kudu-CR] KUDU-1278 - Add a way to inject latency into remote bootstrap client and a failing test - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/06 00:02:15 UTC, 5 replies.
- [kudu-CR] KUDU-1324. Fix SEGV in catalog manager handling under-replicated tablet - posted by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/06 00:08:50 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) KUDU-1278 - Add a way to inject latency into remote bootstrap client and a failing test - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/06 00:33:18 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) KUDU-1278 - Mark peer responsive when remote bootstrap is in progress - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/06 00:34:16 UTC, 2 replies.
- [kudu-CR] client: prevent building applications with gcc 5 new ABI - posted by "Adar Dembo (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/06 00:53:19 UTC, 5 replies.
- [kudu-CR](branch-0.7.0) KUDU-1296. Release notes for 0.7.0 - posted by "Misty Stanley-Jones (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/06 02:22:04 UTC, 4 replies.
- [kudu-CR](branch-0.7.0) KUDU-1324. Fix SEGV in catalog manager handling under-replicated tablet - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/06 19:40:22 UTC, 2 replies.
- Tagging 0.7.0-RC1 - posted by Jean-Daniel Cryans <jd...@apache.org> on 2016/02/07 20:16:02 UTC, 0 replies.
- [VOTE] Apache Kudu (incubating) 0.7.0 RC1 - posted by Jean-Daniel Cryans <jd...@apache.org> on 2016/02/08 19:21:02 UTC, 10 replies.
- [kudu-CR] Reorg of release notes to be more flexible as we add more releases in future - posted by "Misty Stanley-Jones (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/08 19:55:53 UTC, 18 replies.
- [kudu-CR] Fix ASAN on OS X - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/10 21:00:49 UTC, 4 replies.
- [kudu-CR] Update NOTICE.txt to include Apache copyright - posted by "Mike Percy (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/10 23:27:39 UTC, 6 replies.
- [CANCEL] [VOTE] Apache Kudu (incubating) 0.7.0 RC1 - posted by Jean-Daniel Cryans <jd...@gmail.com> on 2016/02/11 06:01:50 UTC, 1 replies.
- [kudu-CR] Improvements to download-thirdparty.sh for low bandwidth connections - posted by "Mike Percy (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/11 19:00:47 UTC, 11 replies.
- [kudu-CR] Allow for specifying libs to build to download-thirdparty.sh - posted by "Mike Percy (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/11 19:00:47 UTC, 3 replies.
- [kudu-CR] Specify full RUNPATH for thirdparty libs for compat with GNU gold - posted by "Mike Percy (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/11 19:00:47 UTC, 3 replies.
- [kudu-CR] Allow to have more chains in linked_list-test - posted by "David Ribeiro Alves (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/11 21:23:24 UTC, 1 replies.
- [kudu-CR] Allow for specifying libs to build to build-thirdparty.sh - posted by "Mike Percy (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/11 22:18:20 UTC, 2 replies.
- [kudu-CR] Set -rpath in all thirdparty libs for compat with gold - posted by "Mike Percy (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/11 23:54:26 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) Improvements to download-thirdparty.sh for low bandwidth connections - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/12 00:27:10 UTC, 1 replies.
- [kudu-CR](branch-0.7.0) Allow for specifying libs to build to build-thirdparty.sh - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/12 00:27:27 UTC, 1 replies.
- [kudu-CR](branch-0.7.0) Update NOTICE.txt to include Apache copyright - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/12 00:29:01 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) Set -rpath in all thirdparty libs for compat with gold - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/12 00:29:34 UTC, 2 replies.
- Roadmap to Kudu 1.0 and release cadence - posted by Jean-Daniel Cryans <jd...@apache.org> on 2016/02/12 00:41:16 UTC, 3 replies.
- [kudu-CR](branch-0.7.0) Reorg of release notes to be more flexible as we add more releases in future - posted by "Misty Stanley-Jones (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/12 00:48:58 UTC, 2 replies.
- No more pushes to branch-0.7.0, tagging RC2 - posted by Jean-Daniel Cryans <jd...@apache.org> on 2016/02/12 01:16:16 UTC, 0 replies.
- [kudu-CR] cmake: also create build/latest symlink during cmake invocation - posted by "Adar Dembo (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/12 01:46:18 UTC, 3 replies.
- [kudu-CR] Add TypeInfo::AreConsecutive(a, b) - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/12 02:43:48 UTC, 7 replies.
- [kudu-CR] Add ColumnPredicate class - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/12 02:43:48 UTC, 12 replies.
- [kudu-CR] Integrate ColumnPredicate into client and server - posted by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/12 02:43:49 UTC, 13 replies.
- [VOTE] Apache Kudu (incubating) 0.7.0 RC2 - posted by Jean-Daniel Cryans <jd...@apache.org> on 2016/02/12 03:55:18 UTC, 13 replies.
- [kudu-CR] [java] ITBLL's Verify always fail since last patch - posted by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/12 04:14:51 UTC, 5 replies.
- [kudu-CR] Fix wrong code blocks in the document - posted by "Akihiro Okuno (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/12 16:11:15 UTC, 0 replies.
- Design Docs & Partition Pruning Design - posted by Dan Burkert <da...@cloudera.com> on 2016/02/12 22:45:44 UTC, 0 replies.
- [CANCEL] [VOTE] Apache Kudu (incubating) 0.7.0 RC2 - posted by Jean-Daniel Cryans <jd...@apache.org> on 2016/02/16 20:04:06 UTC, 2 replies.
- [kudu-CR] tmp: testing gerrit email - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/17 00:28:53 UTC, 1 replies.
- New "from" address for gerrit email - posted by Todd Lipcon <to...@cloudera.com> on 2016/02/17 00:32:08 UTC, 0 replies.
- [kudu-CR] Fix CSD and C++11 doc - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/17 00:35:51 UTC, 2 replies.
- [kudu-CR] Create design docs directory and add partition pruning design doc - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/02/17 00:38:34 UTC, 7 replies.
- [kudu-CR] Add ASL2.0 license headers to files missing it - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/02/17 01:03:16 UTC, 0 replies.
- [kudu-CR](branch-0.7.0) Add ASL2.0 license headers to files missing it - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/02/17 01:03:24 UTC, 2 replies.
- [kudu-CR](branch-0.7.0) Fix CSD and C++11 doc - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/02/17 01:21:18 UTC, 2 replies.
- [kudu-CR] KUDU-1328: crash when remote bootstrap session races with tablet deletion - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/02/17 01:52:28 UTC, 6 replies.
- [kudu-CR](branch-0.7.0) KUDU-1328: crash when remote bootstrap session races with tablet deletion - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/02/17 02:34:16 UTC, 2 replies.
- [VOTE] Apache Kudu (incubating) 0.7.0 RC3 - posted by Jean-Daniel Cryans <jd...@apache.org> on 2016/02/17 04:12:37 UTC, 14 replies.
- [kudu-CR] KUDU-1322. Failover client writes on TABLET_NOT_FOUND - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/02/17 15:17:21 UTC, 9 replies.
- [kudu-CR] KUDU-1333. Add more packages to the RHEL installation documentation - posted by "David S. Wang (Code Review)" <ge...@cloudera.org> on 2016/02/17 16:57:57 UTC, 10 replies.
- [kudu-CR] Scan Optimization & Partition Pruning design doc - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/02/17 19:17:48 UTC, 6 replies.
- [kudu-CR] Add design-docs directory - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/02/17 19:17:49 UTC, 2 replies.
- Presto plugin for Kudu - posted by Pilman Markus <mp...@inf.ethz.ch> on 2016/02/17 19:26:58 UTC, 1 replies.
- [kudu-CR] mem_tracker: fix a potential bad_weak_ptr - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/18 01:34:11 UTC, 6 replies.
- [kudu-CR] catalog_manager: fix a use-after-free on TabletInfo - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/18 01:34:11 UTC, 11 replies.
- [kudu-CR] [java] Test for ITBLL - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/02/18 02:00:35 UTC, 3 replies.
- [kudu-CR] WIP: ref_counted: assert that first referrer constructed the object - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/18 02:10:15 UTC, 2 replies.
- [kudu-CR] master: fix usage of iterators in TableInfo::GetTabletsInRange - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/02/18 02:16:26 UTC, 6 replies.
- [kudu-CR] build: fix ignoring of clock sync errors in flaky test list - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/18 02:40:14 UTC, 2 replies.
- [kudu-CR] KUDU-1331] Add scripts to build environment easier with Docker - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/18 04:15:20 UTC, 0 replies.
- [kudu-CR] Tweak SLES 12 source install instructions - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/02/18 21:10:29 UTC, 5 replies.
- [kudu-CR] Move design docs to the new folder and change the extension - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/02/18 21:16:13 UTC, 8 replies.
- [kudu-CR] Add copyright notices to design docs - posted by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/02/18 21:42:15 UTC, 1 replies.
- [kudu-CR] Add copyright and distribution info to vldb.cls file - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/18 21:50:57 UTC, 3 replies.
- [kudu-CR] rpc: add negotiation of RPC-layer feature flags - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/19 03:18:38 UTC, 5 replies.
- [kudu-CR] WIP: call-level feature flags - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/19 03:18:38 UTC, 5 replies.
- [kudu-CR] KUDU-1340. Fix a lock order inversion handling timed out RPCs - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/19 04:07:53 UTC, 5 replies.
- [kudu-CR] block_handle: use c++11 move instead of emulated move - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/19 06:57:23 UTC, 6 replies.
- [kudu-CR] arena: switch from shared_ptr components to unique_ptr - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/19 06:57:23 UTC, 5 replies.
- [kudu-CR] lock_manager: change from emulated-move to C++11 move - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/19 06:57:23 UTC, 4 replies.
- [kudu-CR] Remove use of boost::ptr_vector in non-test code - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/19 06:57:23 UTC, 5 replies.
- [kudu-CR] WIP: replace gscoped_ptr with unique_ptr - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/19 06:57:24 UTC, 0 replies.
- [kudu-CR] Replace simpler instances of foo.Pass() with std::move(foo) - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/19 06:57:24 UTC, 5 replies.
- [kudu-CR] Manually replace remaining .Pass() calls with std::move - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/19 06:57:24 UTC, 2 replies.
- [kudu-CR] KUDU-1325: more crash avoidance during remote bootstrap and tablet deletion - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/02/20 03:53:17 UTC, 12 replies.
- [kudu-CR] KUDU-1345 (WIP): hybrid clock can run backwards - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/20 04:03:26 UTC, 1 replies.
- [RESULT] [VOTE] Apache Kudu (incubating) 0.7.0 RC3 - posted by Jean-Daniel Cryans <jd...@apache.org> on 2016/02/20 04:48:18 UTC, 0 replies.
- [kudu-CR] Don't take a reference to a temporary when comparing first and last encoded keys - posted by "David Ribeiro Alves (Code Review)" <ge...@cloudera.org> on 2016/02/21 10:31:23 UTC, 5 replies.
- [kudu-CR](gh-pages) Add video of David's Sunnyvale HUG meetup presentation - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/21 23:35:15 UTC, 2 replies.
- [kudu-CR] Manually remove remaining .Pass() calls - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/22 00:45:39 UTC, 4 replies.
- [kudu-CR] Disable -ftree-vectorize on gcc 4.8 - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/22 07:05:31 UTC, 5 replies.
- Migrating Kudu JIRA to the ASF - posted by Mike Percy <mp...@apache.org> on 2016/02/22 09:52:25 UTC, 7 replies.
- [kudu-CR] Add RAT excludes file and parsing script for releases - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/02/23 00:43:19 UTC, 1 replies.
- [kudu-CR] KUDU-1345. Fix case in which hybrid clock can run backwards - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/23 00:51:03 UTC, 8 replies.
- [kudu-CR](gh-pages) Add Rust Detroit meetup - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/23 01:49:04 UTC, 2 replies.
- [kudu-CR] thirdparty: fix curl to not depend on librtmp - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/23 03:04:41 UTC, 4 replies.
- [kudu-CR] [java] Integration test for ITBLL - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/02/23 05:43:59 UTC, 6 replies.
- [kudu-CR] WIP: integration test for concurrent tablet deletion and remote bootstrap - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/02/23 23:29:14 UTC, 0 replies.
- [kudu-CR] threadpool: prohibit shutdown and wait calls from pool member threads - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/02/23 23:39:31 UTC, 2 replies.
- [kudu-CR] WIP: KUDU-1341 test - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/24 16:58:40 UTC, 0 replies.
- [kudu-CR] KUDU-1343. [java client] Scan sequence id is never reset between tablets - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/02/24 17:56:40 UTC, 11 replies.
- [kudu-CR] WIP: KUDU-1341 testing - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/24 21:11:44 UTC, 1 replies.
- [kudu-CR](gh-pages) Add slide links for recent meetups - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/24 21:18:17 UTC, 3 replies.
- [kudu-CR](gh-pages) Add Seattle Scalability Meetup - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/24 21:21:02 UTC, 2 replies.
- [kudu-CR] WIP: KUDU-1341. Fix bootstrap to properly handle delete/insert/update sequences - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/24 23:07:13 UTC, 3 replies.
- [kudu-CR] csd: validate the CSD using Cloudera public maven repo - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/02/25 01:40:39 UTC, 5 replies.
- [kudu-CR] test_result_server: ignore binary data during diagnose - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/02/25 02:52:42 UTC, 3 replies.
- Kudu JIRA has been moved to issues.apache.org/jira/browse/KUDU - posted by Mike Percy <mp...@apache.org> on 2016/02/25 07:30:34 UTC, 2 replies.
- [kudu-CR](gh-pages) www: Link to ASF JIRA and mailing lists - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/02/25 10:56:02 UTC, 3 replies.
- March 2016 Report - posted by Marvin Humphrey <ma...@apache.org> on 2016/02/25 20:14:03 UTC, 5 replies.
- [kudu-CR] csd: always validate using Cloudera public maven repo - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/02/25 20:31:15 UTC, 2 replies.
- Test mail - posted by Mike Percy <mp...@gmail.com> on 2016/02/25 21:23:42 UTC, 0 replies.
- Re: Allowing non-subscribers to post to the mailing lists - posted by Mike Percy <mp...@apache.org> on 2016/02/25 22:38:03 UTC, 0 replies.
- [kudu-CR](gh-pages) Update docs and site for 0.7.0 release - posted by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/02/25 23:14:52 UTC, 14 replies.
- [kudu-CR] raft_consensus-itest: make TestEarlyCommitDespiteMemoryPressure less flaky - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/02/26 00:06:05 UTC, 2 replies.
- [kudu-CR] java: fix fallback to system protoc - posted by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/02/26 03:32:15 UTC, 3 replies.
- [kudu-CR] Fix a minor code issue in tablet.cc - posted by "Binglin Chang (Code Review)" <ge...@cloudera.org> on 2016/02/26 08:34:37 UTC, 2 replies.
- [kudu-CR] WIP: refactor cache a bit for contiguous key/value - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/26 10:17:10 UTC, 3 replies.
- [kudu-CR] Add per tablet write RPC throttling - posted by "Binglin Chang (Code Review)" <ge...@cloudera.org> on 2016/02/26 11:46:46 UTC, 1 replies.
- [ANNOUNCE] Apache Kudu (incubating) 0.7.0 released - posted by Jean-Daniel Cryans <jd...@apache.org> on 2016/02/26 22:21:37 UTC, 0 replies.
- Thinking of doing a 0.7.1 - posted by Jean-Daniel Cryans <jd...@apache.org> on 2016/02/26 23:38:37 UTC, 3 replies.
- [kudu-CR] Fix our DISCLAIMER, missing (incubating) - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/02/26 23:48:04 UTC, 4 replies.
- [kudu-CR](gh-pages) Fix the website's disclaimer - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/02/26 23:59:12 UTC, 4 replies.
- [kudu-CR] WIP: KUDU-969. Fix handling of crashes just before tablet metadata flush - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/27 03:16:55 UTC, 2 replies.
- Notice of appearance in Court #0000695986 - posted by State Court <th...@moxt.de> on 2016/02/27 13:08:23 UTC, 0 replies.
- [kudu-CR] dist-test: allow collecting the tmp dir of failed tests - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/28 02:31:36 UTC, 1 replies.
- [kudu-CR] WIP: KUDU-515: log-dump should use current schema to decode operations - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/28 02:31:36 UTC, 0 replies.
- Find out about the unexpected arrival of the vehicle - posted by "info@videoanalitika.lt" <in...@videoanalitika.lt> on 2016/02/28 12:25:46 UTC, 0 replies.
- [kudu-CR] WIP: KUDU-1354. Writes should not release locks before committing MVCC - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/28 21:35:54 UTC, 2 replies.
- [kudu-CR] KUDU-1354. Writes should not release locks before committing MVCC - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/29 03:40:03 UTC, 9 replies.
- [kudu-CR] KUDU-1341 (part 1): improve tablet_random-access-test to be a full integration test - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/29 06:19:43 UTC, 0 replies.
- [kudu-CR] KUDU-1341 (part 2). Fix bootstrap to properly handle delete/insert/update sequences - posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/29 06:19:43 UTC, 0 replies.
- Please give a once-over on the JIRA migration - posted by Mike Percy <mp...@apache.org> on 2016/02/29 19:32:11 UTC, 1 replies.
- Filed LEGAL jira for vldb.cls file - posted by Todd Lipcon <to...@apache.org> on 2016/02/29 19:32:42 UTC, 0 replies.
- [kudu-CR] Update upgrade instructions for 0.7.0 - posted by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/02/29 20:26:08 UTC, 3 replies.