This is an automated email from the ASF dual-hosted git repository.
sunzesong pushed a change to branch hdfs_query_fix
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
discard 0850aaa Revert wrong delete
discard e10b4e0 For test
discard d308fb7 Add truncate log
discard 2e705a6 Fix concurrent query caused BufferUnderflowException when
storage in HDFS
add 3e2e202 Fix concurrent queries cause BufferUnderflowException when
storage in HDFS
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 (0850aaa)
\
N -- N -- N refs/heads/hdfs_query_fix (3e2e202)
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/db/engine/cache/ChunkMetadataCache.java | 26 ++++++++-------------
.../fileInputFactory/HDFSInputFactory.java | 3 ++-
.../iotdb/tsfile/read/TsFileSequenceReader.java | 21 ++---------------
.../write/writer/RestorableTsFileIOWriter.java | 27 +++++++++++-----------
4 files changed, 28 insertions(+), 49 deletions(-)