[
https://issues.apache.org/jira/browse/IOTDB-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiangdong Huang reassigned IOTDB-819:
-------------------------------------
Fix Version/s: 0.10.1
0.11.0
Assignee: Jialin Qiao
Resolution: Fixed
> 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
> Assignee: Jialin Qiao
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.11.0, 0.10.1
>
>
> 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)