Build failed in Jenkins: ManifoldCF » ManifoldCF-ant #83

2023-10-19 Thread Apache Jenkins Server
See Changes: [Karl Wright] Update kafka version -- [...truncated 206.85 KB...] setup-maven-url: download-via-maven: [get] Getting:

Build failed in Jenkins: ManifoldCF » ManifoldCF-mvn #90

2023-10-19 Thread Apache Jenkins Server
See Changes: [Karl Wright] Update kafka version -- [...truncated 477.86 KB...] AU

Re: [CANCEL][VOTE] Release ManifoldCF 2.26, RC0

2023-10-19 Thread Mingchun Zhao
Hi Karl, Thanks! > so I wonder if, once again, there's a problem with dependencies for the version of Solr they chose. I'll take a look at this issue. 2023年10月20日(金) 9:50 Karl Wright : > This connector FranceLabs updated. The problem seems to occur at a basic > level during http2

Re: [CANCEL][VOTE] Release ManifoldCF 2.26, RC0

2023-10-19 Thread Karl Wright
This connector FranceLabs updated. The problem seems to occur at a basic level during http2 communication, so I wonder if, once again, there's a problem with dependencies for the version of Solr they chose. Karl On Thu, Oct 19, 2023 at 8:32 PM Mingchun Zhao wrote: > About the test

Re: [CANCEL][VOTE] Release ManifoldCF 2.26, RC0

2023-10-19 Thread Mingchun Zhao
About the test "SolrCrawlHSQLDBIT" failure, it seems that "IO exception during indexing http://test58.txt: frame_size_error/invalid_frame_length" error is occurring on the ManifoldCF side. - command: ``` manifoldcf/connectors/solr% ant run-IT-HSQLDB run-IT-HSQLDB: [junit] Testsuite:

Re: [PR] Fix test org.apache.manifoldcf.agents.output.kafka.APISanityHSQLDBIT failure [manifoldcf]

2023-10-19 Thread Karl Wright
Thanks very much, Mingchun! I've committed the patch. Because it also upgrades zookeeper further, I'll want to run the complete tests before being sure we are done. I'll try to do that after my workday is over. Thanks again! Karl On Thu, Oct 19, 2023 at 7:01 AM mingchun-zhao (via GitHub)

Re: [CANCEL][VOTE] Release ManifoldCF 2.26, RC0

2023-10-19 Thread Mingchun Zhao
I'm having trouble with the Solr test `ant run-IT-HSQLDB`. It's been over an hour since I ran the test and it still doesn't finish. It seems that the problem is probably due to the Manifold job not finishing. Do you have any ideas or advice? Thanks! ``` ~/ManifoldCF/manifoldcf/connectors/solr%

Re: [CANCEL][VOTE] Release ManifoldCF 2.26, RC0

2023-10-19 Thread Mingchun Zhao
Hi Karl, I've tried to update Kafka and its dependencies to the latest version including zookeeper, and confirmed tha kafka test run-IT-HSQLDB passed as below: ``` ~manifoldcf% cd connectors/kafka ~manifoldcf/connectors/kafka/% ant run-IT-HSQLDB BUILD SUCCESSFUL Total time: 1 minute 19 seconds

[PR] Fix test org.apache.manifoldcf.agents.output.kafka.APISanityHSQLDBIT failure [manifoldcf]

2023-10-19 Thread via GitHub
mingchun-zhao opened a new pull request, #155: URL: https://github.com/apache/manifoldcf/pull/155 Updated Kafka and its dependencies to the latest version including zookeeper. Confirmed kafka test passed as bellow. ``` ~manifoldcf% cd connectors/kafka