This is an automated email from the ASF dual-hosted git repository.
xingtanzjr pushed a change to branch xingtanzjr/mpp_issues
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 563fbe2218 fix the issue that distribution planner cannot give correct
result for SeriesScanNode
new 9ac9044586 fix some issue....
new fb7bf77ccc fix an issue that SourceHandle may become Blocked
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 2 +-
.../iotdb/db/mpp/buffer/DataBlockManager.java | 15 ++++----
.../org/apache/iotdb/db/mpp/buffer/SinkHandle.java | 26 +++++++-------
.../apache/iotdb/db/mpp/buffer/SourceHandle.java | 34 +++++++++++-------
.../apache/iotdb/db/mpp/execution/Coordinator.java | 8 +++--
.../iotdb/db/mpp/execution/IQueryExecution.java | 2 ++
.../iotdb/db/mpp/execution/QueryExecution.java | 40 ++++++++++++++++++++--
.../db/mpp/execution/config/ConfigExecution.java | 3 ++
.../mpp/execution/scheduler/ClusterScheduler.java | 7 ++++
.../scheduler/SimpleFragInstanceDispatcher.java | 6 +++-
.../db/mpp/operator/source/SeriesScanOperator.java | 3 +-
.../db/mpp/schedule/FragmentInstanceScheduler.java | 2 +-
.../mpp/sql/planner/plan/DistributedQueryPlan.java | 11 ++++++
.../iotdb/db/query/control/SessionManager.java | 7 +++-
.../thrift/impl/DataNodeTSIServiceImpl.java | 11 +++++-
.../apache/iotdb/db/utils/QueryDataSetUtils.java | 9 +++--
16 files changed, 141 insertions(+), 45 deletions(-)