You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mb...@apache.org on 2018/09/24 14:32:20 UTC

[7/7] asterixdb git commit: Merge commit 'bd728afe' from stabilization-f69489

Merge commit 'bd728afe' from stabilization-f69489

Change-Id: Ic382adcb9e6f0a084a029206a0785d979a45faad


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/62ab70d3
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/62ab70d3
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/62ab70d3

Branch: refs/heads/master
Commit: 62ab70d37c102453a13c03d61bbe19f4f26bcee0
Parents: b71d9ff bd728af
Author: Michael Blow <mb...@apache.org>
Authored: Fri Sep 21 13:21:16 2018 -0400
Committer: Michael Blow <mb...@apache.org>
Committed: Fri Sep 21 13:21:16 2018 -0400

----------------------------------------------------------------------
 .../app/active/ActiveEntityEventsListener.java  |   4 +-
 .../asterix/app/nc/IndexCheckpointManager.java  |   8 +-
 .../split-materialization-above-join.plan       | 125 ++++++++--------
 .../tpcds/query-ASTERIXDB-1581-correlated.plan  | 148 ++++++++++---------
 .../results/tpcds/query-ASTERIXDB-1581.plan     |  75 +++++-----
 .../common/storage/IIndexCheckpointManager.java |   3 +-
 .../asterix/common/storage/IndexCheckpoint.java |   5 +-
 .../CheckpointPartitionIndexesTask.java         |  10 +-
 .../messaging/ReplicateFileTask.java            |   4 +-
 .../replication/sync/ReplicaSynchronizer.java   |  12 +-
 .../PersistentLocalResourceRepository.java      |  20 ++-
 .../AbstractPreclusteredGroupByPOperator.java   |   4 +
 .../BroadcastPartitioningProperty.java          |   6 +
 .../properties/IPartitioningProperty.java       |   7 +
 .../properties/OrderedPartitionedProperty.java  |   7 +-
 .../properties/RandomPartitioningProperty.java  |   6 +
 .../UnorderedPartitionedProperty.java           |   6 +
 .../hyracks/http/server/ChunkedResponse.java    |  14 +-
 .../am/lsm/common/impls/AbstractLSMIndex.java   |  10 +-
 .../ChainedLSMDiskComponentBulkLoader.java      |   2 +-
 .../impls/LSMIndexDiskComponentBulkLoader.java  |  44 ++++--
 21 files changed, 301 insertions(+), 219 deletions(-)
----------------------------------------------------------------------