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

Issue 10: extendeds3 move #17

Open
wants to merge 3 commits into
base: feature-separate-adapters
Choose a base branch
from

Conversation

ravibeta
Copy link
Contributor

@ravibeta ravibeta commented Aug 28, 2020

Change log description
This change is for separation of Pravega bindings from the main source so that they can be maintained independently. It brings extendeds3 to the repository with commit history from both master and setup-repository branch
All the changes similar to hdfs have been made

Purpose of the change
Fixes #10

What the code does
It builds, tests and publishes the extendeds3 binding separately so that they can be included with Pravega as a long-term-storage adapter.

How to verify it
This works with Pravega in all forms of deployment.
https://travis-ci.com/github/ravibeta/pravega-storage-adapters-1/builds/184454484

@ravibeta ravibeta changed the base branch from master to feature-separate-adapters August 31, 2020 22:11
@sachin-j-joshi sachin-j-joshi self-assigned this Sep 1, 2020
Copy link

@sachin-j-joshi sachin-j-joshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to to make changes similar to what we recently did with hdfs.

@ravibeta
Copy link
Contributor Author

ravibeta commented Sep 2, 2020

Yes Sachin I did

Copy link

@sachin-j-joshi sachin-j-joshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update this PR similar to what we did for HDFS

@ravibeta
Copy link
Contributor Author

ravibeta commented Sep 4, 2020

Yes Sachin I did

@codecov-commenter
Copy link

codecov-commenter commented Sep 10, 2020

Codecov Report

Merging #17 into feature-separate-adapters will increase coverage by 4.98%.
The diff coverage is 83.75%.

Impacted file tree graph

@@                       Coverage Diff                       @@
##             feature-separate-adapters      #17      +/-   ##
===============================================================
+ Coverage                        72.77%   77.76%   +4.98%     
- Complexity                          95      187      +92     
===============================================================
  Files                               10       18       +8     
  Lines                              518      949     +431     
  Branches                            47       92      +45     
===============================================================
+ Hits                               377      738     +361     
- Misses                             102      148      +46     
- Partials                            39       63      +24     
Impacted Files Coverage Δ Complexity Δ
...age/extendeds3/ExtendedS3SimpleStorageFactory.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...a/storage/extendeds3/ExtendedS3StorageFactory.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...ge/extendeds3/ExtendedS3StorageFactoryCreator.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...ega/storage/extendeds3/ExtendedS3ChunkStorage.java 87.12% <87.12%> (ø) 34.00 <34.00> (?)
.../pravega/storage/extendeds3/ExtendedS3Storage.java 89.78% <89.78%> (ø) 49.00 <49.00> (?)
.../pravega/storage/extendeds3/ExtendedS3Metrics.java 92.85% <92.85%> (ø) 1.00 <1.00> (?)
...ga/storage/extendeds3/ExtendedS3SegmentHandle.java 100.00% <100.00%> (ø) 4.00 <4.00> (?)
...ga/storage/extendeds3/ExtendedS3StorageConfig.java 100.00% <100.00%> (ø) 4.00 <4.00> (?)
... and 6 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 914c9c0...cbe63e6. Read the comment docs.

@ravibeta ravibeta changed the title Issue 10 extendeds3 move Issue 10: extendeds3 move Sep 16, 2020
Copy link

@sachin-j-joshi sachin-j-joshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this file at the right place?

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this file at the right place?

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.

migrate extendedS3
3 participants