You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2016/08/25 03:25:14 UTC

kafka git commit: MINOR: Update rocksDB dependency to 4.9.0

Repository: kafka
Updated Branches:
  refs/heads/trunk 7a877895a -> 08bdffbe4


MINOR: Update rocksDB dependency to 4.9.0

rocksdbjni version 4.9.0 now includes support for running on Windows; this PR updates Kafka Stream's dependency to that version.  Tests pass locally, except for a timeout in testReprocessingFromScratchAfterReset that doesn't seem related; it happens with and without this change.

This contribution is my original work and I license the work to the project under the project's open source license.

Author: Mathieu Fenniak <ma...@replicon.com>

Reviewers: Ismael Juma <is...@juma.me.uk>

Closes #1783 from mfenniak/update-rocksdb-4.9


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/08bdffbe
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/08bdffbe
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/08bdffbe

Branch: refs/heads/trunk
Commit: 08bdffbe4d13fff202b2598b3732ef041183a5f4
Parents: 7a87789
Author: Mathieu Fenniak <ma...@replicon.com>
Authored: Thu Aug 25 04:04:40 2016 +0100
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Thu Aug 25 04:04:40 2016 +0100

----------------------------------------------------------------------
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/08bdffbe/gradle/dependencies.gradle
----------------------------------------------------------------------
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index ea900b6..ab1d057 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -38,7 +38,7 @@ versions += [
   metrics: "2.2.0",
   powermock: "1.6.4",
   reflections: "0.9.10",
-  rocksDB: "4.8.0",
+  rocksDB: "4.9.0",
   scalaTest: "2.2.6",
   scalaParserCombinators: "1.0.4",
   scoverage: "1.1.1",