szilard-nemeth commented on pull request #3551:
URL: https://github.com/apache/hadoop/pull/3551#issuecomment-947069584
Somehow the build is showing weird error messages, for example:
```
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] required: List<AppAllocation>
found: ArrayList
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-3551/ubuntu-focal/src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/AbstractCSQueue.java:[746,29]
error: cannot find symbol
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 20.371 s
[INFO] Finished at: 2021-10-19T16:29:31Z
[INFO]
------------------------------------------------------------------------
[WARNING] The requested profile "native" could not be activated because it
does not exist.
[WARNING] The requested profile "yarn-ui" could not be activated because it
does not exist.
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on
project hadoop-yarn-server-resourcemanager: Compilation failure
[ERROR] required: List<AppAllocation>
[ERROR] found: ArrayList
[ERROR]
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-3551/ubuntu-focal/src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/AbstractCSQueue.java:[746,29]
error: cannot find symbol
[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.
```
On line 746, I have this on my branch:
```
@Private
public boolean getIntraQueuePreemptionDisabled() {
return preemptionSettings.getIntraQueuePreemptionDisabled();
}
```
I don't get why this is happening, so just created a patch and uploaded to
the jira to trigger the build. Let's see how it goes.
--
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]