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 RPC / Clustering #74

Merged
merged 1 commit into from
Sep 6, 2017
Merged

#60 RPC / Clustering #74

merged 1 commit into from
Sep 6, 2017

Conversation

ambud
Copy link
Member

@ambud ambud commented Sep 6, 2017

Adding rpc refactoring, rpc implementations, coordinator implementation for clustering and graphite server

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
@codecov-io
Copy link

codecov-io commented Sep 6, 2017

Codecov Report

Merging #74 into development will decrease coverage by 4.62%.
The diff coverage is 35.01%.

Impacted file tree graph

@@                Coverage Diff                @@
##             development      #74      +/-   ##
=================================================
- Coverage          56.34%   51.72%   -4.63%     
+ Complexity           739      725      -14     
=================================================
  Files                118      126       +8     
  Lines               4135     4499     +364     
  Branches             422      440      +18     
=================================================
- Hits                2330     2327       -3     
- Misses              1673     2039     +366     
- Partials             132      133       +1
Impacted Files Coverage Δ Complexity Δ
...va/com/srotya/sidewinder/core/utils/ByteUtils.java 67.85% <ø> (+4.69%) 6 <0> (-2) ⬇️
...ya/sidewinder/core/storage/compression/Writer.java 100% <ø> (ø) 1 <0> (ø) ⬇️
.../sidewinder/core/aggregators/WindowedFunction.java 77.77% <ø> (ø) 4 <0> (ø) ⬇️
...om/srotya/sidewinder/core/analytics/MathUtils.java 72.09% <ø> (ø) 9 <0> (ø) ⬇️
...idewinder/cluster/connectors/ClusterConnector.java 100% <ø> (ø) 1 <0> (ø) ⬇️
...winder/core/storage/mem/archival/DiskArchiver.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...rotya/sidewinder/core/storage/mem/MemTagIndex.java 96% <0%> (-4%) 10 <0> (ø)
...va/com/srotya/sidewinder/cluster/routing/Node.java 63.15% <0%> (-16.85%) 7 <0> (ø)
...rotya/sidewinder/core/graphite/GraphiteServer.java 0% <0%> (ø) 0 <0> (?)
...sidewinder/cluster/connectors/ConfigConnector.java 83.87% <0%> (-12.43%) 10 <0> (ø)
... and 43 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 2d79f95...d66a591. Read the comment docs.

@ambud ambud merged commit 98dc243 into development Sep 6, 2017
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 ambud deleted the #60 branch September 23, 2017 02:40
ambud added a commit that referenced this pull request Feb 10, 2018
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
* 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