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

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


 discard c1b9614  fix cluster groupby memory leak
     add 288d8e5  rethrow other exceptions in query main thread (#4579)
     add 93a2f40  [IOTDB-2141] Fix some issues in cluster test (#4571)
     add aea64c1  fix cluster groupby memory leak

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c1b9614)
            \
             N -- N -- N   refs/heads/cluster_groupby_memory_leak_master 
(aea64c1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/query/ClusterPlanExecutor.java   |  5 +-
 .../cluster/query/aggregate/ClusterAggregator.java |  9 ++-
 .../cluster/query/reader/ClusterReaderFactory.java |  8 ++-
 .../cluster/server/service/DataSyncService.java    | 11 ++-
 .../apache/iotdb/cluster/utils/PartitionUtils.java |  2 +
 .../iotdb/db/integration/IoTDBMetadataFetchIT.java | 28 +++++---
 .../apache/iotdb/db/integration/IoTDBTtlIT.java    |  2 +-
 .../aggregation/IoTDBAggregationLargeDataIT.java   | 81 ++++++++++------------
 .../aggregation/IoTDBAggregationSmallDataIT.java   | 21 +-----
 .../dataset/RawQueryDataSetWithoutValueFilter.java |  2 +
 .../apache/iotdb/db/utils/ErrorHandlingUtils.java  |  4 ++
 .../write/UnSupportedDataTypeException.java        |  2 +-
 12 files changed, 96 insertions(+), 79 deletions(-)

Reply via email to