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/06/03 18:26:28 UTC

[GitHub] [ozone] risdenk opened a new pull request #2304: HDDS-5298. Use netty-bom to ensure consistent Netty version

risdenk opened a new pull request #2304:
URL: https://github.com/apache/ozone/pull/2304


   ## What changes were proposed in this pull request?
   
   Replaces uses of `netty.version` and uses `netty-bom` in top level pom `dependencyManagement` section to ensure consistent Netty version.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-5298
   
   ## How was this patch tested?
   
   `mvn clean verify`
   


-- 
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] risdenk commented on pull request #2304: HDDS-5298. Use netty-bom to ensure consistent Netty version

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


   FWIW locally I keep getting this error when using `mvn clean verify`. I haven't dug into it and not sure if its related to this change or not:
   
   ```
   ...
   [INFO]
   [INFO] Results:
   [INFO]
   [ERROR] Errors:
   [ERROR]   TestHddsVolumeChecker.testCheckAllVolumes[6] » OutOfMemory unable to create ne...
   [ERROR]   TestHddsVolumeChecker.testCheckAllVolumes[7] » OutOfMemory unable to create ne...
   [ERROR]   TestHddsVolumeChecker.testCheckOneVolume:158 » OutOfMemory unable to create ne...
   [ERROR]   TestHddsVolumeChecker.testCheckOneVolume:158 » OutOfMemory unable to create ne...
   [ERROR]   TestHddsVolumeChecker.testVolumeDeletion:257 » OutOfMemory unable to create ne...
   [ERROR]   TestHddsVolumeChecker.testVolumeDeletion[6] » OutOfMemory unable to create new...
   [ERROR]   TestHddsVolumeChecker.testVolumeDeletion[7] » OutOfMemory unable to create new...
   [INFO]
   [ERROR] Tests run: 366, Failures: 0, Errors: 7, Skipped: 4
   ...
   ```


-- 
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] risdenk commented on pull request #2304: HDDS-5298. Use netty-bom to ensure consistent Netty version

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


   FWIW locally I keep getting this error when using `mvn clean verify`. I haven't dug into it and not sure if its related to this change or not:
   
   ```
   ...
   [INFO]
   [INFO] Results:
   [INFO]
   [ERROR] Errors:
   [ERROR]   TestHddsVolumeChecker.testCheckAllVolumes[6] » OutOfMemory unable to create ne...
   [ERROR]   TestHddsVolumeChecker.testCheckAllVolumes[7] » OutOfMemory unable to create ne...
   [ERROR]   TestHddsVolumeChecker.testCheckOneVolume:158 » OutOfMemory unable to create ne...
   [ERROR]   TestHddsVolumeChecker.testCheckOneVolume:158 » OutOfMemory unable to create ne...
   [ERROR]   TestHddsVolumeChecker.testVolumeDeletion:257 » OutOfMemory unable to create ne...
   [ERROR]   TestHddsVolumeChecker.testVolumeDeletion[6] » OutOfMemory unable to create new...
   [ERROR]   TestHddsVolumeChecker.testVolumeDeletion[7] » OutOfMemory unable to create new...
   [INFO]
   [ERROR] Tests run: 366, Failures: 0, Errors: 7, Skipped: 4
   ...
   ```


-- 
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] bharatviswa504 commented on pull request #2304: HDDS-5298. Use netty-bom to ensure consistent Netty version

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


   Thank You @risdenk for the contribution and @adoroszlai for the review.


-- 
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] bharatviswa504 merged pull request #2304: HDDS-5298. Use netty-bom to ensure consistent Netty version

Posted by GitBox <gi...@apache.org>.
bharatviswa504 merged pull request #2304:
URL: https://github.com/apache/ozone/pull/2304


   


-- 
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] risdenk commented on pull request #2304: HDDS-5298. Use netty-bom to ensure consistent Netty version

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


   I checked master and see the same test failures locally for me so doesn't look related to this change. Also looks like the CI checks passed. Thanks @adoroszlai  for kicking those off again.


-- 
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