Solr 6.4 - Transient core loading is extremely slow with HDFS and S3

2017-04-12 Thread Amarnath palavalli
Hello, I am using S3 as the primary store for data directory of core. To achieve this, I have the following in Solrconfig.xml: ** * s3a://amar-hdfs/solr* * /usr/local/Cellar/hadoop/2.7.3/libexec/etc/hadoop* * true* * 4* * true* * 16384* * true* * true* * 16* * 192* * * When I acces

Re: Solr with HDFS on AWS S3 - Server restart fails to load the core

2017-04-07 Thread Amarnath palavalli
oaded at all. > > > Can you clarify what you mean by this? Does the core get loaded after you > restart Solr? > > The initial description was the core wasn't loaded after Solr was > restarted. What you are describing now is different I think. > > Kevin Risden > >

Re: Solr with HDFS on AWS S3 - Server restart fails to load the core

2017-04-07 Thread Amarnath palavalli
; confluence/display/solr/CoreAdmin+API#CoreAdminAPI-RELOAD). > > Best of luck, > > Trey > > From: Amarnath palavalli [mailto:pamarn...@gmail.com] > Sent: Friday, April 07, 2017 3:20 PM > To: solr-user@lucene.apache.org > Subject: Solr with HDFS on AWS S3 - Server restar

Solr with HDFS on AWS S3 - Server restart fails to load the core

2017-04-07 Thread Amarnath palavalli
Hello, I configured Solr to use HDFS, which in turn configured to use S3N. I used the information from this issue to configure: *https://issues.apache.org/jira/browse/SOLR-9952 * Here is the command I have used to start the Solr with HDFS: *bin/so