This is an automated email from the ASF dual-hosted git repository.
chaow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 8289372 Update tsdb comparison doc (#2601)
new 00414af fix the client leak of client pool
new 978dd58 use remote schema cache when check timeseries exist or not
new 761895f use try-catch-with-resource instead of try-catch
new 65d5ab3 use ClientUtils.putBackSyncClient all over the place
new 5a31889 fix the sonar bug in PublicBAOS.java
new 26ecec7 remove the synchronized keyword of those override method in
PublicBAOS
new c79f8ef Apply spotless
new 92c8384 Merge branch 'apache_master' into
apache_master_0204_fix_client_pool_leak
new 61c9286 Merge pull request #2635 from
neuyilan/apache_master_0204_fix_client_pool_leak
The 4646 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/cluster/client/DataClientProvider.java | 7 +-
.../apache/iotdb/cluster/metadata/CMManager.java | 125 ++++++++++++++-------
.../apache/iotdb/cluster/metadata/MetaPuller.java | 26 +++--
.../iotdb/cluster/query/ClusterPlanExecutor.java | 57 ++++++----
.../cluster/query/aggregate/ClusterAggregator.java | 16 ++-
.../query/groupby/RemoteGroupByExecutor.java | 37 +++---
.../query/last/ClusterLastQueryExecutor.java | 32 +++---
.../cluster/query/reader/ClusterReaderFactory.java | 16 ++-
.../iotdb/cluster/query/reader/DataSourceInfo.java | 3 +-
.../reader/RemoteSeriesReaderByTimestamp.java | 16 +--
.../query/reader/RemoteSimpleSeriesReader.java | 14 ++-
.../apache/iotdb/cluster/server/ClientServer.java | 14 ++-
.../cluster/client/DataClientProviderTest.java | 3 +
.../org/apache/iotdb/tsfile/utils/PublicBAOS.java | 4 +
14 files changed, 235 insertions(+), 135 deletions(-)