Skip to content

Fix query bug#2031

Merged
qiaojialin merged 1 commit intomasterfrom
ChunkMetadataCacheBug
Nov 12, 2020
Merged

Fix query bug#2031
qiaojialin merged 1 commit intomasterfrom
ChunkMetadataCacheBug

Conversation

@JackieTien97
Copy link
Contributor

If the previous query load the timeseries metadata into cache. And when it has finished for a while(the file reader has been removed from the file reader manager cache), current query use the same timeseries metadata, the cache hits. However, we have to reopne the file reader and use the reopened file reader and cached timeseries metadata to load the chunk metadata.
But the reopened reader has not init the tsfileMetadata.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

warning The version of Java (1.8.0_252) you have used to run this analysis is deprecated and we will stop accepting it accepting it soon.Please update to at least Java 11.
Read more here

@qiaojialin qiaojialin merged commit 3684e72 into master Nov 12, 2020
@qiaojialin qiaojialin deleted the ChunkMetadataCacheBug branch November 12, 2020 07:33
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.

4 participants