This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a change to branch add_log_event
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 4f80e0bd2f add event name in log
     new 794f597a67 Change Thread Name Format
     new 3bc080754d chaneg log level and thread name

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:
 .../mpp/execution/exchange/LocalSourceHandle.java  |   5 +-
 .../execution/exchange/MPPDataExchangeManager.java |  22 ++--
 .../db/mpp/execution/exchange/SinkHandle.java      |  10 +-
 .../db/mpp/execution/exchange/SourceHandle.java    | 120 ++++++++++-----------
 .../fragment/FragmentInstanceExecution.java        |   2 +-
 .../fragment/FragmentInstanceManager.java          |   4 +-
 .../fragment/FragmentInstanceStateMachine.java     |   2 +-
 .../execution/schedule/AbstractDriverThread.java   |   4 +-
 .../db/mpp/execution/schedule/DriverScheduler.java |   6 +-
 .../mpp/execution/schedule/DriverTaskThread.java   |   2 +-
 .../org/apache/iotdb/db/mpp/plan/Coordinator.java  |   4 +-
 .../iotdb/db/mpp/plan/analyze/AnalyzeVisitor.java  |  12 +--
 .../apache/iotdb/db/mpp/plan/analyze/Analyzer.java |   5 -
 .../db/mpp/plan/analyze/ClusterSchemaFetcher.java  |   3 +-
 .../db/mpp/plan/execution/QueryExecution.java      |  16 +--
 .../db/mpp/plan/planner/LocalExecutionPlanner.java |   2 +-
 .../scheduler/FixedRateFragInsStateTracker.java    |   4 +-
 .../scheduler/FragmentInstanceDispatcherImpl.java  |   6 +-
 .../mpprest/impl/GrafanaApiServiceImpl.java        |   2 +-
 .../protocol/mpprest/impl/RestApiServiceImpl.java  |   3 +-
 .../service/thrift/impl/ClientRPCServiceImpl.java  |   4 +-
 .../impl/DataNodeInternalRPCServiceImpl.java       |   2 +-
 .../{ValueIterator.java => SetThreadName.java}     |  44 +++-----
 23 files changed, 133 insertions(+), 151 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/utils/{ValueIterator.java => 
SetThreadName.java} (55%)

Reply via email to