Added reload4j dependency in the pom.xml in storpool#6560
Closed
harikrishna-patnala wants to merge 1 commit intoapache:4.17from
Closed
Added reload4j dependency in the pom.xml in storpool#6560harikrishna-patnala wants to merge 1 commit intoapache:4.17from
harikrishna-patnala wants to merge 1 commit intoapache:4.17from
Conversation
Member
Author
|
@blueorangutan package |
yadvr
approved these changes
Jul 20, 2022
Member
yadvr
left a comment
There was a problem hiding this comment.
I thought my recent commit did that, but LGTM
Member
|
Thanks @harikrishna-patnala - sorry my bad, I caused this while merging 4.17.0.1 to 4.17 branch somehow the commits got missing (had no effect on fwd-merging which is perhaps because I used the -X ours flag :( ) |
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
|
Kudos, SonarCloud Quality Gate passed!
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Description
There are build failures happening on the few PRs with 4.17 branch with below error
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:33 min
[INFO] Finished at: 2022-07-20T06:33:31Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-plugin-storage-volume-storpool: Compilation failure: Compilation failure:
[ERROR] /jenkins/workspace/acs-centos8-pkg-builder/dist/rpmbuild/BUILD/cloudstack-4.17.1.0-SNAPSHOT/plugins/storage/volume/storpool/src/main/java/org/apache/cloudstack/storage/datastore/util/StorPoolHelper.java:[188,21] error: cannot find symbol
[ERROR] symbol: method setConversionPattern(String)
[ERROR] location: variable patternLayout of type PatternLayout
[ERROR] /jenkins/workspace/acs-centos8-pkg-builder/dist/rpmbuild/BUILD/cloudstack-4.17.1.0-SNAPSHOT/plugins/storage/volume/storpool/src/main/java/org/apache/cloudstack/storage/datastore/util/StorPoolHelper.java:[193,23] error: incompatible types: RollingFileAppender cannot be converted to Appender
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
Added reload4j dependency in the storpool pom.xml
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
How Has This Been Tested?
mvn build is successful