Thanks a lot,
for now I've written a listener to read from redis instead.
But might not scale well since the map is kept in memory.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Is-there-any-particular-reason-why-ExternalFileField-is-read-from-data-directory-tp4343374p4344
Hi,
As per the documentation for ExternalFileField we need to put external_field
with the map in parallel with the data directory on all the shards.
Is it possible to read the file from a central location or zookeeper?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Is-there
So i figured out the issue i was facing
https://issues.apache.org/jira/browse/SOLR-9803
${solr.ulog.dir:}
${solr.ulog.numVersionBuckets:8388608}
i had a huge value set fir numVersioinBuckets which was causing memory leak
as stated in issue 9803
Changing to default value s
Hi,
I am trying to create multiple collections with 2 shards and 2 replications
each.
After 5-6 successful
overseer status response for 5 creations shows 40k requests for
collection_operations=>am_i_leader which is a bit odd.
and I get
Am I not supposed to create 8-10 collections one after the