[jira] [Closed] (SOLR-6542) Method setConnectionTimeout throws Exception when using HttpSolrServer with a proxy

2017-04-24 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey closed SOLR-6542. -- Resolution: Invalid The exception encountered is exactly what I believe should happen with the code as

[jira] [Commented] (SOLR-6542) Method setConnectionTimeout throws Exception when using HttpSolrServer with a proxy

2017-04-24 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15981118#comment-15981118 ] Shawn Heisey commented on SOLR-6542: Someone mentioned this issue in relation

[jira] [Updated] (SOLR-9120) o.a.s.h.a.LukeRequestHandler Error getting file length for [segments_NNN] -- NoSuchFileException

2017-04-21 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-9120: --- Attachment: SOLR-9120.patch Attaching a new patch based on the patch suggested by [~hgadre]. Instead

[jira] [Commented] (SOLR-9120) o.a.s.h.a.LukeRequestHandler Error getting file length for [segments_NNN] -- NoSuchFileException

2017-04-21 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15979316#comment-15979316 ] Shawn Heisey commented on SOLR-9120: If you can build a test that reproduces

[jira] [Commented] (SOLR-9120) o.a.s.h.a.LukeRequestHandler Error getting file length for [segments_NNN] -- NoSuchFileException

2017-04-21 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15979311#comment-15979311 ] Shawn Heisey commented on SOLR-9120: I do not know the code well enough to say whe

[jira] [Commented] (SOLR-6630) Deprecate the "implicit" router and rename to "manual"

2017-04-19 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975331#comment-15975331 ] Shawn Heisey commented on SOLR-6630: Thanks for the good discussion with names th

[jira] [Commented] (LUCENE-7785) Move dictionary for Ukrainian analyzer to external dependency

2017-04-14 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969675#comment-15969675 ] Shawn Heisey commented on LUCENE-7785: -- Interesting. I could have sworn I had

Re: Change Default Response Format (wt) to JSON in Solr 7.0?

2017-04-14 Thread Shawn Heisey
On 4/14/2017 12:53 PM, Trey Grainger wrote: > Just wanted to throw this out there for discussion. Solr's default > query response format is still XML, despite the fact that Solr has > supported the JSON response format for over a decade, developer > mindshare has clearly shifted toward JSON over th

[jira] [Commented] (SOLR-9120) o.a.s.h.a.LukeRequestHandler Error getting file length for [segments_NNN] -- NoSuchFileException

2017-04-14 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969513#comment-15969513 ] Shawn Heisey commented on SOLR-9120: This issue seems to have fallen out of notice

[jira] [Updated] (SOLR-10487) Add connection/read timeout for SolrEntityProcessor in DataImportHandler

2017-04-13 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-10487: Affects Version/s: (was: trunk) master (7.0) > Add connection/r

[jira] [Updated] (SOLR-10487) Add connection/read timeout for SolrEntityProcessor in DataImportHandler

2017-04-13 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-10487: Attachment: SOLR-10487.patch New patch. I have changed the HttpClient handling a little bit as

[jira] [Commented] (SOLR-10487) Add connection/read timeout for SolrEntityProcessor in DataImportHandler

2017-04-13 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15967577#comment-15967577 ] Shawn Heisey commented on SOLR-10487: - I think that 30 seconds is FAR too short f

[jira] [Commented] (SOLR-10457) setSoTimeout should be deprecated in favor of SolrClientBuilder methods

2017-04-11 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15964477#comment-15964477 ] Shawn Heisey commented on SOLR-10457: - There's no link to the issue this d

Oddity in Solr artifact size differences now that docs are no longer included

2017-04-07 Thread Shawn Heisey
One of the changes mentioned for Solr 6.5.0 is the removal of the javadocs from the download. Due to what I observed about the size of the docs and how slow they were to extract from the .zip format, I've been looking forward to this. Unfortunately, it doesn't seem to have helped the .tgz downloa

[jira] [Comment Edited] (SOLR-8110) Start enforcing field naming recomendations in next X.0 release?

2017-04-06 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15959067#comment-15959067 ] Shawn Heisey edited comment on SOLR-8110 at 4/6/17 3:1

[jira] [Commented] (SOLR-8110) Start enforcing field naming recomendations in next X.0 release?

2017-04-06 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15959067#comment-15959067 ] Shawn Heisey commented on SOLR-8110: [~jens.fosh...@acando.no], Don't pu

Re: exapanding solr core over an additional ssd

2017-04-05 Thread Shawn Heisey
On 4/5/2017 2:06 AM, FOTACHE CHRISTIAN wrote: > I'm having this problem: I'm running a solr instance on an 120Gb ssd, > but the solr core is growing quickly and I badly need extra-space. I > have another 240Gb ssd that I can attach to my laptop but I don't know > how how to make the solr core expan

Re: [JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_121) - Build # 6479 - Still unstable!

2017-03-28 Thread Shawn Heisey
On 3/27/2017 10:19 PM, Erick Erickson wrote: > Works On My Machine (tm). > > Failure is on Windows, but I guess it could be some sort of race > condition. If someone with a windows box could try running this > failure case a few times that would be helpful, here's the command: > > ant test -Dtestc

[jira] [Commented] (SOLR-10338) Configure SecureRandom non blocking

2017-03-27 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944277#comment-15944277 ] Shawn Heisey commented on SOLR-10338: - If we are using a non-blocking source for

[jira] [Commented] (SOLR-7242) Schema API: Edit remaining schema elements: Name, Version, Unique Key, and Global Similarity

2017-03-27 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15943404#comment-15943404 ] Shawn Heisey commented on SOLR-7242: I just thought of another difficulty for chan

[jira] [Commented] (SOLR-7242) Schema API: Edit remaining schema elements: Name, Version, Unique Key, and Global Similarity

2017-03-27 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15943401#comment-15943401 ] Shawn Heisey commented on SOLR-7242: [~steve_rowe], I am wondering whether the AP

[jira] [Commented] (SOLR-7896) Add a login page for Solr Administrative Interface

2017-03-20 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15932884#comment-15932884 ] Shawn Heisey commented on SOLR-7896: Been a while since I said anything on this i

[jira] [Commented] (SOLR-10265) Overseer can become the bottleneck in very large clusters

2017-03-18 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931532#comment-15931532 ] Shawn Heisey commented on SOLR-10265: - bq. We should seriously reconsider the ide

[jira] [Comment Edited] (SOLR-10295) Decide online location for Ref Guide HTML pages

2017-03-18 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931258#comment-15931258 ] Shawn Heisey edited comment on SOLR-10295 at 3/18/17 4:0

[jira] [Commented] (SOLR-10295) Decide online location for Ref Guide HTML pages

2017-03-18 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931258#comment-15931258 ] Shawn Heisey commented on SOLR-10295: - bq. Define only the PDF as the official g

[jira] [Commented] (SOLR-9185) Solr's edismax and "Lucene"/standard query parsers should optionally not split on whitespace before sending terms to analysis

2017-03-17 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15930064#comment-15930064 ] Shawn Heisey commented on SOLR-9185: bq. For edismax, this is a departure:

[jira] [Commented] (SOLR-10308) Solr fails to work with Guava 21.0

2017-03-16 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15928908#comment-15928908 ] Shawn Heisey commented on SOLR-10308: - Why would you be putting the Solr *SERVER

[jira] [Commented] (LUCENE-7708) Track PositionLengthAttribute abuse

2017-03-16 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15928885#comment-15928885 ] Shawn Heisey commented on LUCENE-7708: -- Looks like 6.5.0 isn't a valid ve

[jira] [Commented] (SOLR-10308) Solr fails to work with Guava 21.0

2017-03-16 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15928692#comment-15928692 ] Shawn Heisey commented on SOLR-10308: - Some of Solr's dependencies also rely

[jira] [Commented] (SOLR-10294) Decide branching strategy for Ref Guide

2017-03-16 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15928538#comment-15928538 ] Shawn Heisey commented on SOLR-10294: - Another +1 to the first suggestion from

[jira] [Commented] (LUCENE-7708) Track PositionLengthAttribute abuse

2017-03-16 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15928145#comment-15928145 ] Shawn Heisey commented on LUCENE-7708: -- There's no fix version here. CH

Re: What is WIKI Immutable page?

2017-03-15 Thread Shawn Heisey
On 3/15/2017 5:05 PM, Alexandre Rafalovitch wrote: > I was thinking of adding another client to > https://wiki.apache.org/solr/IntegratingSolr but it told me off. > > Did I lose editing rights? Or was the page locked on purpose? > > Should we migrate it to the Reference Guide page and be done with

[jira] [Commented] (SOLR-10288) Javascript housekeeping in UI

2017-03-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15926400#comment-15926400 ] Shawn Heisey commented on SOLR-10288: - bq. I only cheer from the sidelines for

[jira] [Commented] (SOLR-10130) Serious performance degradation in Solr 6.4.1 due to the new metrics collection

2017-03-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15926179#comment-15926179 ] Shawn Heisey commented on SOLR-10130: - The reassignment was accidental, fixed

[jira] [Assigned] (SOLR-10130) Serious performance degradation in Solr 6.4.1 due to the new metrics collection

2017-03-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey reassigned SOLR-10130: --- Assignee: Andrzej Bialecki (was: Shawn Heisey) > Serious performance degradation in S

[jira] [Created] (SOLR-10288) Javascript housekeeping in UI

2017-03-15 Thread Shawn Heisey (JIRA)
Shawn Heisey created SOLR-10288: --- Summary: Javascript housekeeping in UI Key: SOLR-10288 URL: https://issues.apache.org/jira/browse/SOLR-10288 Project: Solr Issue Type: Bug Security

[jira] [Commented] (SOLR-10275) Failures for intranode communication when blockUnknown is set to true

2017-03-13 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15923163#comment-15923163 ] Shawn Heisey commented on SOLR-10275: - It's theoretically possible that I

[jira] [Commented] (SOLR-10275) Failures for intranode communication when blockUnknown is set to true

2017-03-13 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15923154#comment-15923154 ] Shawn Heisey commented on SOLR-10275: - This is saying "connection refus

[jira] [Assigned] (SOLR-10130) Serious performance degradation in Solr 6.4.1 due to the new metrics collection

2017-03-13 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey reassigned SOLR-10130: --- Assignee: Shawn Heisey (was: Andrzej Bialecki ) > Serious performance degradation in S

Re: Dealing with issues reported by Findbugs

2017-03-12 Thread Shawn Heisey
On 3/11/2017 4:48 PM, Daniel Jeliński wrote: > I started fixing code issues reported by Findbugs; right now it is > reporting 4000+ issues in lucene/solr repository. I could use some > guidance: > 1) Will one JIRA issue be sufficient to cover all Findbugs-related > items, or should I raise separate

[jira] [Commented] (SOLR-10265) Overseer can become the bottleneck in very large clusters

2017-03-11 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906245#comment-15906245 ] Shawn Heisey commented on SOLR-10265: - Side comment, need its own issue if we de

[jira] [Commented] (SOLR-5872) Eliminate overseer queue

2017-03-10 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15905224#comment-15905224 ] Shawn Heisey commented on SOLR-5872: I don't know how this issue escaped my

[jira] [Commented] (SOLR-10032) Create report to assess Solr test quality at a commit point.

2017-03-10 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15905210#comment-15905210 ] Shawn Heisey commented on SOLR-10032: - If graphs can be generated showing the tim

[jira] [Commented] (SOLR-5872) Eliminate overseer queue

2017-03-09 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15903557#comment-15903557 ] Shawn Heisey commented on SOLR-5872: bq. We were doing our tests with solr 6.4.1

[jira] [Updated] (SOLR-10130) Serious performance degradation in Solr 6.4.1 due to the new metrics collection

2017-03-09 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-10130: Affects Version/s: 6.4.0 > Serious performance degradation in Solr 6.4.1 due to the new metr

[jira] [Commented] (SOLR-10223) Cloud example will not start as root even with -force option

2017-03-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15894589#comment-15894589 ] Shawn Heisey commented on SOLR-10223: - Further note: The cloud example is the

[jira] [Commented] (SOLR-10223) Cloud example will not start as root even with -force option

2017-03-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15894586#comment-15894586 ] Shawn Heisey commented on SOLR-10223: - 6.4.2 is the only version I've tr

[jira] [Created] (SOLR-10223) Cloud example will not start as root even with -force option

2017-03-02 Thread Shawn Heisey (JIRA)
Shawn Heisey created SOLR-10223: --- Summary: Cloud example will not start as root even with -force option Key: SOLR-10223 URL: https://issues.apache.org/jira/browse/SOLR-10223 Project: Solr

[jira] [Commented] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2017-03-02 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893410#comment-15893410 ] Shawn Heisey commented on SOLR-7191: Now that SOLR-10130 has been discovered, the

Re: Stop using SHA-1 and MD5 hashes?

2017-03-02 Thread Shawn Heisey
On 3/1/2017 8:13 AM, Jan Høydahl wrote: > Working on LUCENE-5143 I’m revising the README.html files we place in > the dist folders. Then I started documenting how to validate checksum > of the downloads in addition to GPG signature, Looks like MD5 can > still be used for integrity checks > (https:/

[jira] [Commented] (SOLR-10188) wget command not working with full import SOLR 4.10

2017-02-24 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883774#comment-15883774 ] Shawn Heisey commented on SOLR-10188: - This hasn't come up on the mailing

[jira] [Commented] (SOLR-6806) Reduce the size of the main Solr binary download

2017-02-24 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15882836#comment-15882836 ] Shawn Heisey commented on SOLR-6806: [~janhoy], you make some good points. If we

[jira] [Commented] (SOLR-6806) Reduce the size of the main Solr binary download

2017-02-24 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15882832#comment-15882832 ] Shawn Heisey commented on SOLR-6806: bq. I think the whole solrj-client folder is

[jira] [Commented] (SOLR-6806) Reduce the size of the main Solr binary download

2017-02-24 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15882799#comment-15882799 ] Shawn Heisey commented on SOLR-6806: Glad to see some ideas being generated, and

[jira] [Commented] (SOLR-10194) Unable to use the UninvertedField implementation with legacy facets

2017-02-23 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15881542#comment-15881542 ] Shawn Heisey commented on SOLR-10194: - This could be part of an issue where

[jira] [Updated] (SOLR-10172) Sorl 6 with jetty issues

2017-02-20 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-10172: Fix Version/s: 6.4.2 > Sorl 6 with jetty issues > > >

[jira] [Resolved] (SOLR-10172) Sorl 6 with jetty issues

2017-02-20 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey resolved SOLR-10172. - Resolution: Duplicate Resolving as duplicate. We expect a 6.4.2 release very soon to address

[jira] [Commented] (SOLR-10172) Sorl 6 with jetty issues

2017-02-20 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15874799#comment-15874799 ] Shawn Heisey commented on SOLR-10172: - It does indeed look like a duplicate of

[jira] [Updated] (SOLR-9120) o.a.s.h.a.LukeRequestHandler Error getting file length for [segments_NNN] -- NoSuchFileException

2017-02-16 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-9120: --- Summary: o.a.s.h.a.LukeRequestHandler Error getting file length for [segments_NNN

[jira] [Commented] (SOLR-9120) Luke NoSuchFileException

2017-02-16 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15870176#comment-15870176 ] Shawn Heisey commented on SOLR-9120: Confirmed that this is still happening in

Re: Welcome Toke Eskildsen as a Lucene/Solr committer

2017-02-14 Thread Shawn Heisey
On 2/14/2017 11:11 AM, Toke Eskildsen wrote: > Thank you for the invitation and the warm welcome. > > I am a 43 year old Danish man, with a family and a job at the Royal Danish > Library, where I have been working mostly with search-related technology for > 10 years. > > I have done a fair bit of

[jira] [Commented] (SOLR-9912) SimpleFacets - support facet.excludeTerms parameter

2017-02-09 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15860412#comment-15860412 ] Shawn Heisey commented on SOLR-9912: Hmm. The precommit target seems to NOT c

Re: Datatype change in solr

2017-02-08 Thread Shawn Heisey
On 2/8/2017 9:33 PM, Manjunath N S (mans3) wrote: > I had defined one of my field as string and indexed the data but it is > of type integer. Now when I try to change the field type as tint ,to > allow sorting to be performed on that field ,I am getting Async > distributed error. > > I have deleted

[jira] [Commented] (SOLR-10103) Admin UI -- display thread statistics in the dashboard

2017-02-08 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15858381#comment-15858381 ] Shawn Heisey commented on SOLR-10103: - Detailed information about Solr's

[jira] [Commented] (SOLR-10103) Admin UI -- display thread statistics in the dashboard

2017-02-08 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857728#comment-15857728 ] Shawn Heisey commented on SOLR-10103: - Which brings up something else that woul

[jira] [Commented] (SOLR-10103) Admin UI -- display thread statistics in the dashboard

2017-02-08 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857725#comment-15857725 ] Shawn Heisey commented on SOLR-10103: - Somebody on IRC was concerned that a

[jira] [Commented] (SOLR-10102) SynonymFilterFactory in example file is on query not index

2017-02-07 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857118#comment-15857118 ] Shawn Heisey commented on SOLR-10102: - Docs on the default operator probably nee

[jira] [Created] (SOLR-10103) Admin UI -- display thread statistics in the dashboard

2017-02-07 Thread Shawn Heisey (JIRA)
Shawn Heisey created SOLR-10103: --- Summary: Admin UI -- display thread statistics in the dashboard Key: SOLR-10103 URL: https://issues.apache.org/jira/browse/SOLR-10103 Project: Solr Issue Type

[jira] [Commented] (SOLR-10102) SynonymFilterFactory in example file is on query not index

2017-02-07 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15856811#comment-15856811 ] Shawn Heisey commented on SOLR-10102: - If the synonyms are expanded at index

[jira] [Commented] (SOLR-10036) Revise jackson-core version from 2.5.4 to latest

2017-02-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852200#comment-15852200 ] Shawn Heisey commented on SOLR-10036: - Tests passed as soon as I stopped using

Re: Cannot edit WIKI anymore

2017-02-03 Thread Shawn Heisey
On 2/3/2017 2:23 PM, Steve Rowe wrote: > Looks like Shawn Heisey accidentally removed several people when > trying to alphabetize about 10 months ago: > <https://wiki.apache.org/solr/AdminGroup?action=diff&rev2=36&rev1=35>. > I’ll go fix. Ouch! I don't

[jira] [Updated] (SOLR-10036) Revise jackson-core version from 2.5.4 to latest

2017-02-03 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-10036: Attachment: SOLR-10036.patch Patch against master. Precommit passes on Linux. Realized that I was

[jira] (SOLR-10054) Core swapping doesn't work with new metrics changes in place

2017-01-30 Thread Shawn Heisey (JIRA)
Title: Message Title Shawn Heisey edited a comment on SOLR-10054

[jira] (SOLR-10054) Core swapping doesn't work with new metrics changes in place

2017-01-30 Thread Shawn Heisey (JIRA)
Title: Message Title Shawn Heisey commented on SOLR-10054

[jira] (SOLR-10054) Core swapping doesn't work with new metrics changes in place

2017-01-30 Thread Shawn Heisey (JIRA)
Title: Message Title Shawn Heisey commented on SOLR-10054

[jira] (SOLR-10054) Core swapping doesn't work with new metrics changes in place

2017-01-30 Thread Shawn Heisey (JIRA)
Title: Message Title Shawn Heisey commented on SOLR-10054

[jira] (SOLR-10054) Core swapping doesn't work with new metrics changes in place

2017-01-30 Thread Shawn Heisey (JIRA)
Title: Message Title Shawn Heisey updated an issue

[jira] (SOLR-10054) Core swapping doesn't work with new metrics changes in place

2017-01-30 Thread Shawn Heisey (JIRA)
Title: Message Title Shawn Heisey updated an issue

[jira] (SOLR-10054) Core swapping doesn't work with new metrics changes in place

2017-01-30 Thread Shawn Heisey (JIRA)
Title: Message Title Shawn Heisey created an issue

[jira] [Commented] (SOLR-10044) Snap package for Solr

2017-01-27 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15843326#comment-15843326 ] Shawn Heisey commented on SOLR-10044: - What does this do that's different/be

Re: Lucene/Solr 7

2017-01-26 Thread Shawn Heisey
On 1/26/2017 2:40 PM, Adrien Grand wrote: > I don't think this statement is accurate. Why would it affect Lucene > users if they started using points for new indices when they upgraded > to Lucene 6? If that's the situation, then there won't be an issue. I suspect that there are quite a few users

[jira] [Commented] (SOLR-10036) Revise jackson-core version from 2.5.4 to latest

2017-01-26 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15840360#comment-15840360 ] Shawn Heisey commented on SOLR-10036: - Is HDFS integration tested at all in

[jira] [Commented] (SOLR-10036) Revise jackson-core version from 2.5.4 to latest

2017-01-26 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15840326#comment-15840326 ] Shawn Heisey commented on SOLR-10036: - I bumped the jackson version to 2.8.6 in

Re: Lucene/Solr 7

2017-01-26 Thread Shawn Heisey
On 1/25/2017 10:36 AM, Tomás Fernández Löbbe wrote: > I think it would be great if we could use 7.0 to make point fields the > default in Solr (i.e. change the example/default schemas to make > "int", "long" etc use point fields implementation), but in order to do > that, there are a number of poin

[jira] [Commented] (SOLR-10035) Admin UI cannot find dataimport handlers

2017-01-26 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15840067#comment-15840067 ] Shawn Heisey commented on SOLR-10035: - Fixing the UI (the focus of this issue

Re: 6.4.1

2017-01-26 Thread Shawn Heisey
On 1/25/2017 4:40 AM, Adrien Grand wrote: > These are annoying bugs so I would like to do a 6.4.1 release that > includes these fixes. The immediate simple fix for SOLR-10035 is a one-liner. Even the larger fix of including redundant information that preserves backward API compatibility would be

[jira] [Commented] (SOLR-10035) Admin UI cannot find dataimport handlers

2017-01-26 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15839754#comment-15839754 ] Shawn Heisey commented on SOLR-10035: - bq. Hmm, we should not change the mbeans

[jira] [Commented] (SOLR-10035) Admin UI cannot find dataimport handlers

2017-01-25 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15838830#comment-15838830 ] Shawn Heisey commented on SOLR-10035: - Something that would be good to add is a

[jira] [Commented] (SOLR-10035) Admin UI cannot find dataimport handlers

2017-01-25 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15838825#comment-15838825 ] Shawn Heisey commented on SOLR-10035: - A binary install of Solr 6.4.0 can be f

[jira] [Commented] (SOLR-10035) Admin UI cannot find dataimport handlers

2017-01-25 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15838363#comment-15838363 ] Shawn Heisey commented on SOLR-10035: - The changes to the mbean output are goin

[jira] [Created] (SOLR-10035) Admin UI cannot find dataimport handlers

2017-01-25 Thread Shawn Heisey (JIRA)
Shawn Heisey created SOLR-10035: --- Summary: Admin UI cannot find dataimport handlers Key: SOLR-10035 URL: https://issues.apache.org/jira/browse/SOLR-10035 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-6761) Ability to ignore commit and optimize requests from clients when running in SolrCloud mode.

2017-01-23 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15834647#comment-15834647 ] Shawn Heisey commented on SOLR-6761: bq. When does solr does auto optimize? Opti

[jira] [Commented] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2017-01-21 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833172#comment-15833172 ] Shawn Heisey commented on SOLR-7191: bq. Shawn where can I raise maxThreads of j

[jira] [Comment Edited] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2017-01-20 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15832668#comment-15832668 ] Shawn Heisey edited comment on SOLR-7191 at 1/21/17 12:3

[jira] [Commented] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2017-01-20 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15832668#comment-15832668 ] Shawn Heisey commented on SOLR-7191: With hard nproc at 61440, soft nproc at 4

[jira] [Commented] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2017-01-20 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15832664#comment-15832664 ] Shawn Heisey commented on SOLR-7191: I figured I would try the test setup agai

[jira] [Commented] (SOLR-10015) Remove strong reference to Field Cache key (optional) so that GC can release some Field Cache entries when Solr is under memory pressure

2017-01-20 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15832469#comment-15832469 ] Shawn Heisey commented on SOLR-10015: - I may be showing my ignorance here, but I

[jira] [Updated] (SOLR-10014) Log a warning when the number of fields in a core exceeds a configurable value

2017-01-20 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-10014: Attachment: SOLR-10014.patch Patch with an idea for how to implement the warning. I can see that

[jira] [Created] (SOLR-10014) Log a warning when the number of fields in a core exceeds a configurable value

2017-01-20 Thread Shawn Heisey (JIRA)
Shawn Heisey created SOLR-10014: --- Summary: Log a warning when the number of fields in a core exceeds a configurable value Key: SOLR-10014 URL: https://issues.apache.org/jira/browse/SOLR-10014 Project

[jira] [Commented] (LUCENE-7648) Millions of fields in an index makes some operations slow, opening a new searcher in particular

2017-01-20 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15832292#comment-15832292 ] Shawn Heisey commented on LUCENE-7648: -- bq. It's just not a use case

<    5   6   7   8   9   10   11   12   13   14   >