ot;static" as UUID. So, remove the listener or fix default query field.
> The second isn't so certain, but sounds like realtime get is requested when
> translation log is turned off.
>
>
> On Thu, Feb 1, 2024 at 6:33 PM Mark Hieber wrote:
>
> > We are running org.
2024 at 10:30 AM Mark Hieber wrote:
> We are running org.apache.solr_solr-solrj-8.4.1
>
> We are occasionally seeing the following error message:
>
> org.apache.solr.common.SolrException: Invalid UUID String: 'static'
>
> at org.apache.solr.schema.UUIDField.
We are running org.apache.solr_solr-solrj-8.4.1
We are occasionally seeing the following error message:
org.apache.solr.common.SolrException: Invalid UUID String: 'static'
at org.apache.solr.schema.UUIDField.toInternal(UUIDField.java:88)
at
org.apache.solr.schema.FieldType.read
We use Solr 8.4.1 and Solrj 8.4.1 (not Solr Cloud).
We have one application which writes our updates to Solr (about 50 million
updates/hour). This application listens to a stream of updates, and does
atomic updates on the documents we care about. Processing the documents in
order is a hard require
I am seeing this entry in our Solr logs:
*Cannot invoke "org.apache.solr.update.TransactionLog.incref()" because
"lookupLog" is null*
We are running Solr 8.4. (not in Solr cloud mode)
full stack trace:
org.apache.solr.handler.RequestHandlerBase
message
java.lang.NullPointerException: Cannot invoke
Could this be related to thread issues in Solr?
On Fri, Feb 17, 2023 at 4:44 PM Mark Hieber wrote:
> I agree. However, what we are seeing is that a query *will return the
> document* when we check for eventual consistency, but when we check some
> time later (say 5 minutes), then we d
ipedia.org/wiki/Single_source_of_truth>
> <https://en.wikipedia.org/wiki/Single_source_of_truth>
>
> wunder
> Walter Underwood
> wun...@wunderwood.org
> http://observer.wunderwood.org/ (my blog)
>
> On Feb 17, 2023, at 11:52 AM, Mark Hieber wrote:
>
> We have
We have a cluster of hosts running Solr 8.4 Each host has an application
which listens to an external source for updated documents. When it gets a
document we care about, it indexes that document into the correct Solr core
(we are not running cloud).
In our API service, when we get a request to pu
Searcher warming in solrconfig.xml
> >
> >
> >
> >
> >
> > On Thu, Jan 12, 2023 at 3:27 PM Mikhail Khludnev
> wrote:
> >
> > > It seems like a listener configured in solrconfig.xml, and one of its
> > > queries feeds a u
and one of its
> queries feeds a uuid field with the term 'static'. Not gonna work, you
> know.
>
> On Thu, Jan 12, 2023 at 11:04 PM Mark Hieber wrote:
>
> > I am seeing the following exception in my SOLR log: (Solr 8.4.1)
> >
> > org.apache.solr.comm
I am seeing the following exception in my SOLR log: (Solr 8.4.1)
org.apache.solr.common.SolrException: Invalid UUID String: 'static'
at org.apache.solr.schema.UUIDField.toInternal(UUIDField.java:88)
at org.apache.solr.schema.FieldType.readableToIndexed(FieldType.java:409)
at org.apache.solr.schema
I have created a cluster (on 18 hosts) using
/solr/solr-8.4.0/bin/solr start
I have three zookeeper instances, they are listed in solr.in.sh
ZK_HOST="host1:2181,host2:2181,host3:2181/MyRoot"
I have set JAVA_HOME
I have set SOLR_PORT
I have uploaded my configs to zookeeper
I have 6 collections I w
12 matches
Mail list logo