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

Fix bugs of tsdb #202

Merged
merged 1 commit into from
Nov 2, 2022
Merged

Fix bugs of tsdb #202

merged 1 commit into from
Nov 2, 2022

Conversation

hanahmily
Copy link
Contributor

  • Strategy manager failed to create the current block if there are blocks that existed
  • A non-aligned block overflows the segment

Signed-off-by: Gao Hongtao hanahmily@gmail.com

* Strategy manager failed to create the current block if there are
  blocks existed
* A non-aligned block overflows the segment

Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
@hanahmily hanahmily added the bug Something isn't working label Nov 2, 2022
@hanahmily hanahmily added this to the 0.2.0 milestone Nov 2, 2022
@codecov-commenter
Copy link

codecov-commenter commented Nov 2, 2022

Codecov Report

Merging #202 (c875b64) into main (65ebe9f) will increase coverage by 0.12%.
The diff coverage is 70.42%.

@@            Coverage Diff             @@
##             main     #202      +/-   ##
==========================================
+ Coverage   44.64%   44.77%   +0.12%     
==========================================
  Files          84       84              
  Lines        8352     8355       +3     
==========================================
+ Hits         3729     3741      +12     
+ Misses       4303     4297       -6     
+ Partials      320      317       -3     
Impacted Files Coverage Δ
banyand/tsdb/bucket/bucket.go 0.00% <ø> (ø)
banyand/tsdb/series.go 36.44% <0.00%> (ø)
banyand/tsdb/seriesdb.go 55.90% <0.00%> (-0.23%) ⬇️
banyand/tsdb/tsdb.go 52.27% <0.00%> (-1.22%) ⬇️
pkg/timestamp/range.go 0.00% <0.00%> (ø)
banyand/tsdb/bucket/strategy.go 73.75% <50.00%> (-3.18%) ⬇️
banyand/tsdb/shard.go 71.72% <73.91%> (+1.23%) ⬆️
banyand/tsdb/segment.go 70.77% <90.00%> (+4.56%) ⬆️
banyand/tsdb/block.go 65.74% <100.00%> (-0.16%) ⬇️
... and 2 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@hanahmily hanahmily merged commit 1edf859 into main Nov 2, 2022
@hanahmily hanahmily deleted the tsdb branch November 2, 2022 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants