adoroszlai commented on PR #4968:
URL: https://github.com/apache/ozone/pull/4968#issuecomment-1607855136
@sodonnel Thanks for updating the PR. It seems there is a test for
`PipelineManagerImpl` failing due to the new replication type check:
```
Tests run: 22, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 13.469 s
<<< FAILURE! - in org.apache.hadoop.hdds.scm.pipeline.TestPipelineManagerImpl
[ERROR]
org.apache.hadoop.hdds.scm.pipeline.TestPipelineManagerImpl.testCreatePipeline
Time elapsed: 0.431 s <<< ERROR!
java.lang.IllegalArgumentException: Replication type must be EC
at
org.apache.hadoop.hdds.scm.pipeline.PipelineManagerImpl.buildECPipeline(PipelineManagerImpl.java:214)
at
org.apache.hadoop.hdds.scm.pipeline.TestPipelineManagerImpl.testCreatePipeline(TestPipelineManagerImpl.java:199)
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]