Github user joewitt commented on the issue:
https://github.com/apache/nifi/pull/1324
@ijokarumawak can you please review. Appears to have gotten a bit stale.
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on
project nifi-site-to-site: Compilation failure: Compilation failure:
[ERROR]
/Users/jwitt/apachenifi/nifi.git/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/protocol/socket/SocketFlowFileServerProtocol.java:[43,7]
error: SocketFlowFileServerProtocol is not abstract and does not override
abstract method
sendPeerList(Peer,Optional<ClusterNodeInformation>,String,int,int,boolean) in
ServerProtocol
[ERROR]
/Users/jwitt/apachenifi/nifi.git/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/protocol/socket/SocketFlowFileServerProtocol.java:[153,4]
error: method does not override or implement a method from a supertype
[ERROR]
/Users/jwitt/apachenifi/nifi.git/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/SocketRemoteSiteListener.java:[344,24]
error: method sendPeerList in interface ServerProtocol cannot be applied to
given types;
[ERROR] required:
Peer,Optional<ClusterNodeInformation>,String,int,int,boolean
[ERROR] found: Peer,Optional<ClusterNodeInformation>,NodeInformation
[ERROR] reason: actual and formal argument lists differ in length
[ERROR]
/Users/jwitt/apachenifi/nifi.git/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/protocol/http/StandardHttpFlowFileServerProtocol.java:[46,7]
error: StandardHttpFlowFileServerProtocol is not abstract and does not
override abstract method
sendPeerList(Peer,Optional<ClusterNodeInformation>,String,int,int,boolean) in
ServerProtocol
[ERROR]
/Users/jwitt/apachenifi/nifi.git/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/protocol/http/StandardHttpFlowFileServerProtocol.java:[231,4]
error: method does not override or implement a method from a supertype
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---