[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594492#comment-13594492 ] Per Steffensen commented on SOLR-4470: -- .bq You could run it anyway. I will bring a

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594492#comment-13594492 ] Per Steffensen edited comment on SOLR-4470 at 3/6/13 8:38 AM: --

[jira] [Updated] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-3918: --- Attachment: LUCENE-3918.patch I added to SuppressCodecs the ones Mike mentioned plus MockRandom

RE: JVM hanging when using G1GC on JDK8 b78 or b79 (Linux 32 bit)

2013-03-06 Thread Uwe Schindler
Thanks, I'll try to use jstack with -F or -m! Uwe - Uwe Schindler uschind...@apache.org Apache Lucene PMC Member / Committer Bremen, Germany http://lucene.apache.org/ -Original Message- From: Krystal Mok [mailto:rednaxel...@gmail.com] Sent: Wednesday, March 06, 2013 7:08 AM

Re: JVM hanging when using G1GC on JDK8 b78 or b79 (Linux 32 bit)

2013-03-06 Thread David Holmes
On 6/03/2013 5:55 PM, Dawid Weiss wrote: Here you go: http://pastebin.com/raw.php?i=b2PHLm1e Thanks. I would have to say this seems to be the suspicious part: Thread 22 (Thread 0xf20ffb40 (LWP 22939)): #0 0xf7743430 in __kernel_vsyscall () #1 0xf771e96b in pthread_cond_wait@@GLIBC_2.3.2 ()

[jira] [Created] (SOLR-4533) Synonyms, created in custom filters are ignored after tokenizers.

2013-03-06 Thread Artem Lukanin (JIRA)
Artem Lukanin created SOLR-4533: --- Summary: Synonyms, created in custom filters are ignored after tokenizers. Key: SOLR-4533 URL: https://issues.apache.org/jira/browse/SOLR-4533 Project: Solr

[jira] [Updated] (SOLR-4533) Synonyms, created in custom filters are ignored after tokenizers.

2013-03-06 Thread Artem Lukanin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Lukanin updated SOLR-4533: Attachment: synonyms.patch Fixed Synonyms, created in custom filters are ignored

[jira] [Commented] (LUCENE-4752) Merge segments to sort them

2013-03-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594614#comment-13594614 ] Shai Erera commented on LUCENE-4752: When I thought about AtomicReaderFactory I

RE: JVM hanging when using G1GC on JDK8 b78 or b79 (Linux 32 bit)

2013-03-06 Thread Uwe Schindler
Hi, I think this is a VM bug and the thread dumps that Uwe produced are enough to start tracking down the root cause. I hope it is enough! If I can help with more details, tell me what I should do to track this down. Unfortunately, we have no isolated test case (like a small java class that

Re: JVM hanging when using G1GC on JDK8 b78 or b79 (Linux 32 bit)

2013-03-06 Thread Thomas Schatzl
Hi, On Wed, 2013-03-06 at 20:23 +1000, David Holmes wrote: On 6/03/2013 5:55 PM, Dawid Weiss wrote: Here you go: http://pastebin.com/raw.php?i=b2PHLm1e Thanks. I would have to say this seems to be the suspicious part: Thread 22 (Thread 0xf20ffb40 (LWP 22939)): [...] from

[jira] [Updated] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-4470: - Attachment: SOLR-4470_branch_4x_r1452629.patch New patch. Passes precommit if you do the

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594627#comment-13594627 ] Per Steffensen edited comment on SOLR-4470 at 3/6/13 11:39 AM:

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13593830#comment-13593830 ] Per Steffensen edited comment on SOLR-4470 at 3/6/13 12:09 PM:

[jira] [Commented] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594650#comment-13594650 ] Adrien Grand commented on LUCENE-3918: -- Thanks for your work Shai. Indeed it looks

FW: JVM hanging when using G1GC on JDK8 b78 or b79 (Linux 32 bit)

2013-03-06 Thread Uwe Schindler
They already understood the G1GC problem with JDK 8 b78/b79 and working on a fix. This was really fast: http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2013-March/006128.html Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de

[jira] [Commented] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594674#comment-13594674 ] Shai Erera commented on LUCENE-3918: bq. Are there actual use-cases for sorting by

[jira] [Commented] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594675#comment-13594675 ] Shai Erera commented on LUCENE-3918: bq. or make Sorter an abstract class

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594687#comment-13594687 ] Jan Høydahl commented on SOLR-4470: --- Please use JIRA to discuss the implementation. I'm

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594697#comment-13594697 ] Jan Høydahl commented on SOLR-4470: --- bq. It is like you are not allowed to do natural

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594699#comment-13594699 ] Jan Høydahl commented on SOLR-4470: --- So a first suggestion for one thing you could start

[jira] [Updated] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-3918: --- Attachment: LUCENE-3918.patch Patch does: * Get rid of SortDoc. Sorter is now abstract class with

[jira] [Commented] (SOLR-2660) omitPositions improvements

2013-03-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594751#comment-13594751 ] Robert Muir commented on SOLR-2660: --- There is no exception to fix. I think people

[jira] [Commented] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594758#comment-13594758 ] Robert Muir commented on LUCENE-3918: - The current tests suppress a long list of

[jira] [Commented] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594765#comment-13594765 ] Shai Erera commented on LUCENE-3918: Good idea. Is there a quick way to identify such

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2013-03-06 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594772#comment-13594772 ] Shawn Heisey commented on SOLR-2894: Andrew, someone on IRC is trying to apply your

[jira] [Commented] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594779#comment-13594779 ] Uwe Schindler commented on LUCENE-3918: --- bq. Since we get an AtomicReader, what

[jira] [Commented] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594787#comment-13594787 ] Adrien Grand commented on LUCENE-3918: -- Regarding PayloadSorter and

[jira] [Commented] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594799#comment-13594799 ] Shai Erera commented on LUCENE-3918: Robert, now that I think about it again, I'm not

[jira] [Commented] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594814#comment-13594814 ] Shai Erera commented on LUCENE-3918: bq. Maybe a List instead of an array would be

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594817#comment-13594817 ] Per Steffensen commented on SOLR-4470: -- Added a few (well a lot) words to

[jira] [Updated] (LUCENE-4734) FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

2013-03-06 Thread Ryan Lauck (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Lauck updated LUCENE-4734: --- Attachment: lucene-4734.patch Store the max possible slop on the QueryPhraseMap rather than the

[jira] [Updated] (LUCENE-4734) FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

2013-03-06 Thread Ryan Lauck (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Lauck updated LUCENE-4734: --- Attachment: (was: lucene-fvh-slop-reverse.patch) FastVectorHighlighter Overlapping

[jira] [Updated] (LUCENE-4734) FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

2013-03-06 Thread Ryan Lauck (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Lauck updated LUCENE-4734: --- Attachment: (was: lucene-fvh-slop.patch) FastVectorHighlighter Overlapping Proximity

[jira] [Commented] (SOLR-4200) Significant log noise at INFO from CachingDirectoryFactory#close

2013-03-06 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594851#comment-13594851 ] Otis Gospodnetic commented on SOLR-4200: For what it's worth, I heard several users

[jira] [Updated] (SOLR-4200) Significant log noise at INFO from CachingDirectoryFactory#close

2013-03-06 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated SOLR-4200: --- Priority: Major (was: Minor) Significant log noise at INFO from

[jira] [Updated] (SOLR-4465) Configurable Collectors

2013-03-06 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-4465: - Attachment: SOLR-4465.patch New patch with a couple of additions: 1) Added coded during

[jira] [Updated] (SOLR-4465) Configurable Collectors

2013-03-06 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-4465: - Attachment: (was: SOLR-4465.patch) Configurable Collectors ---

[jira] [Updated] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3918: Attachment: LUCENE-3918.patch patch fixing tests to not suppress whole codecs. instead the

[jira] [Created] (LUCENE-4813) Allow DirectSpellchecker to use totalTermFrequency rather than docFrequency

2013-03-06 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-4813: --- Summary: Allow DirectSpellchecker to use totalTermFrequency rather than docFrequency Key: LUCENE-4813 URL: https://issues.apache.org/jira/browse/LUCENE-4813

[jira] [Updated] (LUCENE-4813) Allow DirectSpellchecker to use totalTermFrequency rather than docFrequency

2013-03-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-4813: Attachment: LUCENE-4813.patch here is an initial patch that adds this as the default yet

[jira] [Updated] (SOLR-4465) Configurable Collectors

2013-03-06 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-4465: - Attachment: SOLR-4465.patch Configurable Collectors ---

[jira] [Comment Edited] (SOLR-4465) Configurable Collectors

2013-03-06 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594852#comment-13594852 ] Joel Bernstein edited comment on SOLR-4465 at 3/6/13 5:22 PM: --

[jira] [Comment Edited] (SOLR-4465) Configurable Collectors

2013-03-06 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594852#comment-13594852 ] Joel Bernstein edited comment on SOLR-4465 at 3/6/13 5:24 PM: --

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594887#comment-13594887 ] Jan Høydahl commented on SOLR-4470: --- bq. I might do that, but its only a few lines, and

[jira] [Updated] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-3918: - Attachment: LUCENE-3918.patch bq. I use two parallel arrays to sort the documents (docs and

[jira] [Commented] (SOLR-3706) Ship setup to log with log4j.

2013-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594911#comment-13594911 ] Mark Miller commented on SOLR-3706: --- Thanks for the details Shawn! Ship

RE: JVM hanging when using G1GC on JDK8 b78 or b79 (Linux 32 bit)

2013-03-06 Thread Uwe Schindler
It seems that there is already an explanation from the Oracle engineer: -Original Message- From: John Cuthbertson [mailto:john.cuthbert...@oracle.com] Sent: Wednesday, March 06, 2013 7:04 PM To: Thomas Schatzl Cc: Uwe Schindler; hotspot-gc-...@openjdk.java.net; 'David Holmes';

[jira] [Commented] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594956#comment-13594956 ] Shai Erera commented on LUCENE-3918: Thanks Rob - I didn't know we can check these

Re: JVM hanging when using G1GC on JDK8 b78 or b79 (Linux 32 bit)

2013-03-06 Thread Mark Miller
Awesome work Uwe! Nice job getting this some attention. - mark On Mar 6, 2013, at 10:41 AM, Uwe Schindler u...@thetaphi.de wrote: It seems that there is already an explanation from the Oracle engineer: -Original Message- From: John Cuthbertson [mailto:john.cuthbert...@oracle.com]

Re: JVM hanging when using G1GC on JDK8 b78 or b79 (Linux 32 bit)

2013-03-06 Thread John Cuthbertson
Hi Uwe, I've downloaded lucene-5.0-2013-03-05_15-37-06.zip from https://builds.apache.org/job/Lucene-Artifacts-trunk/2212/artifact/lucene/dist/ I don't have ant on my workstation so do you have a java command line to run the test(s) that generate the error? Thanks, JohnC On 3/6/2013

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594988#comment-13594988 ] Per Steffensen commented on SOLR-4470: -- Actually I started out making support for

RE: JVM hanging when using G1GC on JDK8 b78 or b79 (Linux 32 bit)

2013-03-06 Thread Uwe Schindler
Hi, That's unfortunately not so easy, because of project dependencies. To run the test you have to compile Lucene Core then the specific module + the test framework (which is special for Lucene) and download some JARs from Maven central (JAR hell, as usual). If you give me some time, I would

[jira] [Commented] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594997#comment-13594997 ] Andrzej Bialecki commented on LUCENE-3918: --- bq. I still don't get why someone

Re: JVM hanging when using G1GC on JDK8 b78 or b79 (Linux 32 bit)

2013-03-06 Thread John Cuthbertson
Hi Uwe, Let me try with your detailed instructions below before you go to all of that trouble. I will let you know how I get on. Thanks, JohnC On 3/6/2013 11:15 AM, Uwe Schindler wrote: Hi, That's unfortunately not so easy, because of project dependencies. To run the test you have to

[jira] [Commented] (SOLR-4497) Collection Aliasing.

2013-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595013#comment-13595013 ] Mark Miller commented on SOLR-4497: --- Good point Tim. I imagine I will have to setting for

[jira] [Created] (SOLR-4534) Shard Aliasing

2013-03-06 Thread Mark Miller (JIRA)
Mark Miller created SOLR-4534: - Summary: Shard Aliasing Key: SOLR-4534 URL: https://issues.apache.org/jira/browse/SOLR-4534 Project: Solr Issue Type: New Feature Components: SolrCloud

Re: [jira] [Commented] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread eksdev
humpf, do we actually need stored fields? What is wrong with having byte[] DV that stores all document fields, e.g. avro or something simpler to serialise all document fields into one byte[]? I am definitely missing something about DV/Stored fields diff, not sure what? On Mar 6, 2013,

[jira] [Comment Edited] (SOLR-4465) Configurable Collectors

2013-03-06 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594852#comment-13594852 ] Joel Bernstein edited comment on SOLR-4465 at 3/6/13 8:10 PM: --

[jira] [Commented] (SOLR-608) scripts using curl should support authentication params

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595060#comment-13595060 ] Per Steffensen commented on SOLR-608: -

[jira] [Updated] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-3918: --- Attachment: LUCENE-3918.patch Patch removes IndexSorter (but keeps IndexSortingTest). I also: *

[jira] [Updated] (SOLR-4200) Significant log noise at INFO from CachingDirectoryFactory#close

2013-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-4200: --- Attachment: SOLR-4200.patch updated patch to trunk (looks like some code moved around). i also swaped which

[jira] [Commented] (SOLR-4200) Significant log noise at INFO from CachingDirectoryFactory#close

2013-03-06 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595125#comment-13595125 ] Commit Tag Bot commented on SOLR-4200: -- [trunk commit] Chris M. Hostetter

[jira] [Resolved] (SOLR-4200) Significant log noise at INFO from CachingDirectoryFactory#close

2013-03-06 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-4200. Resolution: Fixed Assignee: Shawn Heisey Committed revision 1453560. Committed revision 1453578.

[jira] [Commented] (SOLR-4200) Significant log noise at INFO from CachingDirectoryFactory#close

2013-03-06 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595148#comment-13595148 ] Commit Tag Bot commented on SOLR-4200: -- [branch_4x commit] Chris M. Hostetter

[jira] [Updated] (SOLR-2894) Implement distributed pivot faceting

2013-03-06 Thread Andrew Muldowney (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Muldowney updated SOLR-2894: --- Attachment: SOLR-2894.patch New patch file for trunk, its a git patch from trunk solr pulled

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2013-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595174#comment-13595174 ] Mark Miller commented on SOLR-2894: --- Thanks Andrew - this isn't my area of expertise, but

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2013-03-06 Thread Monica Skidmore (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595202#comment-13595202 ] Monica Skidmore commented on SOLR-2894: --- Thanks, Andrew! We're upgrading our version

[jira] [Updated] (SOLR-4497) Collection Aliasing.

2013-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4497: -- Attachment: CDH-4497.patch New patch. * Additional testing * Fixes the case when the node you are

[jira] [Updated] (SOLR-4534) Shard Aliasing

2013-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4534: -- Description: Collection Aliasing lets you do some interesting things, but all of it requires multiple

[jira] [Commented] (SOLR-4497) Collection Aliasing.

2013-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595229#comment-13595229 ] Mark Miller commented on SOLR-4497: --- I'm ready to commit this soon - I'd like to get it

[jira] [Commented] (SOLR-1604) Wildcards, ORs etc inside Phrase Queries

2013-03-06 Thread Paul Morris (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595230#comment-13595230 ] Paul Morris commented on SOLR-1604: --- Hi Ahmet and fellow ComplexPhrase users, We have

Re: JVM hanging when using G1GC on JDK8 b78 or b79 (Linux 32 bit)

2013-03-06 Thread John Cuthbertson
Hi Uwe, An update: I have downloaded ant and the lucerne source. I attempted the ivy-bootstrap but it failed to download the ivy=2.3.0.jar file - even after setting: ANT_OPTS=-Dhttp.proxyHost=... -Dhttp.proxyPort=... So I manually downloaded and placed it into the ANT library and now get:

[jira] [Resolved] (SOLR-4416) Upgrade to Tika 1.3

2013-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-4416. --- Resolution: Fixed Seems the jenkins issues have been cleaned up? Upgrade to Tika

[jira] [Resolved] (SOLR-3186) You should be able to set numShards in solr.xml per core.

2013-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-3186. --- Resolution: Won't Fix You should be able to set numShards in solr.xml per core.

[jira] [Commented] (SOLR-4234) Add support for binary files in ZooKeeper.

2013-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595318#comment-13595318 ] Mark Miller commented on SOLR-4234: --- Ping - still interested in this Eric? I'll get to it

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595347#comment-13595347 ] Jan Høydahl commented on SOLR-4470: --- bq. I removed the solr.xml thing again because we

[jira] [Updated] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-4470: -- Attachment: SOLR-4470.patch Attached patch for trunk Support for basic http auth in

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595357#comment-13595357 ] Jan Høydahl commented on SOLR-4470: --- One comment By adding a parameter to the utiliy

[jira] [Updated] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-4470: -- Issue Type: New Feature (was: Bug) Support for basic http auth in internal solr requests

[jira] [Updated] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-4470: -- Fix Version/s: 5.0 Support for basic http auth in internal solr requests

[jira] [Updated] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-4470: -- Labels: authentication https solrclient solrcloud ssl (was: authentication solrclient solrcloud)

We have confluence wikis!

2013-03-06 Thread Mark Miller
https://cwiki.apache.org/confluence/display/SOLR/Index and https://cwiki.apache.org/confluence/display/LUCENE/Index I'm going to start like some fresh doc stuff. And with versioning. Though I don't yet know what I'm doing. So help appreciated. This is stuff that Hossman is a genius at. -

[jira] [Commented] (SOLR-3706) Ship setup to log with log4j.

2013-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595458#comment-13595458 ] Mark Miller commented on SOLR-3706: --- bq. Mark, have you tried Logback? I have not, I'll

[jira] [Commented] (SOLR-4497) Collection Aliasing.

2013-03-06 Thread Tim Vaillancourt (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595530#comment-13595530 ] Tim Vaillancourt commented on SOLR-4497: I think that is a good start. The change

[jira] [Comment Edited] (SOLR-4497) Collection Aliasing.

2013-03-06 Thread Tim Vaillancourt (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595530#comment-13595530 ] Tim Vaillancourt edited comment on SOLR-4497 at 3/7/13 4:20 AM:

[JENKINS] Lucene-Solr-4.x-Linux (64bit/ibm-j9-jdk7) - Build # 4573 - Failure!

2013-03-06 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4573/ Java: 64bit/ibm-j9-jdk7 2 tests failed. REGRESSION: org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Exception during query

[jira] [Commented] (SOLR-4497) Collection Aliasing.

2013-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595572#comment-13595572 ] Mark Miller commented on SOLR-4497: --- Okay - committing the current state now. bq. This

[jira] [Commented] (SOLR-4497) Collection Aliasing.

2013-03-06 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595577#comment-13595577 ] Commit Tag Bot commented on SOLR-4497: -- [trunk commit] Mark Robert Miller

[jira] [Commented] (LUCENE-3918) Port index sorter to trunk APIs

2013-03-06 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595580#comment-13595580 ] Shai Erera commented on LUCENE-3918: I think it's ready. If there are no objections,

[jira] [Commented] (SOLR-4497) Collection Aliasing.

2013-03-06 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595587#comment-13595587 ] Commit Tag Bot commented on SOLR-4497: -- [branch_4x commit] Mark Robert Miller

[jira] [Commented] (SOLR-4506) [solr4.0.0] many index.{date} dir in replication node

2013-03-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595633#comment-13595633 ] Mark Miller commented on SOLR-4506: --- Yup, I can try and deal with this for 4.3. 4.2 is