You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2016/07/19 00:08:42 UTC

incubator-kudu git commit: Add weekly update for 7/18

Repository: incubator-kudu
Updated Branches:
  refs/heads/gh-pages 3d42e573c -> 9f3de4cba


Add weekly update for 7/18

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


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

Branch: refs/heads/gh-pages
Commit: 9f3de4cba7d58826d3f8e4db9b9166dbb9a19989
Parents: 3d42e57
Author: Todd Lipcon <to...@cloudera.com>
Authored: Mon Jul 18 16:06:22 2016 -0700
Committer: Todd Lipcon <to...@apache.org>
Committed: Tue Jul 19 00:07:42 2016 +0000

----------------------------------------------------------------------
 _posts/2016-07-18-weekly-update.md | 59 +++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/9f3de4cb/_posts/2016-07-18-weekly-update.md
----------------------------------------------------------------------
diff --git a/_posts/2016-07-18-weekly-update.md b/_posts/2016-07-18-weekly-update.md
new file mode 100644
index 0000000..cc395bc
--- /dev/null
+++ b/_posts/2016-07-18-weekly-update.md
@@ -0,0 +1,59 @@
+---
+layout: post
+title: Apache Kudu (incubating) Weekly Update July 18, 2016
+author: Todd Lipcon
+---
+Welcome to the seventeenth edition of the Kudu Weekly Update. This weekly blog post
+covers ongoing development and news in the Apache Kudu (incubating) project.
+
+<!--more-->
+
+## Development discussions and code in progress
+
+
+* Dan Burkert has continued making progress on support for non-covering range partitioned
+  tables. This past week, he posted a code review for
+  [adding and dropping range partitions to the master](https://gerrit.cloudera.org/#/c/3648/)
+  and another for [handling non-covering ranges in the C++ client](https://gerrit.cloudera.org/#/c/3581/).
+
+* Adar Dembo continued working on addressing multi-master issues, as he explained in this
+  [blog post](http://kudu.apache.org/2016/06/24/multi-master-1-0-0.html). This past week
+  he worked on [tackling various race conditions](https://gerrit.cloudera.org/#/c/3550/)
+  that were possible when master operations were submitted concurrent with a master leader election.
+
+  Adar also posted patches for most of the remaining known server-side issues, including
+  posting a comprehensive [stress test](https://gerrit.cloudera.org/#/c/3611/) which issues
+  client DDL operations concurrent with triggering master crashes and associated failovers.
+
+  As always, Adar's commit messages are instructive and fun reads for those interested in
+  following along.
+
+* As mentioned last week, David Alves has been making a lot of progress on the implementation
+  of the replay cache. Many patches landed in master this week, including:
+
+** [RPC system integration](https://gerrit.cloudera.org/#/c/3192/)
+** [Integration with replicated writes](https://gerrit.cloudera.org/#/c/3449/)
+** [Correctness/stress tests](https://gerrit.cloudera.org/#/c/3519/)
+
+  Currently, this new feature is disabled by default, as the support for evicting elements
+  from the cache is not yet complete. This last missing feature is now
+  [up for review](https://gerrit.cloudera.org/#/c/3628/).
+
+* Alexey Serbin has been working on adding Doxygen-based documentation for the public
+  C++ API. This was originally [proposed on the mailing list](https://mail-archives.apache.org/mod_mbox/incubator-kudu-dev/201606.mbox/%3CCANbMB4wtMz=JKwgKMNPvkjWX3t9NxCeGt04NmL=SyESyzUMWJg@mail.gmail.com%3E)
+ a couple of weeks ago, and last week, Alexey posted the
+ [initial draft of the implementation](https://gerrit.cloudera.org/#/c/3619/).
+
+## Project news
+
+* The [discussion](http://mail-archives.apache.org/mod_mbox/incubator-kudu-dev/201607.mbox/%3CCAGpTDNesxH43C-Yt5fNwpEpAxfb2P62Xpdi8AqT8jfvjeqnu0w%40mail.gmail.com%3E)
+  on the dev mailing list about having an intermediate release, called 0.10.0, before 1.0.0,
+  has wound down. The consensus seems to be that the development team is in favor of this
+  release. Accordingly, the version number in the master branch has been changed back to
+  0.10.0-SNAPSHOT.
+
+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.