Using solr 7.7.2, Is it safe to manually delete tlog after doing commit?

2019-12-20 Thread alwaysbluesky
Using solr 7.7.2. Our CDCR is broken for some reason as I posted the other question(https://lucene.472066.n3.nabble.com/Three-questions-about-huge-tlog-problem-and-CDCR-td4453788.html). So the size of tlog is huge now... I don't care CDCR for now, and just want to clean all these tlog first.

Re: Three questions about huge tlog problem and CDCR

2019-12-20 Thread alwaysbluesky
sure. I disabled buffer and started cdcr by calling api on both side. And when I do indexing, I see the size of tlog folder stays within 1MB while the size of index folder is increasing. So I imagined that tlog would be consumed by target node and cleared, and data is being forwarded to target

Re: solr index data from hdfs with error

2019-12-20 Thread Erick Erickson
Morphlines support was removed from Solr in Solr 6.6, see: https://issues.apache.org/jira/browse/SOLR-9221 So I don’t think anyone here will be very conversant in the details. I vaguely recall that this process added an ID field by default, but it’s been a very long time since I looked. Do

solr index data from hdfs with error

2019-12-20 Thread bennis
Hello I am new in using Solr and I need your help. I have data on HDFS that I need to index with Solr. I) My data looks like that, it is saved on hdfs : ID_METIER_PCS_ESE,CD_PCS_ESE_1,LB_PCS_ESE_1,CD_PCS_ESE_2,LB_PCS_ESE_2,CD_PCS_ESE_3,LB_PCS_ESE_3,DT_DEB,DT_FIN,TS_TEC_INSERT,TS_TEC_UPDATE

PreAnalyzedFieldUpdateProcessor issues in Solrcloud

2019-12-20 Thread Markus Jelsma
Hello, We are moving our text analysis to outside of Solr and use PreAnalyzedField to speed up indexing. We also use MLT, but these two don't work together, there is no way for MLT to properly analyze a document using the PreAnalyzedField's analyzer, and it does not pass the code in the MLT

Re: Facing jwt authentication problem using solr 8.1.1

2019-12-20 Thread Jason Gerlowski
Oh, ok. >From the user's error message it looked to me like bin/solr was making an admin/info/system call from bash, but it must be something else. On Fri, Dec 20, 2019 at 6:28 AM Jan Høydahl wrote: > > No, I doubt that bin/solr support would do more than just wire in a simple > initial JWT

Re: Facing jwt authentication problem using solr 8.1.1

2019-12-20 Thread Jan Høydahl
No, I doubt that bin/solr support would do more than just wire in a simple initial JWT config, with some default Rule-based config. Jan > 17. des. 2019 kl. 16:42 skrev Jason Gerlowski : > > Hey Jan, > > Is this a case of something that'd be fixed by >