You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by jd...@apache.org on 2016/06/21 16:11:23 UTC

incubator-kudu git commit: Add weekly update for 06/21

Repository: incubator-kudu
Updated Branches:
  refs/heads/gh-pages c9742a23b -> ee96e7e5c


Add weekly update for 06/21

Change-Id: I2d048380922f072e676e990ca23fb2b62da6aa62
Reviewed-on: http://gerrit.cloudera.org:8080/3415
Reviewed-by: Todd Lipcon <to...@apache.org>
Tested-by: Jean-Daniel Cryans


Project: http://git-wip-us.apache.org/repos/asf/incubator-kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kudu/commit/ee96e7e5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/ee96e7e5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/ee96e7e5

Branch: refs/heads/gh-pages
Commit: ee96e7e5c359ba84ff7cb314130cd34135edde1f
Parents: c9742a2
Author: Jean-Daniel Cryans <jd...@apache.org>
Authored: Mon Jun 20 18:00:11 2016 -0700
Committer: Jean-Daniel Cryans <jd...@gerrit.cloudera.org>
Committed: Tue Jun 21 16:09:35 2016 +0000

----------------------------------------------------------------------
 _posts/2016-06-21-weekly-update.md | 35 +++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/ee96e7e5/_posts/2016-06-21-weekly-update.md
----------------------------------------------------------------------
diff --git a/_posts/2016-06-21-weekly-update.md b/_posts/2016-06-21-weekly-update.md
new file mode 100644
index 0000000..31ca88d
--- /dev/null
+++ b/_posts/2016-06-21-weekly-update.md
@@ -0,0 +1,35 @@
+---
+layout: post
+title: Apache Kudu (incubating) Weekly Update June 21, 2016
+author: Jean-Daniel Cryans
+---
+Welcome to the fourteenth edition of the Kudu Weekly Update. This weekly blog post
+covers ongoing development and news in the Apache Kudu (incubating) project.
+
+## Development discussions and code in progress
+
+* Dan Burkert posted a series of patches to [add support in the Java client](https://gerrit.cloudera.org/#/c/3388/)
+  for non-covering range partitions. At the same time he improved how that client locates tables by
+  leveraging the tablets cache.
+
+* In the context of making multi-master reliable in 1.0, Adar Dembo posted a [design document](https://gerrit.cloudera.org/#/c/3393/)
+  on how to handle permanent master failures. Currently the master's code is missing some features
+  like `remote bootstrap` which makes it possible for a new replica to download a snapshot of the data
+  from the leader replica.
+
+* Tsuyoshi Ozawa refreshed [a patch](https://gerrit.cloudera.org/#/c/2162/) posted in February that
+  makes it easier to get started contributing to Kudu by providing a Dockerfile with the right
+  environment.
+
+## On the blog
+
+* Mike Percy [wrote](http://getkudu.io/2016/06/17/raft-consensus-single-node.html) about how Kudu
+  uses Raft consensus on a single node, and some changes we're making as Kudu is getting more mature.
+
+<!--more-->
+
+Want to learn more about a specific topic from this blog post? Shoot an email to the
+[kudu-user mailing list](mailto:user@kudu.incubator.apache.org) or
+tweet at [@ApacheKudu](https://twitter.com/ApacheKudu). Similarly, if you're
+aware of some Kudu news we missed, let us know so we can cover it in
+a future post.