Re: (CONNECTORS-1740) Solr 9 output connector

2023-06-01 Thread Karl Wright
Okay, it's as I suspected, the Zookeeper update didn't change any functionality but just broke stuff. The first thing I'd do is alert the Solr team to the problem. They should for now roll back their dependency so that an earlier Zookeeper is used. The next step would be to work with the

[RESULT][VOTE] Release ManifoldCF 2.25, RC0

2023-06-01 Thread Karl Wright
Three binding +1's, >72 hrs. Vote passes! Karl On Thu, Jun 1, 2023 at 6:27 PM Karl Wright wrote: > +1 from me as well. > > > On Thu, Jun 1, 2023 at 12:07 PM Karl Wright wrote: > >> Hi - >> This is a vote thread on a specific release artifact. CONNECTORS-1746 is >> indeed included in this

Re: [VOTE] Release ManifoldCF 2.25, RC0

2023-06-01 Thread Karl Wright
+1 from me as well. On Thu, Jun 1, 2023 at 12:07 PM Karl Wright wrote: > Hi - > This is a vote thread on a specific release artifact. CONNECTORS-1746 is > indeed included in this release. > > Incorporating a JSON-based generic connector hasn't happened yet because > the contribution needed to

Re: [VOTE] Release ManifoldCF 2.25, RC0

2023-06-01 Thread Karl Wright
Hi - This is a vote thread on a specific release artifact. CONNECTORS-1746 is indeed included in this release. Incorporating a JSON-based generic connector hasn't happened yet because the contribution needed to be complete, and a release was requested before that happened. Karl On Thu, Jun

[jira] [Resolved] (CONNECTORS-1746) Adding conditions to execute PostgreSQL's ANALYZE command to avoid crawling become extremely slow.

2023-06-01 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1746. - Fix Version/s: ManifoldCF 2.25 Resolution: Fixed > Adding conditions to

Re: [VOTE] Release ManifoldCF 2.25, RC0

2023-06-01 Thread Guylaine BASSETTE
Hi all, Do you think it would make sense to include as well the following modifications into 2.25 ? They don’t require lots of modifications, but they would benefit everyone: * the fix on CSV connector I proposed in mail "Control over number of processed documents per thread" on

(CONNECTORS-1740) Solr 9 output connector

2023-06-01 Thread Guylaine BASSETTE
Hi Karl, Following up on your discussion with Julien. I did some further testings and I’m commenting here because I cannot comment in the existing ticket

Reading a document in Transfo Connector: Utility Classes

2023-06-01 Thread Guylaine BASSETTE
Hello, I would like to contribute with some Utility Classes whose purpose is described below. When you need to browse a document in a Transformation Connector, you have to store its stream, because after reading, it can't be read again at the Output Connector for Solr indexing. I have