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

Releasing New Storage Engine #68

Merged
merged 3 commits into from
Aug 23, 2017
Merged

Releasing New Storage Engine #68

merged 3 commits into from
Aug 23, 2017

Conversation

ambud
Copy link
Member

@ambud ambud commented Aug 23, 2017

Releasing New Storage Engine

ambud and others added 3 commits July 30, 2017 22:53
Cleaning up archival moving sql package

time series buckets

Fixing bugs with refactor

and diskstorage engine

Validating and fixing unit tests

windows)

adding unit tests for persistent measurement

Adding concurrency fixes #31

Fixing recovery bug

Fixing broken recovery system due to missing offsets, fixing unit tests
for recovery, adding parallel recovery for measurements

Improving test converage

Fixing minor code issues

fixing potential concurrency issue
@codecov-io
Copy link

Codecov Report

Merging #68 into master will increase coverage by 2.29%.
The diff coverage is 71.94%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #68      +/-   ##
============================================
+ Coverage     54.02%   56.32%   +2.29%     
- Complexity      697      738      +41     
============================================
  Files           112      118       +6     
  Lines          4061     4135      +74     
  Branches        457      422      -35     
============================================
+ Hits           2194     2329     +135     
+ Misses         1718     1673      -45     
+ Partials        149      133      -16
Impacted Files Coverage Δ Complexity Δ
...winder/core/storage/mem/archival/NoneArchiver.java 50% <ø> (ø) 2 <0> (ø) ⬇️
...winder/core/sql/calcite/functions/NowFunction.java 100% <ø> (ø) 2 <0> (?)
...a/com/srotya/sidewinder/cluster/api/InfluxApi.java 75% <ø> (ø) 5 <0> (ø) ⬇️
...winder/core/storage/compression/dod/DoDReader.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...java/com/srotya/sidewinder/core/api/InfluxApi.java 76.47% <ø> (ø) 4 <0> (ø) ⬇️
...otya/sidewinder/cluster/routing/RoutingEngine.java 23.07% <ø> (ø) 3 <0> (ø) ⬇️
...winder/core/sql/calcite/functions/ToTimestamp.java 100% <ø> (ø) 2 <0> (?)
.../srotya/sidewinder/core/storage/StorageEngine.java 84.61% <ø> (+7.69%) 3 <0> (-6) ⬇️
...storage/compression/byzantine/ByzantineReader.java 96.77% <ø> (ø) 27 <0> (ø) ⬇️
.../srotya/sidewinder/core/api/MeasurementOpsApi.java 26.8% <ø> (ø) 8 <0> (ø) ⬇️
... and 59 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78a21ce...42e56e6. Read the comment docs.

@ambud ambud merged commit 9583b80 into master Aug 23, 2017
ambud added a commit that referenced this pull request Aug 23, 2017
* Adding file channel close as a temporary solution to max open files limit '#31'

* New storage engine implementation #31 (#66)

Cleaning up archival moving sql package

time series buckets

Fixing bugs with refactor

and diskstorage engine

Validating and fixing unit tests

windows)

adding unit tests for persistent measurement

Adding concurrency fixes #31

Fixing recovery bug

Fixing broken recovery system due to missing offsets, fixing unit tests
for recovery, adding parallel recovery for measurements

Improving test converage

Fixing minor code issues

fixing potential concurrency issue

* Adding basic GRPC code for writes with disruptor (#67)

Fixing rpc build issue

Fixing pom issue
ambud added a commit that referenced this pull request Feb 10, 2018
* Adding file channel close as a temporary solution to max open files limit '#31'

* New storage engine implementation #31 (#66)

Cleaning up archival moving sql package

time series buckets

Fixing bugs with refactor

and diskstorage engine

Validating and fixing unit tests

windows)

adding unit tests for persistent measurement

Adding concurrency fixes #31

Fixing recovery bug

Fixing broken recovery system due to missing offsets, fixing unit tests
for recovery, adding parallel recovery for measurements

Improving test converage

Fixing minor code issues

fixing potential concurrency issue

* Adding basic GRPC code for writes with disruptor (#67)

Fixing rpc build issue

Fixing pom issue
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