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/12/03 13:46:35 UTC

[40/50] [abbrv] incubator-omid git commit: Making low lateny default to see if phoenix regression passes. (will revert)

Making low lateny default to see if phoenix regression passes. (will revert)


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

Branch: refs/heads/master
Commit: aaf9113ff96fad89f41ef89a286ba1fe61206cd4
Parents: ee9e2f9
Author: Yonatan Gottesman <yo...@gmail.com>
Authored: Tue Nov 6 11:19:51 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/aaf9113f/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 3129904..53e28a8 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: false
+lowLatency: true
 # 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 [ ]