This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch aggregate
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from c709649 fix bug of QueryTokenManager
new 291f361 refactor QueryTokenManager: move threadlocal as QuerySession
new 65ab1e6 fix multiply remove jobId
new 98f614d Merge remote-tracking branch 'origin/aggregate' into
threadlocal_for_query
The 1529 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:
.../db/query/control/OpenedFilePathsManager.java | 50 ++++++---------
.../db/query/control/QueryDataSourceManager.java | 2 +-
.../iotdb/db/query/control/QuerySession.java | 71 ++++++++++++++++++++++
.../iotdb/db/query/control/QueryTokenManager.java | 37 +++++------
.../iotdb/db/query/executor/EngineQueryRouter.java | 38 +++++-------
.../org/apache/iotdb/db/service/TSServiceImpl.java | 7 +--
.../db/integration/IoTDBEngineTimeGeneratorIT.java | 6 +-
.../db/integration/IoTDBSequenceDataQueryIT.java | 7 ++-
.../iotdb/db/integration/IoTDBSeriesReaderIT.java | 9 +--
.../db/query/control/FileReaderManagerTest.java | 6 +-
.../apache/iotdb/db/utils/EnvironmentUtils.java | 3 +-
11 files changed, 143 insertions(+), 93 deletions(-)
create mode 100644
iotdb/src/main/java/org/apache/iotdb/db/query/control/QuerySession.java