You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by Karl Wright <da...@gmail.com> on 2013/01/31 01:58:33 UTC

[VOTE] Release Apache ManifoldCF 1.1, RC9

Please vote on whether or not to release ManifoldCF 1.1, RC9.

The release artifact can be found at:

http://people.apache.org/~kwright/apache-manifoldcf-1.1

There is a tag at:

https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.1-RC9

This release candidate fixes an infinite loop that results when metadata names
that contain non-URL-allowed characters get indexed by the Solr connector.
See CONNECTORS-630.

This release candidate upgrades to SolrJ 4.1.0, with necessary dependency
upgrades.  This was necessary because SolrJ 4.0.0 had serious issues in its
Solr Cloud support.  SolrJ 4.0.0 also would not work with Solr 4.1.0, but the
SolrJ 4.1.0 does work with Solr 4.0.0, mostly.  Potential issues remain with
cross-version SolrCloud support.  See CONNECTORS-627.

This release candidate fixes a packaging problem for wars similar to
CONNECTORS-619.  It also fixes a problem with the CMIS connector
and another SolrJ-related issue (CONNECTORS-622 and CONNECTORS-623).

This release candidate provides a better workaround for
CONNECTORS-616 than RC5.  It also fixes CONNECTORS-617.

This release candidate fixes one problem since RC4, which is
the inconfigurability of the commit action path for Solr commits in
the Solr connector.  This needed to be fixed to maintain backwards
compatibility.  CONNECTORS-621.

This release candidate fixes two problems since RC3.  The problems
were in the included jars for the multiprocess example (CONNECTORS-619)
and in connection leakage for JDBC handles (CONNECTORS-620).

This release candidate fixes one problem since RC2.  The problem is
CONNECTORS-618, which relates to MySQL performance.

This release candidate fixes one additional problem since RC1.  The
problem is CONNECTORS-616, and relates to Solr dropping connections
during
indexing.

This release candidate fixes two other problems since RC0, both
related to Solr 4.0.0 support.
- CONNECTORS-613: The version of Tika used in Solr 4.0.0 cannot
extract text unless told an accurate mime type.  While this is
probably a Tika bug, in this ticket we at least make sure a good guess
as to the mime type is sent to Solr.
- CONNECTORS-614: Fix logic having to do with releasing idle Solr
connections.  This shows up as socket timeout exceptions, because it
becomes very easy to exhaust the Solr application server's thread pool
when idle connections are not released in a timely way.

This release includes a significant amount of long-planned upgrading
and refactoring since Apache ManifoldCF 1.0.1, including:
- Port to HttpComponents from commons-httpclient
- Port to SolrJ from homegrown for the Solr connector, so that
SolrCloud is supported
- Improved NTLM support
- Partial Kerberos support
- Many other improvements, which are summarized in CHANGES.txt

Re: [VOTE] Release Apache ManifoldCF 1.1, RC9

Posted by Shinichiro Abe <sh...@gmail.com>.
- Ran example-proprietary / multiprocess-example-proprietary

+1 from me.

Shinichiro Abe

On 2013/01/31, at 9:58, Karl Wright wrote:

> Please vote on whether or not to release ManifoldCF 1.1, RC9.
> 
> The release artifact can be found at:
> 
> http://people.apache.org/~kwright/apache-manifoldcf-1.1
> 
> There is a tag at:
> 
> https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.1-RC9
> 
> This release candidate fixes an infinite loop that results when metadata names
> that contain non-URL-allowed characters get indexed by the Solr connector.
> See CONNECTORS-630.
> 
> This release candidate upgrades to SolrJ 4.1.0, with necessary dependency
> upgrades.  This was necessary because SolrJ 4.0.0 had serious issues in its
> Solr Cloud support.  SolrJ 4.0.0 also would not work with Solr 4.1.0, but the
> SolrJ 4.1.0 does work with Solr 4.0.0, mostly.  Potential issues remain with
> cross-version SolrCloud support.  See CONNECTORS-627.
> 
> This release candidate fixes a packaging problem for wars similar to
> CONNECTORS-619.  It also fixes a problem with the CMIS connector
> and another SolrJ-related issue (CONNECTORS-622 and CONNECTORS-623).
> 
> This release candidate provides a better workaround for
> CONNECTORS-616 than RC5.  It also fixes CONNECTORS-617.
> 
> This release candidate fixes one problem since RC4, which is
> the inconfigurability of the commit action path for Solr commits in
> the Solr connector.  This needed to be fixed to maintain backwards
> compatibility.  CONNECTORS-621.
> 
> This release candidate fixes two problems since RC3.  The problems
> were in the included jars for the multiprocess example (CONNECTORS-619)
> and in connection leakage for JDBC handles (CONNECTORS-620).
> 
> This release candidate fixes one problem since RC2.  The problem is
> CONNECTORS-618, which relates to MySQL performance.
> 
> This release candidate fixes one additional problem since RC1.  The
> problem is CONNECTORS-616, and relates to Solr dropping connections
> during
> indexing.
> 
> This release candidate fixes two other problems since RC0, both
> related to Solr 4.0.0 support.
> - CONNECTORS-613: The version of Tika used in Solr 4.0.0 cannot
> extract text unless told an accurate mime type.  While this is
> probably a Tika bug, in this ticket we at least make sure a good guess
> as to the mime type is sent to Solr.
> - CONNECTORS-614: Fix logic having to do with releasing idle Solr
> connections.  This shows up as socket timeout exceptions, because it
> becomes very easy to exhaust the Solr application server's thread pool
> when idle connections are not released in a timely way.
> 
> This release includes a significant amount of long-planned upgrading
> and refactoring since Apache ManifoldCF 1.0.1, including:
> - Port to HttpComponents from commons-httpclient
> - Port to SolrJ from homegrown for the Solr connector, so that
> SolrCloud is supported
> - Improved NTLM support
> - Partial Kerberos support
> - Many other improvements, which are summarized in CHANGES.txt


[RESULT][VOTE] Release Apache ManifoldCF 1.1, RC9

Posted by Karl Wright <da...@gmail.com>.
Four +1's, no -1's or 0's.  Vote passes!

Karl

On Fri, Feb 1, 2013 at 1:16 PM, Piergiorgio Lucidi
<pi...@apache.org> wrote:
> Tried the CMIS Connector.
>
> +1 from me.
>
>
> 2013/2/1 Karl Wright <da...@gmail.com>
>
>> For what it is worth, the Elastic Search connector in this release is
>> funky.  See CONNECTORS-634.
>>
>> If we need to spin another release candidate for any reason, I would
>> like to include the fix to this ticket.
>>
>> Karl
>>
>> On Thu, Jan 31, 2013 at 1:54 AM, Minoru Osuka <mi...@gmail.com>
>> wrote:
>> > - Ran tests
>> > - Solr Output Connection worked.
>> >
>> > +1 from me.
>> >
>> > Minoru Osuka
>> > minoru.osuka@gmail.com
>> >
>> >
>> >
>> >
>> > On Jan 31, 2013, at 9:58 AM, Karl Wright <da...@gmail.com> wrote:
>> >
>> >> Please vote on whether or not to release ManifoldCF 1.1, RC9.
>> >>
>> >> The release artifact can be found at:
>> >>
>> >> http://people.apache.org/~kwright/apache-manifoldcf-1.1
>> >>
>> >> There is a tag at:
>> >>
>> >> https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.1-RC9
>> >>
>> >> This release candidate fixes an infinite loop that results when
>> metadata names
>> >> that contain non-URL-allowed characters get indexed by the Solr
>> connector.
>> >> See CONNECTORS-630.
>> >>
>> >> This release candidate upgrades to SolrJ 4.1.0, with necessary
>> dependency
>> >> upgrades.  This was necessary because SolrJ 4.0.0 had serious issues in
>> its
>> >> Solr Cloud support.  SolrJ 4.0.0 also would not work with Solr 4.1.0,
>> but the
>> >> SolrJ 4.1.0 does work with Solr 4.0.0, mostly.  Potential issues remain
>> with
>> >> cross-version SolrCloud support.  See CONNECTORS-627.
>> >>
>> >> This release candidate fixes a packaging problem for wars similar to
>> >> CONNECTORS-619.  It also fixes a problem with the CMIS connector
>> >> and another SolrJ-related issue (CONNECTORS-622 and CONNECTORS-623).
>> >>
>> >> This release candidate provides a better workaround for
>> >> CONNECTORS-616 than RC5.  It also fixes CONNECTORS-617.
>> >>
>> >> This release candidate fixes one problem since RC4, which is
>> >> the inconfigurability of the commit action path for Solr commits in
>> >> the Solr connector.  This needed to be fixed to maintain backwards
>> >> compatibility.  CONNECTORS-621.
>> >>
>> >> This release candidate fixes two problems since RC3.  The problems
>> >> were in the included jars for the multiprocess example (CONNECTORS-619)
>> >> and in connection leakage for JDBC handles (CONNECTORS-620).
>> >>
>> >> This release candidate fixes one problem since RC2.  The problem is
>> >> CONNECTORS-618, which relates to MySQL performance.
>> >>
>> >> This release candidate fixes one additional problem since RC1.  The
>> >> problem is CONNECTORS-616, and relates to Solr dropping connections
>> >> during
>> >> indexing.
>> >>
>> >> This release candidate fixes two other problems since RC0, both
>> >> related to Solr 4.0.0 support.
>> >> - CONNECTORS-613: The version of Tika used in Solr 4.0.0 cannot
>> >> extract text unless told an accurate mime type.  While this is
>> >> probably a Tika bug, in this ticket we at least make sure a good guess
>> >> as to the mime type is sent to Solr.
>> >> - CONNECTORS-614: Fix logic having to do with releasing idle Solr
>> >> connections.  This shows up as socket timeout exceptions, because it
>> >> becomes very easy to exhaust the Solr application server's thread pool
>> >> when idle connections are not released in a timely way.
>> >>
>> >> This release includes a significant amount of long-planned upgrading
>> >> and refactoring since Apache ManifoldCF 1.0.1, including:
>> >> - Port to HttpComponents from commons-httpclient
>> >> - Port to SolrJ from homegrown for the Solr connector, so that
>> >> SolrCloud is supported
>> >> - Improved NTLM support
>> >> - Partial Kerberos support
>> >> - Many other improvements, which are summarized in CHANGES.txt
>> >
>>
>> --
>> Piergiorgio Lucidi
>> http://www.open4dev.com
>>

Re: [VOTE] Release Apache ManifoldCF 1.1, RC9

Posted by Piergiorgio Lucidi <pi...@apache.org>.
Tried the CMIS Connector.

+1 from me.


2013/2/1 Karl Wright <da...@gmail.com>

> For what it is worth, the Elastic Search connector in this release is
> funky.  See CONNECTORS-634.
>
> If we need to spin another release candidate for any reason, I would
> like to include the fix to this ticket.
>
> Karl
>
> On Thu, Jan 31, 2013 at 1:54 AM, Minoru Osuka <mi...@gmail.com>
> wrote:
> > - Ran tests
> > - Solr Output Connection worked.
> >
> > +1 from me.
> >
> > Minoru Osuka
> > minoru.osuka@gmail.com
> >
> >
> >
> >
> > On Jan 31, 2013, at 9:58 AM, Karl Wright <da...@gmail.com> wrote:
> >
> >> Please vote on whether or not to release ManifoldCF 1.1, RC9.
> >>
> >> The release artifact can be found at:
> >>
> >> http://people.apache.org/~kwright/apache-manifoldcf-1.1
> >>
> >> There is a tag at:
> >>
> >> https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.1-RC9
> >>
> >> This release candidate fixes an infinite loop that results when
> metadata names
> >> that contain non-URL-allowed characters get indexed by the Solr
> connector.
> >> See CONNECTORS-630.
> >>
> >> This release candidate upgrades to SolrJ 4.1.0, with necessary
> dependency
> >> upgrades.  This was necessary because SolrJ 4.0.0 had serious issues in
> its
> >> Solr Cloud support.  SolrJ 4.0.0 also would not work with Solr 4.1.0,
> but the
> >> SolrJ 4.1.0 does work with Solr 4.0.0, mostly.  Potential issues remain
> with
> >> cross-version SolrCloud support.  See CONNECTORS-627.
> >>
> >> This release candidate fixes a packaging problem for wars similar to
> >> CONNECTORS-619.  It also fixes a problem with the CMIS connector
> >> and another SolrJ-related issue (CONNECTORS-622 and CONNECTORS-623).
> >>
> >> This release candidate provides a better workaround for
> >> CONNECTORS-616 than RC5.  It also fixes CONNECTORS-617.
> >>
> >> This release candidate fixes one problem since RC4, which is
> >> the inconfigurability of the commit action path for Solr commits in
> >> the Solr connector.  This needed to be fixed to maintain backwards
> >> compatibility.  CONNECTORS-621.
> >>
> >> This release candidate fixes two problems since RC3.  The problems
> >> were in the included jars for the multiprocess example (CONNECTORS-619)
> >> and in connection leakage for JDBC handles (CONNECTORS-620).
> >>
> >> This release candidate fixes one problem since RC2.  The problem is
> >> CONNECTORS-618, which relates to MySQL performance.
> >>
> >> This release candidate fixes one additional problem since RC1.  The
> >> problem is CONNECTORS-616, and relates to Solr dropping connections
> >> during
> >> indexing.
> >>
> >> This release candidate fixes two other problems since RC0, both
> >> related to Solr 4.0.0 support.
> >> - CONNECTORS-613: The version of Tika used in Solr 4.0.0 cannot
> >> extract text unless told an accurate mime type.  While this is
> >> probably a Tika bug, in this ticket we at least make sure a good guess
> >> as to the mime type is sent to Solr.
> >> - CONNECTORS-614: Fix logic having to do with releasing idle Solr
> >> connections.  This shows up as socket timeout exceptions, because it
> >> becomes very easy to exhaust the Solr application server's thread pool
> >> when idle connections are not released in a timely way.
> >>
> >> This release includes a significant amount of long-planned upgrading
> >> and refactoring since Apache ManifoldCF 1.0.1, including:
> >> - Port to HttpComponents from commons-httpclient
> >> - Port to SolrJ from homegrown for the Solr connector, so that
> >> SolrCloud is supported
> >> - Improved NTLM support
> >> - Partial Kerberos support
> >> - Many other improvements, which are summarized in CHANGES.txt
> >
>
> --
> Piergiorgio Lucidi
> http://www.open4dev.com
>

Re: [VOTE] Release Apache ManifoldCF 1.1, RC9

Posted by Karl Wright <da...@gmail.com>.
For what it is worth, the Elastic Search connector in this release is
funky.  See CONNECTORS-634.

If we need to spin another release candidate for any reason, I would
like to include the fix to this ticket.

Karl

On Thu, Jan 31, 2013 at 1:54 AM, Minoru Osuka <mi...@gmail.com> wrote:
> - Ran tests
> - Solr Output Connection worked.
>
> +1 from me.
>
> Minoru Osuka
> minoru.osuka@gmail.com
>
>
>
>
> On Jan 31, 2013, at 9:58 AM, Karl Wright <da...@gmail.com> wrote:
>
>> Please vote on whether or not to release ManifoldCF 1.1, RC9.
>>
>> The release artifact can be found at:
>>
>> http://people.apache.org/~kwright/apache-manifoldcf-1.1
>>
>> There is a tag at:
>>
>> https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.1-RC9
>>
>> This release candidate fixes an infinite loop that results when metadata names
>> that contain non-URL-allowed characters get indexed by the Solr connector.
>> See CONNECTORS-630.
>>
>> This release candidate upgrades to SolrJ 4.1.0, with necessary dependency
>> upgrades.  This was necessary because SolrJ 4.0.0 had serious issues in its
>> Solr Cloud support.  SolrJ 4.0.0 also would not work with Solr 4.1.0, but the
>> SolrJ 4.1.0 does work with Solr 4.0.0, mostly.  Potential issues remain with
>> cross-version SolrCloud support.  See CONNECTORS-627.
>>
>> This release candidate fixes a packaging problem for wars similar to
>> CONNECTORS-619.  It also fixes a problem with the CMIS connector
>> and another SolrJ-related issue (CONNECTORS-622 and CONNECTORS-623).
>>
>> This release candidate provides a better workaround for
>> CONNECTORS-616 than RC5.  It also fixes CONNECTORS-617.
>>
>> This release candidate fixes one problem since RC4, which is
>> the inconfigurability of the commit action path for Solr commits in
>> the Solr connector.  This needed to be fixed to maintain backwards
>> compatibility.  CONNECTORS-621.
>>
>> This release candidate fixes two problems since RC3.  The problems
>> were in the included jars for the multiprocess example (CONNECTORS-619)
>> and in connection leakage for JDBC handles (CONNECTORS-620).
>>
>> This release candidate fixes one problem since RC2.  The problem is
>> CONNECTORS-618, which relates to MySQL performance.
>>
>> This release candidate fixes one additional problem since RC1.  The
>> problem is CONNECTORS-616, and relates to Solr dropping connections
>> during
>> indexing.
>>
>> This release candidate fixes two other problems since RC0, both
>> related to Solr 4.0.0 support.
>> - CONNECTORS-613: The version of Tika used in Solr 4.0.0 cannot
>> extract text unless told an accurate mime type.  While this is
>> probably a Tika bug, in this ticket we at least make sure a good guess
>> as to the mime type is sent to Solr.
>> - CONNECTORS-614: Fix logic having to do with releasing idle Solr
>> connections.  This shows up as socket timeout exceptions, because it
>> becomes very easy to exhaust the Solr application server's thread pool
>> when idle connections are not released in a timely way.
>>
>> This release includes a significant amount of long-planned upgrading
>> and refactoring since Apache ManifoldCF 1.0.1, including:
>> - Port to HttpComponents from commons-httpclient
>> - Port to SolrJ from homegrown for the Solr connector, so that
>> SolrCloud is supported
>> - Improved NTLM support
>> - Partial Kerberos support
>> - Many other improvements, which are summarized in CHANGES.txt
>

Re: [VOTE] Release Apache ManifoldCF 1.1, RC9

Posted by Minoru Osuka <mi...@gmail.com>.
- Ran tests
- Solr Output Connection worked.

+1 from me.

Minoru Osuka
minoru.osuka@gmail.com




On Jan 31, 2013, at 9:58 AM, Karl Wright <da...@gmail.com> wrote:

> Please vote on whether or not to release ManifoldCF 1.1, RC9.
> 
> The release artifact can be found at:
> 
> http://people.apache.org/~kwright/apache-manifoldcf-1.1
> 
> There is a tag at:
> 
> https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.1-RC9
> 
> This release candidate fixes an infinite loop that results when metadata names
> that contain non-URL-allowed characters get indexed by the Solr connector.
> See CONNECTORS-630.
> 
> This release candidate upgrades to SolrJ 4.1.0, with necessary dependency
> upgrades.  This was necessary because SolrJ 4.0.0 had serious issues in its
> Solr Cloud support.  SolrJ 4.0.0 also would not work with Solr 4.1.0, but the
> SolrJ 4.1.0 does work with Solr 4.0.0, mostly.  Potential issues remain with
> cross-version SolrCloud support.  See CONNECTORS-627.
> 
> This release candidate fixes a packaging problem for wars similar to
> CONNECTORS-619.  It also fixes a problem with the CMIS connector
> and another SolrJ-related issue (CONNECTORS-622 and CONNECTORS-623).
> 
> This release candidate provides a better workaround for
> CONNECTORS-616 than RC5.  It also fixes CONNECTORS-617.
> 
> This release candidate fixes one problem since RC4, which is
> the inconfigurability of the commit action path for Solr commits in
> the Solr connector.  This needed to be fixed to maintain backwards
> compatibility.  CONNECTORS-621.
> 
> This release candidate fixes two problems since RC3.  The problems
> were in the included jars for the multiprocess example (CONNECTORS-619)
> and in connection leakage for JDBC handles (CONNECTORS-620).
> 
> This release candidate fixes one problem since RC2.  The problem is
> CONNECTORS-618, which relates to MySQL performance.
> 
> This release candidate fixes one additional problem since RC1.  The
> problem is CONNECTORS-616, and relates to Solr dropping connections
> during
> indexing.
> 
> This release candidate fixes two other problems since RC0, both
> related to Solr 4.0.0 support.
> - CONNECTORS-613: The version of Tika used in Solr 4.0.0 cannot
> extract text unless told an accurate mime type.  While this is
> probably a Tika bug, in this ticket we at least make sure a good guess
> as to the mime type is sent to Solr.
> - CONNECTORS-614: Fix logic having to do with releasing idle Solr
> connections.  This shows up as socket timeout exceptions, because it
> becomes very easy to exhaust the Solr application server's thread pool
> when idle connections are not released in a timely way.
> 
> This release includes a significant amount of long-planned upgrading
> and refactoring since Apache ManifoldCF 1.0.1, including:
> - Port to HttpComponents from commons-httpclient
> - Port to SolrJ from homegrown for the Solr connector, so that
> SolrCloud is supported
> - Improved NTLM support
> - Partial Kerberos support
> - Many other improvements, which are summarized in CHANGES.txt


Re: [VOTE] Release Apache ManifoldCF 1.1, RC9

Posted by Karl Wright <da...@gmail.com>.
- Ran tests
- Tried the Solr connector with metadata names that had a ":" in them

+1 from me.

Karl

On Wed, Jan 30, 2013 at 7:58 PM, Karl Wright <da...@gmail.com> wrote:
> Please vote on whether or not to release ManifoldCF 1.1, RC9.
>
> The release artifact can be found at:
>
> http://people.apache.org/~kwright/apache-manifoldcf-1.1
>
> There is a tag at:
>
> https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.1-RC9
>
> This release candidate fixes an infinite loop that results when metadata names
> that contain non-URL-allowed characters get indexed by the Solr connector.
> See CONNECTORS-630.
>
> This release candidate upgrades to SolrJ 4.1.0, with necessary dependency
> upgrades.  This was necessary because SolrJ 4.0.0 had serious issues in its
> Solr Cloud support.  SolrJ 4.0.0 also would not work with Solr 4.1.0, but the
> SolrJ 4.1.0 does work with Solr 4.0.0, mostly.  Potential issues remain with
> cross-version SolrCloud support.  See CONNECTORS-627.
>
> This release candidate fixes a packaging problem for wars similar to
> CONNECTORS-619.  It also fixes a problem with the CMIS connector
> and another SolrJ-related issue (CONNECTORS-622 and CONNECTORS-623).
>
> This release candidate provides a better workaround for
> CONNECTORS-616 than RC5.  It also fixes CONNECTORS-617.
>
> This release candidate fixes one problem since RC4, which is
> the inconfigurability of the commit action path for Solr commits in
> the Solr connector.  This needed to be fixed to maintain backwards
> compatibility.  CONNECTORS-621.
>
> This release candidate fixes two problems since RC3.  The problems
> were in the included jars for the multiprocess example (CONNECTORS-619)
> and in connection leakage for JDBC handles (CONNECTORS-620).
>
> This release candidate fixes one problem since RC2.  The problem is
> CONNECTORS-618, which relates to MySQL performance.
>
> This release candidate fixes one additional problem since RC1.  The
> problem is CONNECTORS-616, and relates to Solr dropping connections
> during
> indexing.
>
> This release candidate fixes two other problems since RC0, both
> related to Solr 4.0.0 support.
> - CONNECTORS-613: The version of Tika used in Solr 4.0.0 cannot
> extract text unless told an accurate mime type.  While this is
> probably a Tika bug, in this ticket we at least make sure a good guess
> as to the mime type is sent to Solr.
> - CONNECTORS-614: Fix logic having to do with releasing idle Solr
> connections.  This shows up as socket timeout exceptions, because it
> becomes very easy to exhaust the Solr application server's thread pool
> when idle connections are not released in a timely way.
>
> This release includes a significant amount of long-planned upgrading
> and refactoring since Apache ManifoldCF 1.0.1, including:
> - Port to HttpComponents from commons-httpclient
> - Port to SolrJ from homegrown for the Solr connector, so that
> SolrCloud is supported
> - Improved NTLM support
> - Partial Kerberos support
> - Many other improvements, which are summarized in CHANGES.txt