You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/02/01 07:34:30 UTC

[GitHub] [ozone] lamber-ken opened a new pull request #1867: HDDS-4772. Upgrade Ratis Thirdparty to 0.6.0 for fixing ozone codebase build error

lamber-ken opened a new pull request #1867:
URL: https://github.com/apache/ozone/pull/1867


   ## What changes were proposed in this pull request?
   
   Upgrade ratis-thirdparty to recently released 0.6.0, because 0.6.0-SNAPSHOT is no longer in the [apache repo](https://repository.apache.org/content/repositories/snapshots).
   
   ```
   Failure to find org.apache.ratis:ratis-thirdparty-misc:jar:0.6.0-SNAPSHOT in 
   https://repository.apache.org/content/repositories/snapshots was cached in the local repository, 
   resolution will not be reattempted until the update interval of apache.snapshots.https has elapsed or updates are forced
   ```
   
   ### Same as
   
   https://github.com/apache/incubator-ratis/pull/412
   
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4772
   
   ## How was this patch tested?
   
   CI checks.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai commented on pull request #1867: HDDS-4772. Upgrade Ratis Thirdparty to 0.6.0 for fixing ozone codebase build error

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on pull request #1867:
URL: https://github.com/apache/ozone/pull/1867#issuecomment-770693654


   Thanks @lamber-ken for working on this.
   
   Ozone CI checks are run for both PRs and commits.  They are even run in forks.  This gives us the chance to get early feedback from CI before opening a PR.  In such non-trivial changes I think it is good practice to wait for CI to complete [in one's own fork](https://github.com/BigDataArtisans/ozone/actions/runs/526981984) before opening a PR.
   
   This has the following benefits:
   
    * minimize Github Actions resource usage
    * improve reviewer bandwidth
   
   In this case I'm also working on the same issue reported in HDDS-4770.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] lamber-ken commented on pull request #1867: HDDS-4772. Upgrade Ratis Thirdparty to 0.6.0 for fixing ozone codebase build error

Posted by GitBox <gi...@apache.org>.
lamber-ken commented on pull request #1867:
URL: https://github.com/apache/ozone/pull/1867#issuecomment-770730815


   > In this case I'm also working on the same issue reported in HDDS-4770.
   Thank you very much for your reminding @adoroszlai 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] lamber-ken closed pull request #1867: HDDS-4772. Upgrade Ratis Thirdparty to 0.6.0 for fixing ozone codebase build error

Posted by GitBox <gi...@apache.org>.
lamber-ken closed pull request #1867:
URL: https://github.com/apache/ozone/pull/1867


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] lamber-ken edited a comment on pull request #1867: HDDS-4772. Upgrade Ratis Thirdparty to 0.6.0 for fixing ozone codebase build error

Posted by GitBox <gi...@apache.org>.
lamber-ken edited a comment on pull request #1867:
URL: https://github.com/apache/ozone/pull/1867#issuecomment-770655881


   hi @elek, it seems that there are some differences between `0.6.0-SNAPSHOT` and `0.6.0`. Update ratis thirdparty to 0.6.0 as ratis does can't solve build failures, do you have any idea?
   
   ### Update ratis thirdparty to 0.6.0
   - compile, pass
   - findbugs, can no pass
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] lamber-ken edited a comment on pull request #1867: HDDS-4772. Upgrade Ratis Thirdparty to 0.6.0 for fixing ozone codebase build error

Posted by GitBox <gi...@apache.org>.
lamber-ken edited a comment on pull request #1867:
URL: https://github.com/apache/ozone/pull/1867#issuecomment-770730815


   > In this case I'm also working on the same issue reported in HDDS-4770.
   
   Thank you very much for your reminding @adoroszlai 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] lamber-ken commented on pull request #1867: HDDS-4772. Upgrade Ratis Thirdparty to 0.6.0 for fixing ozone codebase build error

Posted by GitBox <gi...@apache.org>.
lamber-ken commented on pull request #1867:
URL: https://github.com/apache/ozone/pull/1867#issuecomment-770655881


   hi @elek, it seems that there are some differences between `0.6.0-SNAPSHOT` and `0.6.0`. Update ratis thirdparty to 0.6.0 as ratis does can't solve build failures, do you have any idea?
   
   ### Update ratis thirdparty to 0.6.0
   - compile, pass
   - findbugs, no
   - 
   
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org