Mark Bean created NIFI-10852:
--------------------------------
Summary: compress-commons does not handle large groupid values
Key: NIFI-10852
URL: https://issues.apache.org/jira/browse/NIFI-10852
Project: Apache NiFi
Issue Type: Bug
Components: C2
Affects Versions: 1.18.0
Reporter: Mark Bean
There is a limitation in the org.apache.commons:commons-compress library which
does not allow groupid values larger than 2097151 by default. Some users who
have a large groupid value may experience problems building Apache NiFi,
particularly the c2 modules.
While this isn't the cause of the problem, the exhibited unit test failure is:
{{[ERROR] Tests run: 12, Failures: 4, Errors: 0, Skipped: 0, Time elapsed:
0.317 s <<< FAILURE! - in
org.apache.nifi.c2.client.service.operation.TransferDebugOperationHandlerTest}}
{{[ERROR]
org.apache.nifi.c2.client.service.operation.TransferDebugOperationHandlerTest.testContentIsFilteredOut(String,
String, String, String)[1] Time elapsed: 0.096 s <<< FAILURE!}}
{{Wanted but not invoked:}}
{{c2Client.uploadBundle(}}
{{ <Capturing argument>,}}
{{ <Capturing argument>}}
{{);}}
{{-> at
org.apache.nifi.c2.client.service.operation.TransferDebugOperationHandlerTest.testContentIsFilteredOut(TransferDebugOperationHandlerTest.java:206)}}
{{Actually, there were zero interactions with this mock.}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)