asterixdb git commit: [NO ISSUE][TEST] Introduce dynamic expected result poll test type

2018-03-01 Thread amoudi
Repository: asterixdb Updated Branches: refs/heads/master 71e4b4c00 -> 90883159b [NO ISSUE][TEST] Introduce dynamic expected result poll test type - user model changes: no - storage format changes: no - interface changes: no Details: - This change allows for a new type of tests. The new test

asterixdb git commit: [NO ISSUE][RT] no latching on an inverted list during merge

2018-03-01 Thread wangsaeu
Repository: asterixdb Updated Branches: refs/heads/master 7b31e41eb -> 71e4b4c00 [NO ISSUE][RT] no latching on an inverted list during merge - user-model changes: no - storage format changes: no - interface changes: no Details: - Do not conduct a latching on an inverted list during a disk

asterixdb git commit: [NO ISSUE][CONF] Make NC Properties Extensible

2018-03-01 Thread mblow
Repository: asterixdb Updated Branches: refs/heads/master c166adc34 -> 7b31e41eb [NO ISSUE][CONF] Make NC Properties Extensible - user model changes: no - storage format changes: no - interface changes: yes Details: - Add extensible IPropertiesFactory to allow extensions to override

asterixdb git commit: [ASTERIXDB-2307][COMP] Incorrect result with quantified expression

2018-03-01 Thread dlych
Repository: asterixdb Updated Branches: refs/heads/master 098360634 -> c166adc34 [ASTERIXDB-2307][COMP] Incorrect result with quantified expression - user model changes: no - storage format changes: no - interface changes: no Details: - Fixed incorrect result with EVERY quantified expression

asterixdb git commit: [NO ISSUE][RT] Only suppress exception if not the same exception

2018-03-01 Thread mblow
Repository: asterixdb Updated Branches: refs/heads/master 503c62200 -> 098360634 [NO ISSUE][RT] Only suppress exception if not the same exception - user model changes: no - storage format changes: no - interface changes: no Details: - Only suppress an exception if not the same as the

asterixdb git commit: [ASTERIXDB-2303][API] Fix Supplementary Chars Printing

2018-03-01 Thread mhubail
Repository: asterixdb Updated Branches: refs/heads/master 49a8a3aca -> 503c62200 [ASTERIXDB-2303][API] Fix Supplementary Chars Printing - user model changes: no - storage format changes: no - interface changes: no Details: - Properly print supplementary chars as utf8 by converting their

[1/2] asterixdb git commit: [NO ISSUE] Decouple heartbeat data calculation from transmission

2018-03-01 Thread mblow
Repository: asterixdb Updated Branches: refs/heads/master ea043ca70 -> 49a8a3aca http://git-wip-us.apache.org/repos/asf/asterixdb/blob/49a8a3ac/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/JSONUtil.java

[2/2] asterixdb git commit: [NO ISSUE] Decouple heartbeat data calculation from transmission

2018-03-01 Thread mblow
[NO ISSUE] Decouple heartbeat data calculation from transmission - also, generate native JSON objects instead of POJOs for node config & stats - fix illegal regex on Windows for node config Change-Id: Iccb02350b56328ba1adbca97a1cb5efeb9d9ad14 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2439

asterixdb git commit: [NO ISSUE][TX] Fix Interrupt Propagation in LogReader

2018-03-01 Thread mblow
Repository: asterixdb Updated Branches: refs/heads/master 03ddd0cde -> ea043ca70 [NO ISSUE][TX] Fix Interrupt Propagation in LogReader - user model changes: no - storage format changes: no - interface changes: no Details: - Re-interrupt and throw when LogReader is waiting for logs to be

asterixdb git commit: [ASTERIXDB-2148][FUN] Add init parameter for external UDF

2018-03-01 Thread xikui
Repository: asterixdb Updated Branches: refs/heads/master cbfe8f9b6 -> 03ddd0cde [ASTERIXDB-2148][FUN] Add init parameter for external UDF - user model changes: no - storage format changes: no - interface changes: yes Added parameters to LibraryFunction in library.xsd. Details: By enabling