[12/16] asterixdb git commit: [NO ISSUE][LOG] Include destination IP in thread name on push back

2018-08-31 Thread mblow
[NO ISSUE][LOG] Include destination IP in thread name on push back - user model changes: no - storage format changes: no - interface changes: no Details: - In certain cases, we noticed that threads of certain jobs are waiting on the network boundaries to send tuples. - In that case and in a

[07/16] asterixdb git commit: [ASTERIXDB-2448][COMP] Fix NullPointerException in IntroduceSelectAccessMethodRule

2018-08-31 Thread mblow
[ASTERIXDB-2448][COMP] Fix NullPointerException in IntroduceSelectAccessMethodRule - user model changes: no - storage format changes: no - interface changes: no Details: - Fixed NPE when intersecting two indexes and predicate containing between operator: a) If index intersection plan is not

[05/16] asterixdb git commit: [ASTERIXDB-2444][STO] Avoid Using System Clock in Storage

2018-08-31 Thread mblow
[ASTERIXDB-2444][STO] Avoid Using System Clock in Storage - user model changes: no - storage format changes: yes - interface changes: yes Details: - Replace the usage of system clock timestamps in LSM index components file names by a sequencer. The next sequence id to use is determined by

[14/16] asterixdb git commit: [ASTERIXDB-2449][FUN] Incorrect NULL/MISSING handling by concat functions

2018-08-31 Thread mblow
[ASTERIXDB-2449][FUN] Incorrect NULL/MISSING handling by concat functions - user model changes: no - storage format changes: no - interface changes: no Details: - Infer function return type as unknownable if its input list item can be NULL/MISSING - Always return MISSING if there is a MISSING

[13/16] asterixdb git commit: [NO ISSUE][STO] Ensure First Component ID is Initialized

2018-08-31 Thread mblow
[NO ISSUE][STO] Ensure First Component ID is Initialized - user model changes: no - storage format changes: no - interface changes: yes Details: - Initialize the component id generator from the primary index checkpoint, if exits, as soon as it is created. - Ensure the first component id is

[09/16] asterixdb git commit: [NO ISSUE][RT] Allow getting the value of a span duration

2018-08-31 Thread mblow
[NO ISSUE][RT] Allow getting the value of a span duration - user model changes: no - storage format changes: no - interface changes: no Details: - Enable getting the duration for spans. This is useful for delay calculations. Change-Id: Icce0ac0a0d47a26655bf640f3f1a92506d87c30e Reviewed-on:

[01/16] asterixdb git commit: [NO ISSUE][NET] Ensure Thread Safety in FullFrameChannelReadInterface

2018-08-31 Thread mblow
Repository: asterixdb Updated Branches: refs/heads/master 8bf93fa70 -> 675244029 [NO ISSUE][NET] Ensure Thread Safety in FullFrameChannelReadInterface - user model changes: no - storage format changes: no - interface changes: no Details: - Use a blocking deque in

[03/16] asterixdb git commit: [ASTERIXDB-2446][COMP] Improve error raised for a duplicate field name

2018-08-31 Thread mblow
[ASTERIXDB-2446][COMP] Improve error raised for a duplicate field name - user model changes: yes - storage format changes: no - interface changes: no Details: - Improve error raised in case when there is a duplicate field name in the SELECT clause. Throw compilation exception instead of

[04/16] asterixdb git commit: [ASTERIXDB-2444][STO] Avoid Using System Clock in Storage

2018-08-31 Thread mblow
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/865a2ed0/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/src/main/java/org/apache/hyracks/storage/am/lsm/common/impls/AbstractLSMIndexFileManager.java -- diff --git

[02/16] asterixdb git commit: [NO ISSUE][FAIL] Fix message for over-/underflow

2018-08-31 Thread mblow
[NO ISSUE][FAIL] Fix message for over-/underflow Change-Id: I1d2b071dce8f6ed485d57f131d5c9f8893041678 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2925 Reviewed-by: Murtadha Hubail Sonar-Qube: Jenkins Tested-by: Jenkins Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo

[10/16] asterixdb git commit: [ASTERIXDB-2447][COMP] Parameter rewriting for if_missing, if_null functions

2018-08-31 Thread mblow
[ASTERIXDB-2447][COMP] Parameter rewriting for if_missing, if_null functions - user model changes: no - storage format changes: no - interface changes: no Details: - Introduce cast operation for parameters of if_missing, if_null functions (as performed for parameters of the switch_case

[06/16] asterixdb git commit: [NO ISSUE] Allow override of dead node sweeper threshold

2018-08-31 Thread mblow
[NO ISSUE] Allow override of dead node sweeper threshold Change-Id: I3e534c277e52778ec4551247842acc51960a61b4 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2922 Integration-Tests: Jenkins Sonar-Qube: Jenkins Tested-by: Jenkins Reviewed-by: Murtadha Hubail Project:

[11/16] asterixdb git commit: [NO ISSUE][STO] Add API to Get Total Disk Usage

2018-08-31 Thread mblow
[NO ISSUE][STO] Add API to Get Total Disk Usage - user model changes: no - storage format changes: no - interface changes: yes Details: - Add new API to get total disk usage of all NC io devices. Change-Id: Iba1538205dbadef8b50be6373dbe7525d0ef Reviewed-on:

[08/16] asterixdb git commit: [NO ISSUE][CLUS] Ensure Active Jobs Capacity is Released Only Once

2018-08-31 Thread mblow
[NO ISSUE][CLUS] Ensure Active Jobs Capacity is Released Only Once - user model changes: no - storage format changes: no - interface changes: no Details: - Ensure active jobs capacity is released only once. - Warn if the cluster maximum capacity is exceeded. Change-Id:

[16/16] asterixdb git commit: Merge commit '95f508bbb1d07650392c21da2958ba1c53f2a03d' from stabilization-f69489

2018-08-31 Thread mblow
Merge commit '95f508bbb1d07650392c21da2958ba1c53f2a03d' from stabilization-f69489 Change-Id: Ib6a428564681938dceb6ad4a2ba91f15256dc8a2 Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/67524402 Tree:

[15/16] asterixdb git commit: [NO ISSUE][OTH] Remove Unused Variable

2018-08-31 Thread mblow
[NO ISSUE][OTH] Remove Unused Variable - user model changes: no - storage format changes: no - interface changes: no Change-Id: Ie782fd0bc081f3daa5eb77d2db556a1effb5600e Reviewed-on: https://asterix-gerrit.ics.uci.edu/2949 Reviewed-by: Murtadha Hubail Sonar-Qube: Jenkins Tested-by: Jenkins

svn commit: r29073 - /dev/asterixdb/

2018-08-31 Thread imaxon
Author: imaxon Date: Fri Aug 31 21:58:22 2018 New Revision: 29073 Log: upload 0.9.4 and 0.3.4 Added: dev/asterixdb/apache-asterixdb-0.9.4-source-release.zip (with props) dev/asterixdb/apache-asterixdb-0.9.4-source-release.zip.asc

asterixdb git commit: Revert "[NO ISSUE][LOG] Include destination IP in thread name on push back"

2018-08-31 Thread amoudi
Repository: asterixdb Updated Branches: refs/heads/master 129d401bf -> 8bf93fa70 Revert "[NO ISSUE][LOG] Include destination IP in thread name on push back" This reverts commit 2498d28f0584d6ab002625417622be429f5c8131. Change-Id: I221071a8a2851bde839e67d7f0380816c249366d Reviewed-on: