Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-11 Thread Murtadha Hubail (Code Review)
Murtadha Hubail has submitted this change and it was merged.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


[ASTERIXDB-2347][DOC] Update Configurable Parameters

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
- Update added/removed configurable parameters and
  fix defaults.

Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2583
Sonar-Qube: Jenkins 
Integration-Tests: Jenkins 
Tested-by: Jenkins 
Contrib: Jenkins 
Reviewed-by: Michael Blow 
---
M asterixdb/asterix-doc/src/site/markdown/ncservice.md
M 
hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/src/main/java/org/apache/hyracks/control/common/controllers/CCConfig.java
2 files changed, 7 insertions(+), 5 deletions(-)

Approvals:
  Anon. E. Moose #1000171: 
  Jenkins: Verified; No violations found; ; Verified
  Michael Blow: Looks good to me, approved



diff --git a/asterixdb/asterix-doc/src/site/markdown/ncservice.md 
b/asterixdb/asterix-doc/src/site/markdown/ncservice.md
index 1d174e9..d9df232 100644
--- a/asterixdb/asterix-doc/src/site/markdown/ncservice.md
+++ b/asterixdb/asterix-doc/src/site/markdown/ncservice.md
@@ -270,6 +270,7 @@
 |   cc| cluster.topology  | Sets the XML file that 
defines the cluster topology | undefined |
 |   cc| console.listen.address| Sets the listen 
address for the Cluster Controller | same as address |
 |   cc| console.listen.port   | Sets the http port for 
the Cluster Controller) | 16001 |
+|   cc| cores.multiplier  | The factor to multiply 
by the number of cores to determine maximum query concurrent execution level | 
3 |
 |   cc| heartbeat.max.misses  | Sets the maximum 
number of missed heartbeats before a node is marked as dead | 5 |
 |   cc| heartbeat.period  | Sets the time duration 
between two heartbeats from each node controller in milliseconds | 1 |
 |   cc| job.history.size  | Limits the number of 
historical jobs remembered by the system to the specified value | 10 |
@@ -324,13 +325,12 @@
 |   nc| result.ttl| Limits the amount of 
time results for asynchronous jobs should be retained by the system in 
milliseconds | 8640 |
 |   nc| storage.buffercache.maxopenfiles  | The maximum number of 
open files in the buffer cache | 2147483647 |
 |   nc| storage.buffercache.pagesize  | The page size in bytes 
for pages in the buffer cache | 131072 (128 kB) |
-|   nc| storage.buffercache.size  | The size of memory 
allocated to the disk buffer cache.  The value should be a multiple of the 
buffer cache page size. | 715915264 (682.75 MB) |
+|   nc| storage.buffercache.size  | The size of memory 
allocated to the disk buffer cache.  The value should be a multiple of the 
buffer cache page size. | 1/4 of the JVM allocated memory |
 |   nc| storage.lsm.bloomfilter.falsepositiverate | The maximum acceptable 
false positive rate for bloom filters associated with LSM indexes | 0.01 |
-|   nc| storage.memorycomponent.globalbudget  | The size of memory 
allocated to the memory components.  The value should be a multiple of the 
memory component page size | 715915264 (682.75 MB) |
+|   nc| storage.memorycomponent.globalbudget  | The size of memory 
allocated to the memory components.  The value should be a multiple of the 
memory component page size | 1/4 of the JVM allocated memory |
 |   nc| storage.memorycomponent.numcomponents | The number of memory 
components to be used per lsm index | 2 |
-|   nc| storage.memorycomponent.numpages  | The number of pages to 
allocate for a memory component.  This budget is shared by all the memory 
components of the primary index and all its secondary indexes across all I/O 
devices on a node.  Note: in-memory components usually has fill factor of 75% 
since the pages are 75% full and the remaining 25% is un-utilized | 1/16th of 
the storage.memorycomponent.globalbudget value |
 |   nc| storage.memorycomponent.pagesize  | The page size in bytes 
for pages allocated to memory components | 131072 (128 kB) |
-|   nc| storage.metadata.memorycomponent.numpages | The number of pages to 
allocate for a metadata memory component | 1/64th of the 
storage.memorycomponent.globalbudget value or 256, whichever is larger |
+|   nc| storage.metadata.memorycomponent.numpages | The number of pages to 
allocate for a metadata memory component | 8 |
 |   nc| storage.subdir   

Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-11 Thread Michael Blow (Code Review)
Michael Blow has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1: Code-Review+2

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Michael Blow 
Gerrit-Reviewer: Till Westmann 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-11 Thread Anon. E. Moose (Code Review)
Anon. E. Moose #1000171 has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1: Contrib+1

Analytics Compatibility Tests Successful
https://goo.gl/ZfmDEh : SUCCESS

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Michael Blow 
Gerrit-Reviewer: Till Westmann 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-11 Thread Anon. E. Moose (Code Review)
Anon. E. Moose #1000171 has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Analytics Compatibility Tests Failed
https://goo.gl/yvFMP2 : UNSTABLE

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Michael Blow 
Gerrit-Reviewer: Till Westmann 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-11 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1: Contrib+1

BAD Compatibility Tests Successful

https://asterix-jenkins.ics.uci.edu/job/asterixbad-compat/3050/ : SUCCESS

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Michael Blow 
Gerrit-Reviewer: Till Westmann 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-11 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

BAD Compatibility Tests Started 
https://asterix-jenkins.ics.uci.edu/job/asterixbad-compat/3050/

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Michael Blow 
Gerrit-Reviewer: Till Westmann 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-asterix-app/4045/ (12/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Michael Blow 
Gerrit-Reviewer: Till Westmann 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1: Integration-Tests+1

Integration Tests Successful

https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-integration-tests/6207/ 
: SUCCESS

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Michael Blow 
Gerrit-Reviewer: Till Westmann 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Anon. E. Moose (Code Review)
Anon. E. Moose #1000171 has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1: Contrib-2

Analytics Compatibility Tests Failed
https://goo.gl/dzdzdA : UNSTABLE

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Michael Blow 
Gerrit-Reviewer: Till Westmann 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Anon. E. Moose (Code Review)
Anon. E. Moose #1000171 has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Analytics Compatibility Compilation Successful
https://goo.gl/6dhz4m : SUCCESS

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Michael Blow 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Murtadha Hubail (Code Review)
Murtadha Hubail has abandoned this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Abandoned

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

Gerrit-MessageType: abandon
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Michael Blow 
Gerrit-Reviewer: Till Westmann 


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

WARNING: THIS CHANGE CONTAINS CROSS-PRODUCT CHANGES IN:
* asterixdb
* hyracks-fullstack

PLEASE REVIEW CAREFULLY AND LOOK FOR API CHANGES!

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Integration Tests Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-integration-tests/6207/

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Murtadha Hubail (Code Review)
Murtadha Hubail has uploaded a new change for review.

  https://asterix-gerrit.ics.uci.edu/2583

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..

[ASTERIXDB-2347][DOC] Update Configurable Parameters

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
- Update added/removed configurable parameters and
  fix defaults.

Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
---
M asterixdb/asterix-doc/src/site/markdown/ncservice.md
M 
hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/src/main/java/org/apache/hyracks/control/common/controllers/CCConfig.java
2 files changed, 7 insertions(+), 5 deletions(-)


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

diff --git a/asterixdb/asterix-doc/src/site/markdown/ncservice.md 
b/asterixdb/asterix-doc/src/site/markdown/ncservice.md
index 1d174e9..d9df232 100644
--- a/asterixdb/asterix-doc/src/site/markdown/ncservice.md
+++ b/asterixdb/asterix-doc/src/site/markdown/ncservice.md
@@ -270,6 +270,7 @@
 |   cc| cluster.topology  | Sets the XML file that 
defines the cluster topology | undefined |
 |   cc| console.listen.address| Sets the listen 
address for the Cluster Controller | same as address |
 |   cc| console.listen.port   | Sets the http port for 
the Cluster Controller) | 16001 |
+|   cc| cores.multiplier  | The factor to multiply 
by the number of cores to determine maximum query concurrent execution level | 
3 |
 |   cc| heartbeat.max.misses  | Sets the maximum 
number of missed heartbeats before a node is marked as dead | 5 |
 |   cc| heartbeat.period  | Sets the time duration 
between two heartbeats from each node controller in milliseconds | 1 |
 |   cc| job.history.size  | Limits the number of 
historical jobs remembered by the system to the specified value | 10 |
@@ -324,13 +325,12 @@
 |   nc| result.ttl| Limits the amount of 
time results for asynchronous jobs should be retained by the system in 
milliseconds | 8640 |
 |   nc| storage.buffercache.maxopenfiles  | The maximum number of 
open files in the buffer cache | 2147483647 |
 |   nc| storage.buffercache.pagesize  | The page size in bytes 
for pages in the buffer cache | 131072 (128 kB) |
-|   nc| storage.buffercache.size  | The size of memory 
allocated to the disk buffer cache.  The value should be a multiple of the 
buffer cache page size. | 715915264 (682.75 MB) |
+|   nc| storage.buffercache.size  | The size of memory 
allocated to the disk buffer cache.  The value should be a multiple of the 
buffer cache page size. | 1/4 of the JVM allocated memory |
 |   nc| storage.lsm.bloomfilter.falsepositiverate | The maximum acceptable 
false positive rate for bloom filters associated with LSM indexes | 0.01 |
-|   nc| storage.memorycomponent.globalbudget  | The size of memory 
allocated to the memory components.  The value should be a multiple of the 
memory component page size | 715915264 (682.75 MB) |
+|   nc| storage.memorycomponent.globalbudget  | The size of memory 
allocated to the memory components.  The value should be a multiple of the 
memory component page size | 1/4 of the JVM allocated memory |
 |   nc| storage.memorycomponent.numcomponents | The number of memory 
components to be used per lsm index | 2 |
-|   nc| storage.memorycomponent.numpages  | The number of pages to 
allocate for a memory component.  This budget is shared by all the memory 
components of the primary index and all its secondary indexes across all I/O 
devices on a node.  Note: in-memory components usually has fill factor of 75% 
since the pages are 75% full and the remaining 25% is un-utilized | 1/16th of 
the storage.memorycomponent.globalbudget value |
 |   nc| storage.memorycomponent.pagesize  | The page size in bytes 
for pages allocated to memory components | 131072 (128 kB) |
-|   nc| storage.metadata.memorycomponent.numpages | The number of pages to 
allocate for a metadata memory component | 1/64th of the 
storage.memorycomponent.globalbudget value or 256, whichever is larger |
+|   nc| storage.metadata.memorycomponent.numpages | The number of pages to 
allocate for a metadata memory component | 8 |
 |   nc| storage.subdir| The subdirectory name 
under each iodevice used for storage | storage |
 |   nc| txn.log.dir   | The directory where 
transaction logs should be stored | ${java.io.tmpdir}/asterixdb/txn-log |
 
@@ -360,6 +360,7 @@
 | common  | replication.log.buffer.pagesize   | The size in bytes of 
each log 

Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-source-assemblies/3546/ 
(8/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-sonar/7276/ (6/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-verify-asterix-app/3784/ 
(5/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-source-format/3290/ 
(12/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started https://asterix-jenkins.ics.uci.edu/job/hyracks-gerrit/3243/ 
(7/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-asterix-app-sql-execution/3331/
 (2/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-verify-storage/3862/ (11/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-notopic/8794/ (1/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-asterix-app/4044/ (10/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-cancellation-test/3318/ 
(3/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-ensure-ancestor/1338/ 
(9/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-verify-no-installer-app/3762/
 (4/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I92c6c1493e8ba5c76671169529653b9141ee748c
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1: Integration-Tests+1

Integration Tests Successful

https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-integration-tests/6196/ 
: SUCCESS

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Michael Blow 
Gerrit-Reviewer: Till Westmann 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1: Contrib+1

BAD Compatibility Tests Successful

https://asterix-jenkins.ics.uci.edu/job/asterixbad-compat/3042/ : SUCCESS

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Michael Blow 
Gerrit-Reviewer: Till Westmann 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Anon. E. Moose (Code Review)
Anon. E. Moose #1000171 has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1: Contrib+1

Analytics Compatibility Tests Successful
https://goo.gl/WM5Mzx : SUCCESS

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Michael Blow 
Gerrit-Reviewer: Till Westmann 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

BAD Compatibility Tests Started 
https://asterix-jenkins.ics.uci.edu/job/asterixbad-compat/3042/

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Michael Blow 
Gerrit-Reviewer: Till Westmann 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Anon. E. Moose (Code Review)
Anon. E. Moose #1000171 has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Analytics Compatibility Compilation Successful
https://goo.gl/mkMLLw : SUCCESS

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Integration Tests Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-integration-tests/6196/

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-asterix-app-sql-execution/3320/
 (7/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-ensure-ancestor/1327/ 
(2/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-verify-no-installer-app/3751/
 (6/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-verify-asterix-app/3773/ 
(5/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-asterix-app/4033/ (12/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-verify-storage/3851/ (11/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Murtadha Hubail (Code Review)
Murtadha Hubail has uploaded a new change for review.

  https://asterix-gerrit.ics.uci.edu/2580

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..

[ASTERIXDB-2347][DOC] Update Configurable Parameters

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
- Update added/removed configurable parameters and
  fix defaults.

Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
---
M asterixdb/asterix-doc/src/site/markdown/ncservice.md
1 file changed, 5 insertions(+), 4 deletions(-)


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

diff --git a/asterixdb/asterix-doc/src/site/markdown/ncservice.md 
b/asterixdb/asterix-doc/src/site/markdown/ncservice.md
index 1d174e9..4b8df2c 100644
--- a/asterixdb/asterix-doc/src/site/markdown/ncservice.md
+++ b/asterixdb/asterix-doc/src/site/markdown/ncservice.md
@@ -270,6 +270,7 @@
 |   cc| cluster.topology  | Sets the XML file that 
defines the cluster topology | undefined |
 |   cc| console.listen.address| Sets the listen 
address for the Cluster Controller | same as address |
 |   cc| console.listen.port   | Sets the http port for 
the Cluster Controller) | 16001 |
+|   cc| coresMultiplier   | Specifies the 
multiplier to use on the cluster available cores | 3 |
 |   cc| heartbeat.max.misses  | Sets the maximum 
number of missed heartbeats before a node is marked as dead | 5 |
 |   cc| heartbeat.period  | Sets the time duration 
between two heartbeats from each node controller in milliseconds | 1 |
 |   cc| job.history.size  | Limits the number of 
historical jobs remembered by the system to the specified value | 10 |
@@ -324,13 +325,12 @@
 |   nc| result.ttl| Limits the amount of 
time results for asynchronous jobs should be retained by the system in 
milliseconds | 8640 |
 |   nc| storage.buffercache.maxopenfiles  | The maximum number of 
open files in the buffer cache | 2147483647 |
 |   nc| storage.buffercache.pagesize  | The page size in bytes 
for pages in the buffer cache | 131072 (128 kB) |
-|   nc| storage.buffercache.size  | The size of memory 
allocated to the disk buffer cache.  The value should be a multiple of the 
buffer cache page size. | 715915264 (682.75 MB) |
+|   nc| storage.buffercache.size  | The size of memory 
allocated to the disk buffer cache.  The value should be a multiple of the 
buffer cache page size. | 1/4 of the JVM allocated memory |
 |   nc| storage.lsm.bloomfilter.falsepositiverate | The maximum acceptable 
false positive rate for bloom filters associated with LSM indexes | 0.01 |
-|   nc| storage.memorycomponent.globalbudget  | The size of memory 
allocated to the memory components.  The value should be a multiple of the 
memory component page size | 715915264 (682.75 MB) |
+|   nc| storage.memorycomponent.globalbudget  | The size of memory 
allocated to the memory components.  The value should be a multiple of the 
memory component page size | 1/4 of the JVM allocated memory |
 |   nc| storage.memorycomponent.numcomponents | The number of memory 
components to be used per lsm index | 2 |
-|   nc| storage.memorycomponent.numpages  | The number of pages to 
allocate for a memory component.  This budget is shared by all the memory 
components of the primary index and all its secondary indexes across all I/O 
devices on a node.  Note: in-memory components usually has fill factor of 75% 
since the pages are 75% full and the remaining 25% is un-utilized | 1/16th of 
the storage.memorycomponent.globalbudget value |
 |   nc| storage.memorycomponent.pagesize  | The page size in bytes 
for pages allocated to memory components | 131072 (128 kB) |
-|   nc| storage.metadata.memorycomponent.numpages | The number of pages to 
allocate for a metadata memory component | 1/64th of the 
storage.memorycomponent.globalbudget value or 256, whichever is larger |
+|   nc| storage.metadata.memorycomponent.numpages | The number of pages to 
allocate for a metadata memory component | 8 |
 |   nc| storage.subdir| The subdirectory name 
under each iodevice used for storage | storage |
 |   nc| txn.log.dir   | The directory where 
transaction logs should be stored | ${java.io.tmpdir}/asterixdb/txn-log |
 
@@ -360,6 +360,7 @@
 | common  | replication.log.buffer.pagesize   | The size in bytes of 
each log buffer page | 131072 (128 kB) |
 | common  | replication.max.remote.recovery.attempts  | The maximum number of 
times to attempt to recover from a replica on failure before giving up | 

Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-source-assemblies/3535/ 
(10/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started https://asterix-jenkins.ics.uci.edu/job/hyracks-gerrit/3232/ 
(9/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-notopic/8783/ (1/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-source-format/3279/ 
(4/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-cancellation-test/3307/ 
(3/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[release-0.9.4-pre-rc]: [ASTERIXDB-2347][DOC] Update Configurable Parameters

2018-04-10 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: [ASTERIXDB-2347][DOC] Update Configurable Parameters
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-sonar/7265/ (8/12)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib65db04b0c39981a3323e97d81ef0d04b6e745b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: release-0.9.4-pre-rc
Gerrit-Owner: Murtadha Hubail 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No