[
https://issues.apache.org/jira/browse/IOTDB-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17164821#comment-17164821
]
Jialin Qiao commented on IOTDB-819:
-----------------------------------
[https://github.com/apache/incubator-iotdb/pull/1562]
> Load TsFile NullPointerException when updating HistoricalVersions
> -----------------------------------------------------------------
>
> Key: IOTDB-819
> URL: https://issues.apache.org/jira/browse/IOTDB-819
> Project: Apache IoTDB
> Issue Type: Bug
> Components: Core/Engine
> Reporter: Jialin Qiao
> Priority: Major
> Labels: pull-request-available
>
> StorageGroupProcessor.loadNewTsFile()
>
> partitionDirectFileVersions.computeIfAbsent(partitionNum, p -> new
> HashSet<>())
> .addAll(newTsFileResource.getHistoricalVersions());
>
> The historicalVersion is a null.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)