Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IOTDB-129]Fix statistic bug when restoring incomplete tsfile #230

Merged
merged 6 commits into from
Jul 10, 2019

Conversation

fanhualta
Copy link
Contributor

In IoTDB system, if a file is found incomplete when restoring, it will be attempted to repair and rebuild metadata information, but the rebuilt metadata information does not contain statistical information, which leads to the error of null pointer when querying such files.

corresponding Jira link:https://issues.apache.org/jira/browse/IOTDB-129

20_28_13__07_09_2019

@fanhualta fanhualta merged commit fd05a3c into master Jul 10, 2019
@fanhualta fanhualta deleted the fix_statstic_bug branch July 10, 2019 09:25
fanhualta added a commit that referenced this pull request Jul 11, 2019
* add statstic while restore an uncomplete tsfile

* add ut test and fix a bug of Statistics when restoring

* fix a bug in PageHeaderTest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants