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

#60 Adding basic GRPC code for writes with disruptor #67

Merged
merged 1 commit into from
Aug 23, 2017
Merged

Conversation

ambud
Copy link
Member

@ambud ambud commented Aug 23, 2017

Performing intermediate commit to add some critical fixes for storage engine and enhanced GRPC apis

@codecov-io
Copy link

codecov-io commented Aug 23, 2017

Codecov Report

Merging #67 into development will increase coverage by 2.25%.
The diff coverage is 56.5%.

Impacted file tree graph

@@                Coverage Diff                @@
##             development      #67      +/-   ##
=================================================
+ Coverage          54.06%   56.32%   +2.25%     
- Complexity           722      738      +16     
=================================================
  Files                122      118       -4     
  Lines               4058     4135      +77     
  Branches             428      422       -6     
=================================================
+ Hits                2194     2329     +135     
+ Misses              1733     1673      -60     
- Partials             131      133       +2
Impacted Files Coverage Δ Complexity Δ
...java/com/srotya/sidewinder/core/api/InfluxApi.java 76.47% <ø> (ø) 4 <0> (ø) ⬇️
...ya/sidewinder/core/storage/compression/Writer.java 100% <ø> (ø) 1 <0> (ø) ⬇️
...a/com/srotya/sidewinder/cluster/api/InfluxApi.java 75% <ø> (ø) 5 <0> (ø) ⬇️
...om/srotya/sidewinder/core/storage/Measurement.java 75.37% <ø> (ø) 32 <0> (ø) ⬇️
...ya/sidewinder/core/utils/HTTPDataPointDecoder.java 27.48% <ø> (ø) 9 <0> (?)
...winder/core/storage/compression/dod/DodWriter.java 38.8% <0%> (-1.2%) 5 <0> (ø)
...rotya/sidewinder/core/rpc/MetadataServiceImpl.java 0% <0%> (ø) 0 <0> (?)
...storage/compression/byzantine/ByzantineWriter.java 87.67% <0%> (-3.11%) 42 <0> (ø)
...va/com/srotya/sidewinder/core/utils/MiscUtils.java 80.74% <100%> (+0.28%) 29 <0> (+1) ⬆️
...otya/sidewinder/core/storage/TimeSeriesBucket.java 78.94% <100%> (ø) 12 <1> (ø) ⬇️
... and 7 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 e98d764...f94f03b. Read the comment docs.

@ambud ambud merged commit 0e38746 into development Aug 23, 2017
ambud added a commit that referenced this pull request 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
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 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
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 javadoc and javadoc builds
@ambud ambud deleted the #60 branch August 24, 2017 06:35
ambud added a commit that referenced this pull request Sep 6, 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 javadoc and javadoc builds

* #60 and #74

Adding increment size

Refactoring code to make default methods in StorageEngine from the
implementations, fixing scripts.

Adding clustering implementations

Changing back to disktagindex

Adding Location Aware Routing Engine

Fixing javadocs

Adding graphite server for with support for plaintext protocol #73

Fixing bad javadoc
ambud added a commit that referenced this pull request Sep 6, 2017
* Clustering enhancements and Graphite Server (#75)

* 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 javadoc and javadoc builds

* #60 and #74

Adding increment size

Refactoring code to make default methods in StorageEngine from the
implementations, fixing scripts.

Adding clustering implementations

Changing back to disktagindex

Adding Location Aware Routing Engine

Fixing javadocs

Adding graphite server for with support for plaintext protocol #73

Fixing bad javadoc

* [ci skip] Updating build-info file

* [ci skip]prepare release sidewinder-parent-0.0.27

* [ci skip]prepare for next development iteration
ambud added a commit that referenced this pull request Sep 6, 2017
* Clustering enhancements and Graphite Server (#75)

* 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 javadoc and javadoc builds

* #60 and #74

Adding increment size

Refactoring code to make default methods in StorageEngine from the
implementations, fixing scripts.

Adding clustering implementations

Changing back to disktagindex

Adding Location Aware Routing Engine

Fixing javadocs

Adding graphite server for with support for plaintext protocol #73

Fixing bad javadoc

* [ci skip] Updating build-info file

* [ci skip]prepare release sidewinder-parent-0.0.27

* [ci skip]prepare for next development iteration
@ambud ambud mentioned this pull request Sep 6, 2017
ambud added a commit that referenced this pull request Feb 10, 2018
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
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 javadoc and javadoc builds
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 javadoc and javadoc builds

* #60 and #74

Adding increment size

Refactoring code to make default methods in StorageEngine from the
implementations, fixing scripts.

Adding clustering implementations

Changing back to disktagindex

Adding Location Aware Routing Engine

Fixing javadocs

Adding graphite server for with support for plaintext protocol #73

Fixing bad javadoc
ambud added a commit that referenced this pull request Feb 10, 2018
* Clustering enhancements and Graphite Server (#75)

* 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 javadoc and javadoc builds

* #60 and #74

Adding increment size

Refactoring code to make default methods in StorageEngine from the
implementations, fixing scripts.

Adding clustering implementations

Changing back to disktagindex

Adding Location Aware Routing Engine

Fixing javadocs

Adding graphite server for with support for plaintext protocol #73

Fixing bad javadoc

* [ci skip] Updating build-info file

* [ci skip]prepare release sidewinder-parent-0.0.27

* [ci skip]prepare for next development iteration
ambud added a commit that referenced this pull request Feb 10, 2018
* Clustering enhancements and Graphite Server (#75)

* 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 javadoc and javadoc builds

* #60 and #74

Adding increment size

Refactoring code to make default methods in StorageEngine from the
implementations, fixing scripts.

Adding clustering implementations

Changing back to disktagindex

Adding Location Aware Routing Engine

Fixing javadocs

Adding graphite server for with support for plaintext protocol #73

Fixing bad javadoc

* [ci skip] Updating build-info file

* [ci skip]prepare release sidewinder-parent-0.0.27

* [ci skip]prepare for next development iteration
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