Re: Solr on HDFS

2019-08-02 Thread Joe Obernberger
cally.  Is that possible with HDFS? While adding an alias to other collections would be an option, if that collection is the only collection, or one that is currently needed, in a live system, we can't bring it down, re-create it, and re-index when that process may take weeks to do. Any id

Re: Solr on HDFS

2019-08-02 Thread Joe Obernberger
ove only having one large file system to manage instead of lots of individual file systems across many machines.  HDFS makes this easy. -Joe On 8/2/2019 9:10 AM, lstusr 5u93n4 wrote: Hi Joe, We fought with Solr on HDFS for quite some time, and faced similar issues as you're seeing. (

Clustering error - Solr 8.2

2019-08-28 Thread Joe Obernberger
olrClient$RemoteSolrException", "root-error-class","org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException"], "msg":"Error from server at null: org.apache.solr.search.SyntaxError: Query Field 'features' is not a valid field name", "code":400}} -Joe

Re: Clustering error - Solr 8.2

2019-08-29 Thread Joe Obernberger
27;m missing a field called 'features', but it's not defined in the prior schema either.  Thanks again! -Joe On 8/28/2019 6:19 PM, Erick Erickson wrote: What it says ;) My guess is that your configuration mentions the field “features” in, perhaps carrot.snippet or carrot.title.

Re: Clustering error - Solr 8.2

2019-08-30 Thread Joe Obernberger
es^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 What's odd is that this doesn't cause an issue with 7.x, but does with 8.2.  Removed the fields that my schema doesn't have and clustering works on the fields I have defined for carrot2. -Joe On 8/29/2019 10:39 AM, Jörn Franke w

HDFS Shard Split

2019-09-16 Thread Joe Obernberger
asued exception:":"org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: not enough free disk space to perform index split on node -Joe

auto scaling question - solr 8.2.0

2019-09-26 Thread Joe Obernberger
->shard2->replica1,replica2 all of those replicas above are hosted by the same node.  What am I doing wrong here?  Thank you! -Joe

Re: auto scaling question - solr 8.2.0

2019-09-26 Thread Joe Obernberger
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555) ... 6 more At this point, no nodes are hosting one of the collections. -Joe On 9/26/2019 1:32 PM, Joe Obernberger wrote: Hi all - I have a 4 node cluster for test, and created several solr collections with 2 shards and 2 replicas each

8.2.0 - REPLACENODE

2019-09-30 Thread Joe Obernberger
hard had two replicas. Now some shards have 4, and some 3. In addition the auto scaling policy of: cluster-policy":[{ "replica":"<2", "shard":"#EACH", "node":"#ANY"}], seems to be ignored as many collections have the same node hosting multiple replicas. Is this related to JIRA: https://issues.apache.org/jira/browse/SOLR-13586 ? Thank you! -Joe

Solr 8.2 - Added Field - can't facet using alias

2019-10-11 Thread Joe Obernberger
dded a while back and show both properties and schema. While I can facet on this field using an alias, I get 'Error from server at null: undefined field: FaceCluster'.  If I search an individual solr collection, I can facet on it. Any ideas? -Joe

SolrCloud streaming innerJoin unexplained results

2019-10-20 Thread Joe Andaverde
I don't believe I am getting expected results when using a streaming expression that simply uses innerJoin. Here's the example: innerJoin( search(illuminate, q=(mrn:123) (*:*), fl="key,mrn", sort="mrn asc"), search(illuminate, q=(foo*), fl="key,mrn,*", sort="mrn asc"), on="mrn" ) All

Solr 8.2.0 - Unable to write response

2019-11-01 Thread Joe Obernberger
0190610]     at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610] -Joe

Re: Solr 8.2.0 - Unable to write response

2019-11-01 Thread Joe Obernberger
Thank you Shawn. What I'm trying to get for my application is the commitTimeMSec. I use that value to build up an alias of solr collections.  Is there a better way? -Joe On 11/1/2019 10:17 AM, Shawn Heisey wrote: On 11/1/2019 7:20 AM, Joe Obernberger wrote: Hi All - getting this error

native Thread - solr 8.2.0

2019-12-09 Thread Joe Obernberger
-Xms20g-Xmx25g-Xss256k -verbose:gc Any ideas? Thanks. -Joe

Re: native Thread - solr 8.2.0

2019-12-10 Thread Joe Obernberger
er (it was 65,530) and I increased it to 262144.  For the solr user, we're using 102,400 for open files and for max user processes, we use 65,000. -Joe On 12/10/2019 7:46 AM, Erick Erickson wrote: One other red flag is you’re apparently running in “schemaless”

Re: Error Adding a Replica to SOLR Cloud 8.2.0

2021-01-26 Thread Joe Lerner
We finally got this fixed by temporarily disabling any updates to the SOLR index. -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Dynamic starting or stoping of zookeepers in a cluster

2021-02-19 Thread Joe Lerner
5.5/zookeeperReconfig.html#ch_reconfig_rebalancing> Or, could we leave it as is, and as long as the ZK Ensemble has the same IPs? Thanks! Joe -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

<    1   2   3   4   5