You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2014/03/17 12:04:58 UTC

[13/40] git commit: fixed default setting for caching in kiwi

fixed default setting for caching in kiwi


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

Branch: refs/heads/ldp
Commit: da93ae37595ba2182af671559b85f52fd7546b42
Parents: 2aa3f51
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Thu Feb 13 12:41:33 2014 +0100
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Thu Feb 13 12:41:33 2014 +0100

----------------------------------------------------------------------
 .../java/org/apache/marmotta/kiwi/config/KiWiConfiguration.java    | 2 +-
 platform/marmotta-zookeeper/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/da93ae37/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/config/KiWiConfiguration.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/config/KiWiConfiguration.java b/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/config/KiWiConfiguration.java
index 21e740e..3658d25 100644
--- a/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/config/KiWiConfiguration.java
+++ b/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/config/KiWiConfiguration.java
@@ -107,7 +107,7 @@ public class KiWiConfiguration {
     private RegistryStrategy registryStrategy = RegistryStrategy.CACHE;
 
 
-    private CacheMode cacheMode = CacheMode.DISTRIBUTED;
+    private CacheMode cacheMode = CacheMode.REPLICATED;
 
     /**
      * Enable to turn on cluster mode (e.g. for cache replication)

http://git-wip-us.apache.org/repos/asf/marmotta/blob/da93ae37/platform/marmotta-zookeeper/pom.xml
----------------------------------------------------------------------
diff --git a/platform/marmotta-zookeeper/pom.xml b/platform/marmotta-zookeeper/pom.xml
index b7b32fd..9f193b8 100644
--- a/platform/marmotta-zookeeper/pom.xml
+++ b/platform/marmotta-zookeeper/pom.xml
@@ -142,7 +142,7 @@
         <dependency>
             <groupId>at.salzburgresearch.nodekeeper</groupId>
             <artifactId>nodekeeper-java</artifactId>
-            <version>1.0</version>
+            <version>1.1</version>
 
             <exclusions>
                 <exclusion>