This is an automated email from the ASF dual-hosted git repository.
xingtanzjr pushed a change to branch ml_0815_data_lost
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 8890b497c7 change query info log to debug
add 575af1869b change retry interval from 2000ms to 10_000ms
add 204a445aed add redirect available node policy when retry
add a525db391e change retry time interval from 10s to 2s
add 4caba8f3ad fix the false termination operation in QueryTerminator when
query retry
add 2836a00d17 fix bug in terminator
add 37d299f899 fix the bug when analyzing queryStatement when constructing
pathPatternTree
add 84cde6ae60 spotless and add more comments for query retrying step
new 289fba5a26 Merge branch 'xingtanzjr/query_retry_redirect' into
ml_0815_data_lost
The 1 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:
.../iotdb/db/mpp/common/MPPQueryContext.java | 25 ++++++++---
.../db/mpp/plan/analyze/ExpressionAnalyzer.java | 1 +
.../SimpleFragmentParallelPlanner.java | 48 +++++++++++++++++++---
.../db/mpp/plan/scheduler/ClusterScheduler.java | 11 ++---
.../scheduler/FragmentInstanceDispatcherImpl.java | 7 ++++
.../mpp/plan/scheduler/SimpleQueryTerminator.java | 12 +++++-
6 files changed, 86 insertions(+), 18 deletions(-)