You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by yo...@apache.org on 2018/11/13 10:16:38 UTC

[46/50] [abbrv] incubator-omid git commit: Revert last commit - make lowlatency not default

Revert last commit - make lowlatency not default


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

Branch: refs/heads/1.0.0
Commit: 72070461f5c72db70ccab7c4d7b1468f094d3f39
Parents: aaf9113
Author: Yonatan Gottesman <yo...@gmail.com>
Authored: Wed Nov 7 15:12:34 2018 +0200
Committer: Yonatan Gottesman <yo...@gmail.com>
Committed: Tue Nov 13 10:11:39 2018 +0200

----------------------------------------------------------------------
 .../src/main/resources/default-omid-server-configuration.yml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/72070461/tso-server/src/main/resources/default-omid-server-configuration.yml
----------------------------------------------------------------------
diff --git a/tso-server/src/main/resources/default-omid-server-configuration.yml b/tso-server/src/main/resources/default-omid-server-configuration.yml
index 53e28a8..3129904 100644
--- a/tso-server/src/main/resources/default-omid-server-configuration.yml
+++ b/tso-server/src/main/resources/default-omid-server-configuration.yml
@@ -44,7 +44,7 @@ batchPersistTimeoutInMs: 10
 # INCREMENTAL - [Default] regular counter
 # WORLD_TIME - world time based counter
 timestampType: INCREMENTAL
-lowLatency: true
+lowLatency: false
 # Default module configuration (No TSO High Availability & in-memory storage for timestamp and commit tables)
 timestampStoreModule: !!org.apache.omid.tso.InMemoryTimestampStorageModule [ ]
 commitTableStoreModule: !!org.apache.omid.tso.InMemoryCommitTableStorageModule [ ]