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

Wei-hao-Li pushed a change to branch deviceEntrySpill-devPr
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 39de0b345ce fix according review
     add 8a6bb3308bc fix-1
     add bc30915d227 fix exception process
     add ff5f36a8024 fix UT check
     add 928a6913d73 fix iocheck & topKSourceId

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/i18n/DataNodeQueryMessages.java       |   5 +
 .../iotdb/db/i18n/DataNodeQueryMessages.java       |   7 +
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |   5 +-
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  44 +++---
 ...java => DeviceEntrySpillNotFoundException.java} |  22 ++-
 .../execution/exchange/MPPDataExchangeManager.java |   8 +
 .../queryengine/plan/execution/QueryExecution.java |   3 +-
 .../spill/AbstractDeviceEntryMaterializer.java     |   9 +-
 .../metadata/spill/DeviceEntryDataSetHandle.java   |   6 +
 .../spill/DeviceEntryFileSpillerReader.java        |   8 -
 .../metadata/spill/DeviceEntryMaterializer.java    |   7 +-
 .../spill/DeviceEntryRpcSegmentFetcher.java        |   4 +
 .../spill/DeviceEntrySortedMaterializer.java       |   8 +-
 .../metadata/spill/DeviceEntrySpillManager.java    | 172 ++++++++-------------
 .../spill/LocalSegmentDeviceEntrySource.java       |  27 +++-
 .../metadata/spill/SpilledDeviceEntryDataSet.java  |  22 ++-
 .../distribute/TableDistributedPlanGenerator.java  |   3 +
 .../org/apache/iotdb/db/conf/PropertiesTest.java   |  59 +++++++
 .../spill/SegmentDeviceEntrySourceTest.java        |  39 +++--
 .../conf/iotdb-system.properties.template          |   1 +
 20 files changed, 281 insertions(+), 178 deletions(-)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/exception/query/{QueryTimeoutRuntimeException.java
 => DeviceEntrySpillNotFoundException.java} (61%)

Reply via email to