[3/5] asterixdb git commit: [ASTERIXDB-1946][STO][IDX]Create RTree/InvertedIdx for Correlated Datasets

2017-07-17 Thread luochen
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e856e1e8/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/filters/insert-with-correlated-secondary-inverted-ngram/insert-with-correlated-secondary-inverted-ngram.3.ddl.sqlpp

[5/5] asterixdb git commit: [ASTERIXDB-1946][STO][IDX]Create RTree/InvertedIdx for Correlated Datasets

2017-07-17 Thread luochen
[ASTERIXDB-1946][STO][IDX]Create RTree/InvertedIdx for Correlated Datasets - user model changes: allow creating secondary rtree and inverted index for datasets using correlated merge policy - storage format changes: no - interface changes: no details: - Implmeneted create secondary RTree and

[1/5] asterixdb git commit: [ASTERIXDB-1946][STO][IDX]Create RTree/InvertedIdx for Correlated Datasets

2017-07-17 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 77109ea4b -> e856e1e8f http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e856e1e8/asterixdb/asterix-metadata/src/main/java/org/apache/asterix/metadata/utils/SecondaryCorrelatedInvertedIndexOperationsHelper.java

[4/5] asterixdb git commit: [ASTERIXDB-1946][STO][IDX]Create RTree/InvertedIdx for Correlated Datasets

2017-07-17 Thread luochen
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e856e1e8/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/dml/scan-delete-rtree-correlated-secondary-index/scan-delete-rtree-correlated-secondary-index.4.query.sqlpp

[2/5] asterixdb git commit: [ASTERIXDB-1946][STO][IDX]Create RTree/InvertedIdx for Correlated Datasets

2017-07-17 Thread luochen
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e856e1e8/asterixdb/asterix-installer/src/test/resources/transactionts/queries/recover_after_abort/primary_plus_correlated_rtree_index/primary_plus_correlated_rtree_index.3.update.aql

[2/2] asterixdb git commit: [ASTERIXDB-2103][STO] Too many disk components for CorrelatedPolicy

2017-10-10 Thread luochen
[ASTERIXDB-2103][STO] Too many disk components for CorrelatedPolicy - user model changes: no - storage format changes: no - interface changes: yes Details: Currently CorrelatedMergePolicy uses component Ids to ensure disk components of primary and secondary indexes are merged together, but

[1/2] asterixdb git commit: [ASTERIXDB-2103][STO] Too many disk components for CorrelatedPolicy

2017-10-10 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 64965900c -> 21ed0f726

asterixdb git commit: [ASTERIXDB-2104][STO] Optimization for Correlated Policy

2017-09-28 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master ebde95d63 -> 56d972fa6 [ASTERIXDB-2104][STO] Optimization for Correlated Policy - user model changes: no - storage format changes: no - interface changes: no Details: - Previously, we introduced an optimization to the prefix merge

asterixdb git commit: [ASTERIXDB-2119][COMP] Fix variable ordering of projects

2017-10-02 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master ef4e6a3a9 -> ce348d684 [ASTERIXDB-2119][COMP] Fix variable ordering of projects - user model changes: no - storage format changes: no - interface changes: no Details: The current IntroduceProjectsRule implementation uses HashSet to

asterixdb git commit: [ASTERIXDB-2119][COMP] Fix variable ordering of project pushdown

2017-10-03 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 950c6197b -> 7926f2595 [ASTERIXDB-2119][COMP] Fix variable ordering of project pushdown - user model changes: no - storage format changes: no - interface changes: no Details: Fix variable ordering of PushProjectDownRule by using

asterixdb git commit: [ASTERIXDB-2121][HYR] Handle Throwables during job execution

2017-10-09 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 8c43f62bd -> 64965900c [ASTERIXDB-2121][HYR] Handle Throwables during job execution - user model changes: no - storage format changes: no - interface changes: no Details: Currently, only exceptions are handled and logged during

[2/2] asterixdb git commit: Revert "[ASTERIXDB-2103][STO] Too many disk components for CorrelatedPolicy"

2017-10-10 Thread luochen
Revert "[ASTERIXDB-2103][STO] Too many disk components for CorrelatedPolicy" This reverts commit 21ed0f72681a20ccb6a654f9aa4d54b8d0ea9c5c. Change-Id: I670545acd09c678f21be25313353ab306be86202 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2063 Tested-by: Jenkins

[1/2] asterixdb git commit: Revert "[ASTERIXDB-2103][STO] Too many disk components for CorrelatedPolicy"

2017-10-10 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 860fcde90 -> 1dc8228b7

asterixdb git commit: [ASTERIXDB-2176] Fix deletion on LSMRTree

2017-11-30 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master d71214ae5 -> 50de6669f [ASTERIXDB-2176] Fix deletion on LSMRTree - user model changes: no - storage format changes: no - interface changes: no Details: - The deletion on LSMRTree is not working on master, because initially we insert

[1/2] asterixdb git commit: [ASTERIXDB-2149] Enable multiple normalized keys in sort

2017-11-27 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master c5a0a1974 -> ed4693812 http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ed469381/hyracks-fullstack/hyracks/hyracks-dataflow-std/src/main/java/org/apache/hyracks/dataflow/std/sort/TupleSorterHeapSort.java

[2/2] asterixdb git commit: [ASTERIXDB-2149] Enable multiple normalized keys in sort

2017-11-27 Thread luochen
[ASTERIXDB-2149] Enable multiple normalized keys in sort - user model changes: no - storage format changes: no - interface changes: yes. The interface of sort is changed. Currently, during the (in-memory) sort, we use an int normalized keys to speed up comparisions by avoiding random memory

asterixdb git commit: [NO ISSUE][STO] Fix object creations during LSM operations

2017-12-01 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 50de6669f -> c04b47783 [NO ISSUE][STO] Fix object creations during LSM operations - user model changes: no - storage format changes: no - interface changes: no Details: - Replace LinkedList to ArrayList to avoid object creation

asterixdb git commit: [ASTERIXDB-2162][STO] Ensure backward compatibility of component id

2017-11-17 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 7a1174022 -> 3c6dfc9da [ASTERIXDB-2162][STO] Ensure backward compatibility of component id - user model changes: no - storage format changes: no - interface changes: no Details: - Ensure the compatibility of component id change on

[3/3] asterixdb git commit: [ASTERIXDB-2115] Add Component Ids to LSM Indexes

2017-11-10 Thread luochen
[ASTERIXDB-2115] Add Component Ids to LSM Indexes - user model changes: no - storage format changes: no - interface changes: yes Details: - Add LSMComponentId to all LSM components. Component Ids are managed through IO operation callbacks. - For memory component, it's ID is reset every time it's

[1/3] asterixdb git commit: [ASTERIXDB-2115] Add Component Ids to LSM Indexes

2017-11-10 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 23761dd78 -> 39390edc9 http://git-wip-us.apache.org/repos/asf/asterixdb/blob/39390edc/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/src/main/java/org/apache/hyracks/storage/am/lsm/common/util/LSMComponentIdUtils.java

[2/3] asterixdb git commit: [ASTERIXDB-2115] Add Component Ids to LSM Indexes

2017-11-10 Thread luochen
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/39390edc/asterixdb/asterix-metadata/src/main/java/org/apache/asterix/metadata/declared/MetadataProvider.java -- diff --git

asterixdb git commit: [ASTERIXDB-1764][STO] Ensure LOAD follow same lifecycle with merge/flush

2017-11-07 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master eadeaf514 -> ece421b4f [ASTERIXDB-1764][STO] Ensure LOAD follow same lifecycle with merge/flush - user model changes: no - storage format changes: no - interface change: no Details: - Ensure ioOperationCallbacks are properly called

asterixdb git commit: [ASTERIXDB-2133] Fix unncessary binary search in GroupFrameAccessor

2017-10-31 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master a22ca7bf8 -> c04046c11 [ASTERIXDB-2133] Fix unncessary binary search in GroupFrameAccessor - user model changes: no - storage format changes: no - interface changes: no Details: - GroupFrameAccessor holds a list of frames from a run

asterixdb git commit: [ASTERIXDB-2367][STO] Various Fixes for BufferCache

2018-05-10 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 2b3681f5d -> 1b0bbad5d [ASTERIXDB-2367][STO] Various Fixes for BufferCache - user model changes: no - storage format changes: no - interface changes: no Details: - Ensure fileInfo is deleted from FileInfoMap when delete a file from

asterixdb git commit: [NO ISSUE][RT] Eliminate HashMap lookup during comparision

2018-05-22 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 81c80d3f9 -> ed6761554 [NO ISSUE][RT] Eliminate HashMap lookup during comparision - user model changes: no - storage format changes: no - interface changes: no Details: - Eliminate the use of hash map to store type tags. Replace it

asterixdb git commit: [NO ISSUE][STO] Improve error handling of writing deleted file

2018-05-25 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master c7eb0c51a -> af17baa7d [NO ISSUE][STO] Improve error handling of writing deleted file - user model changes: no - storage format changes: no - interface changes: no Details: - When the bulkloader is aborted, the file would be deleted

asterixdb git commit: [ASTERIXDB-2149] Refactor key normalizer with longer keys

2018-01-08 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master f12288854 -> 90af4b24f [ASTERIXDB-2149] Refactor key normalizer with longer keys - user model changes: no - storage format changes: no - interface changes: yes. The interface of key normalized is changed. Details: - Refactored key

asterixdb git commit: [ASTERIXDB-2243][STO] Fix BloomFilter size estimation

2018-01-17 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 94aa28c37 -> e54115d7f [ASTERIXDB-2243][STO] Fix BloomFilter size estimation - user model changes: no - storage format changes: no - interface changes: no Details: - Fix the bloom filter size estimation by using the actual number of

asterixdb git commit: [ASTERIXDB-2250] Clean up files after failed flush/merge

2018-02-01 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 10e5ad1a7 -> f94fdcc20 [ASTERIXDB-2250] Clean up files after failed flush/merge - user model changes: no - storage format changes: no - interface changes: no Details: - Currently we didn't clean up component files if the flush/merge

asterixdb git commit: [ASTERIXDB-2188] Ensure recovery of component ids

2018-02-23 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master f674168df -> 3fe67422d [ASTERIXDB-2188] Ensure recovery of component ids - user model changes: no - storage format changes: yes. Flush log record format changes. - interface changes: no Details: - Add flush component ids to the

asterixdb git commit: [ASTERIXDB-2299] Set log type properly during modifications

2018-02-25 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 48e3dce36 -> 7ec813cc5 [ASTERIXDB-2299] Set log type properly during modifications - user model changes: no - storage format changes: no - interface changes: no Details: - Previously we have a deadlock-free protocol during normal

asterixdb git commit: [ASTERIXDB-2429] Fix the upsert of primary key index

2018-07-31 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 317628afe -> a691dd422 [ASTERIXDB-2429] Fix the upsert of primary key index - user model changes: no - storage format changes: no - interface changes: no Details: - Previously the primary key index is not properly maintained during

asterixdb git commit: [NO ISSUE] Misc Fixes for Point MBR RTree

2018-08-15 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 323403bab -> b8ea58cd8 [NO ISSUE] Misc Fixes for Point MBR RTree - user-model changes: no - storage format changes: no - interface changes: no Details: 1. Fix the MBR calculation of Point MBR RTrees when finalizing the bulkload

asterixdb git commit: [ASTERIXDB-2125] Fix RTree Bulkload Exception

2018-08-09 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master dee3f9269 -> 468b9beea [ASTERIXDB-2125] Fix RTree Bulkload Exception - user model changes: no - storage format changes: no - interface changes: no Details: - When bulkloading a rtree, it's possible that we saw the

[2/2] asterixdb git commit: [ASTERIXDB-2184] Add Immutable DiskBTree

2018-01-13 Thread luochen
[ASTERIXDB-2184] Add Immutable DiskBTree - user model changes: no - storage format changes: no - interface changes: no Details: - Add a immutable DiskBTree to for LSM disk components. This DiskBTree only supports two operations, i.e., search and bulkload. No concurrency control is performed at

[1/2] asterixdb git commit: [ASTERIXDB-2184] Add Immutable DiskBTree

2018-01-13 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 6a588669c -> 73d9acaf7 http://git-wip-us.apache.org/repos/asf/asterixdb/blob/73d9acaf/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-btree-test/src/test/java/org/apache/hyracks/storage/am/btree/DiskBTreeSearchCursorTest.java

asterixdb git commit: [ASTERIXDB-2301][TX] Fix Abort of DELETE operation

2018-02-28 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master a95a9a9e2 -> 38baf9860 [ASTERIXDB-2301][TX] Fix Abort of DELETE operation - user model changes: no - storage format changes: no - interface changes: no Details: - Fix the undo logic of the DELETE operation. Previously undo of DELETE

asterixdb git commit: [NO ISSUE] Use Async Write Mode in ResultState

2018-04-05 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master b4e07eab4 -> b0014002b [NO ISSUE] Use Async Write Mode in ResultState - user model changes: no - storage format changes: no - interface changes: no Details: - Use Async write mode in ResultState to improve it's throughput. - For

asterixdb git commit: [ASTERIXDB-2357] ADMParser Improvements

2018-04-13 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master aac1e936e -> 8a984aaec [ASTERIXDB-2357] ADMParser Improvements - user model changes: no - storage format changes: no - interface changes: no Details: - The current ADMParser heavily relies on string operations, which results in a lot

asterixdb git commit: [ASTERIXDB-2280][IDX] Fix Index on Optional Nested Field

2018-03-28 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master abcdb8021 -> 6a38e2b62 [ASTERIXDB-2280][IDX] Fix Index on Optional Nested Field - user model changes: no - storage format changes: no - interface changes: no Details: - Fix the creation of indexes on optional nested field by handling

asterixdb git commit: [NO ISSUE] Increase Default Log Page Size

2018-04-02 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 77c8c7907 -> 5818b3f8a [NO ISSUE] Increase Default Log Page Size - user model changes: no - storage format changes: no - interface changes: no Details: - The current log page default size (128KB) is too small for high throughput disk

[2/2] asterixdb git commit: [ASTERIXDB-2339] Add a new inverted index merge cursor

2018-03-29 Thread luochen
[ASTERIXDB-2339] Add a new inverted index merge cursor - user model changes: no - storage format changes: no - interface changes: no Details: - Implement a new inverted index merge cursor which uses two priority queues, one for tokens and one for keys. For each token, we merge their inverted

[1/2] asterixdb git commit: [ASTERIXDB-2339] Add a new inverted index merge cursor

2018-03-29 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 7dc566bdc -> 3036c9809

asterixdb git commit: [NO ISSUE][STO] Fix opening of inverted index deleted keys cursor

2018-03-22 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 760279199 -> 2ebd0d4f0 [NO ISSUE][STO] Fix opening of inverted index deleted keys cursor - user model changes: no - storage format changes: no - interface changes: no Details: - LSMInvertedIndexDeletedKeysBTreeMergeCursor.open used to

asterixdb git commit: [NO ISSUE][STO] Misc fixes of inverted index

2018-03-23 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master f5257fef5 -> 8aa13cacf [NO ISSUE][STO] Misc fixes of inverted index - user model changes: no - storage format changes: no - interface changes: no Details: This patch mainly improves the inverted index merge perf in the following ways:

asterixdb git commit: [ASTERIXDB-2304] Ensure Flush is Finished in FlushRecoveryTest

2018-03-04 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 4d1d0d157 -> 6daa1b152 [ASTERIXDB-2304] Ensure Flush is Finished in FlushRecoveryTest - user model changes: no - storage format changes: no - interface changes: no Details: - Previous in LSMFlushRecoveryTest, it's possible during

asterixdb git commit: [ASTERIXDB-2467][STO] Fix locking protocol with bad tuples

2018-10-24 Thread luochen
git-wip-us.apache.org/repos/asf/asterixdb/commit/776e1c25 Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/776e1c25 Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/776e1c25 Branch: refs/heads/master Commit: 776e1c25b11b85aa752671ff8992dcc509e28913 Parents: 11d5b28 Author: luoc

asterixdb git commit: [ASTERIXDB-2453] Add Improved Constant Merge Policy

2018-09-27 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 8bbf08131 -> 1aeb8b6ce [ASTERIXDB-2453] Add Improved Constant Merge Policy - user model changes: no - storage format changes: no - interface changes: no Details: - The current constant merge policy is unsuable because of its high

[2/2] asterixdb git commit: [ASTERIXDB-2468] Extend CountVarToCountOneRule to support no group-by

2018-11-20 Thread luochen
/f9d70deb Branch: refs/heads/master Commit: f9d70deb97a04cdc75e71a9f96940abf2c47f886 Parents: b4f6631 Author: luochen Authored: Mon Nov 19 17:18:15 2018 -0800 Committer: Luo Chen Committed: Tue Nov 20 18:59:27 2018 -0800

[1/2] asterixdb git commit: [ASTERIXDB-2468] Extend CountVarToCountOneRule to support no group-by

2018-11-20 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master b4f663115 -> f9d70deb9 http://git-wip-us.apache.org/repos/asf/asterixdb/blob/f9d70deb/asterixdb/asterix-app/src/test/resources/optimizerts/results/rtree-index/rtree-sidx-idxonly-07.plan

asterixdb git commit: [ASTERIXDB-2452] Recompute type env after ListifyUnnestingFunctionRule

2018-09-17 Thread luochen
Repository: asterixdb Updated Branches: refs/heads/master 71afb3d03 -> b71d9ff7b [ASTERIXDB-2452] Recompute type env after ListifyUnnestingFunctionRule - user model changes: no - storage format changes: no - interface changes: no Details: -Recompute type env of the parent operator after

[asterixdb] branch master updated: [ASTERIXDB-2522][TX] Skip WAIT record during lock conflicts

2019-03-02 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git The following commit(s) were added to refs/heads/master by this push: new e060d5c [ASTERIXDB-2522][TX] Skip WAIT

[asterixdb] branch master updated: [NO ISSUE] Fix comment of concurrent merge policy test

2019-09-24 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git The following commit(s) were added to refs/heads/master by this push: new 9c604bb [NO ISSUE] Fix comment

[asterixdb-bad] branch master updated: [NO ISSUE][BAD] Coordinated Change for ConcurrentMergePolicy

2019-09-23 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb-bad.git The following commit(s) were added to refs/heads/master by this push: new 9d0ebe2 [NO ISSUE][BAD] Coordinated

[asterixdb] branch master updated: [NO ISSUE][DOC] Fix doc of recovery memory budget

2019-10-31 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git The following commit(s) were added to refs/heads/master by this push: new d203752 [NO ISSUE][DOC] Fix doc

[asterixdb] branch master updated: [ASTERIXDB-2708] Introduce batch and stateful point cursors

2020-04-11 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git The following commit(s) were added to refs/heads/master by this push: new 6e6b342 [ASTERIXDB-2708] Introduce batch

[asterixdb] branch master updated: [ASTERIXDB-2715][STO] Dynamic Memory Component Architecture

2020-04-27 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git The following commit(s) were added to refs/heads/master by this push: new bbf10b3 [ASTERIXDB-2715][STO] Dynamic

[asterixdb] branch master updated: [NO ISSUE] Fix log marker of insert

2020-04-23 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git The following commit(s) were added to refs/heads/master by this push: new 93d3c91 [NO ISSUE] Fix log marker

[asterixdb] branch master updated: [ASTERIXDB-2730][STO] Do not wait on flushing metadata indexes

2020-05-18 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git The following commit(s) were added to refs/heads/master by this push: new d6f10a8 [ASTERIXDB-2730][STO] Do not wait

[asterixdb] branch master updated: [NO ISSUE][STO] Add concurrency control for filters

2020-03-18 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git The following commit(s) were added to refs/heads/master by this push: new a806f23 [NO ISSUE][STO] Add concurrency

[asterixdb] branch master updated: [NO ISSUE] Fix NPE during recovery of inverte index

2020-03-19 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git The following commit(s) were added to refs/heads/master by this push: new 5ef7e7d [NO ISSUE] Fix NPE during recovery

[asterixdb] branch master updated: [NO ISSUE][TXN] Increase lock table size

2020-10-06 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git The following commit(s) were added to refs/heads/master by this push: new ec22e7a [NO ISSUE][TXN] Increase lock

[asterixdb] branch master updated: [ASTERIXDB-2783] Fix hash collision for hash join/groupby

2020-09-28 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git The following commit(s) were added to refs/heads/master by this push: new 3f75e5b [ASTERIXDB-2783] Fix hash

[asterixdb] branch master updated: [ASTERIXDB-2755] Fix failed test case caused by GVBC

2020-07-21 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git The following commit(s) were added to refs/heads/master by this push: new 6a78fac [ASTERIXDB-2755] Fix failed test

[asterixdb] branch master updated: [ASTERIXDB-2730][STO] Optimize flush in GVBC

2020-06-13 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git The following commit(s) were added to refs/heads/master by this push: new 64ae834 [ASTERIXDB-2730][STO] Optimize

[asterixdb] branch master updated: [ASTERIXDB-2540][STO] Introduce Disk Write Rate Limiter

2020-11-09 Thread luochen
This is an automated email from the ASF dual-hosted git repository. luochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git The following commit(s) were added to refs/heads/master by this push: new ebbcaa6 [ASTERIXDB-2540][STO] Introduce