Michael Blow has uploaded this change for review. ( 
https://asterix-gerrit.ics.uci.edu/3440


Change subject: [DO NOT MERGE] Force Greedy Scheduler
......................................................................

[DO NOT MERGE] Force Greedy Scheduler

Change-Id: I7516a1fe8e109946ac947cdbaec9b441d8e214a8
---
M 
asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/StorageProperties.java
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/40/3440/1

diff --git 
a/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/StorageProperties.java
 
b/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/StorageProperties.java
index 02e5e40..a60b140 100644
--- 
a/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/StorageProperties.java
+++ 
b/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/StorageProperties.java
@@ -50,7 +50,7 @@
         STORAGE_LSM_BLOOMFILTER_FALSEPOSITIVERATE(DOUBLE, 0.01d),
         STORAGE_MAX_ACTIVE_WRITABLE_DATASETS(UNSIGNED_INTEGER, 8),
         STORAGE_COMPRESSION_BLOCK(STRING, "none"),
-        STORAGE_IO_SCHEDULER(STRING, "async");
+        STORAGE_IO_SCHEDULER(STRING, "greedy");

         private final IOptionType interpreter;
         private final Object defaultValue;

--
To view, visit https://asterix-gerrit.ics.uci.edu/3440
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7516a1fe8e109946ac947cdbaec9b441d8e214a8
Gerrit-Change-Number: 3440
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Blow <[email protected]>

Reply via email to