[ANNOUNCE] YCSB 0.7.0 Release

2016-02-26 Thread Kevin Risden
On behalf of the development community, I am pleased to announce the release of YCSB 0.7.0. Highlights: * GemFire binding replaced with Apache Geode (incubating) binding * Apache Solr binding was added * OrientDB binding improvements * HBase Kerberos support and use single connection * Accumulo i

Re: NoSuchFileException errors common on version 5.5.0

2016-03-10 Thread Kevin Risden
This sounds related to SOLR-8587 and there is a fix in SOLR-8793 that isn't out in a release since it was fixed after 5.5 went out. Kevin Risden Hadoop Tech Lead | Avalon Consulting, LLC <http://www.avalonconsult.com/> M: 732 213 8417 LinkedIn <http://www.linkedin.com/company/ava

Re: Which line is solr following in terms of a BI Tool?

2016-04-13 Thread Kevin Risden
Solr JDBC driver is more of a convenience for querying. Kevin Risden On Tue, Apr 12, 2016 at 6:24 PM, Erick Erickson wrote: > The unsatisfactory answer is that the have different characteristics. > > The analytics contrib does not work in distributed mode. It's not > receiving

Re: Question on Solr JDBC driver with SQL client like DB Visualizer

2016-04-15 Thread Kevin Risden
xrwxrwx 0 0 05167 Apr 1 14:40 org/apache/solr/client/solrj/io/sql/ResultSetMetaDataImpl.class -rwxrwxrwx 0 0 0 10451 Apr 1 14:40 org/apache/solr/client/solrj/io/sql/StatementImpl.class -rwxrwxrwx 0 0 0 141 Apr 1 14:40 org/apache/solr/client/solrj/io/sql/packag

Re: Parallel SQL Interface returns "java.lang.NullPointerException" after reloading collection

2016-05-03 Thread Kevin Risden
getClusterState(). ZkStateReader zkStateReader = cloudSolrClient.getZkStateReader(); ClusterState clusterState = zkStateReader.getClusterState(); Kevin Risden Apache Lucene/Solr Committer Hadoop and Search Tech Lead | Avalon Consulting, LLC <http://www.avalonconsult.com/> M: 732 213 8417 LinkedIn

Re: Solr 6 / Solrj RuntimeException: First tuple is not a metadata tuple

2016-05-04 Thread Kevin Risden
de, the logs seem okay: The logs you shared don't seem to be the full logs. There will be a related exception on the Solr server side. The exception on the Solr server side will explain the cause of the problem. Kevin Risden On Wed, May 4, 2016 at 2:57 AM, deniz wrote: > I am trying to g

Lucene/Solr Git Mirrors 5 day lag behind SVN?

2015-10-23 Thread Kevin Risden
It looks like both Apache Git mirror (git://git.apache.org/lucene-solr.git) and GitHub mirror (https://github.com/apache/lucene-solr.git) are 5 days behind SVN. This seems to have happened before: https://issues.apache.org/jira/browse/INFRA-9182 Is this a known issue? Kevin Risden

CloudSolrClient query /admin/info/system

2015-10-26 Thread Kevin Risden
pache/solr/client/solrj/impl/CloudSolrClient.java#L808 [3] https://issues.apache.org/jira/browse/SOLR-4943 Kevin Risden Hadoop Tech Lead | Avalon Consulting, LLC <http://www.avalonconsult.com/> M: 732 213 8417 LinkedIn <http://www.linkedin.com/company/avalon-consulting-llc> | Google+

Re: CloudSolrClient query /admin/info/system

2015-10-27 Thread Kevin Risden
Created https://issues.apache.org/jira/browse/SOLR-8216 Kevin Risden Hadoop Tech Lead | Avalon Consulting, LLC <http://www.avalonconsult.com/> M: 732 213 8417 LinkedIn <http://www.linkedin.com/company/avalon-consulting-llc> | Google+ <http://www.google.com/+AvalonConsultingLLC>

Re: NoNode error on -downconfig when node does exist?

2016-08-08 Thread Kevin Risden
Just a quick guess: do you have a period (.) in your zk connection string chroot when you meant an underscore (_)? When you do the ls you use /solr6_1/configs, but you have /solr6.1 in your zk connection string chroot. Kevin Risden On Mon, Aug 8, 2016 at 4:44 PM, John Bickerstaff wrote

Re: Unable to connect to correct port in solr 6.2.0

2016-09-12 Thread Kevin Risden
Jan - the issue you are hitting is Docker and /proc/version is getting the underlying OS kernel and not what you would expect from the Docker container. The errors for update-rc.d and service are because the docker image you are using is trimmed down. Kevin Risden On Mon, Sep 12, 2016 at 3:19 PM

Re: CheckHdfsIndex with Kerberos not working

2016-10-03 Thread Kevin Risden
java -cp "$(hdfs classpath):./server/solr-webapp/webapp/WEB-INF/lib/*:./server/lib/ ext/*:/hadoop/hadoop-client/lib/servlet-api-2.5.jar" -ea:org.apache.lucene... org.apache.solr.index.hdfs.CheckHdfsIndex hdfs://:8020/apps/solr/data/ExampleCollection/ core_node1/data/index Kevin Risden

Re: Problem with Password Decryption in Data Import Handler

2016-10-06 Thread Kevin Risden
I haven't tried this but is it possible there is a new line at the end in the file? If you did something like echo "" > file.txt then there would be a new line. Use echo -n "" > file.txt Also you should be able to check how many characters are in the file. Kevin R

Re: How to substract numeric value stored in 2 documents related by correlation id one-to-one

2016-10-19 Thread Kevin Risden
LR-8593 ( https://issues.apache.org/jira/browse/SOLR-8593) This is the Calcite integration and should enable a lot more SQL syntax as a result. Kevin Risden Apache Lucene/Solr Committer Hadoop and Search Tech Lead | Avalon Consulting, LLC <http://www.avalonconsult.com/> M: 732 213 8417 LinkedIn <

Re: Sorl shards: very sensitive to swap space usage !?

2016-11-10 Thread Kevin Risden
Agreed with what Shawn and Erick said. If you don't see anything in the Solr logs and your servers are swapping a lot, this could mean the Linux OOM killer is killing the Solr process (and maybe others). There is usually a log of this depending on your Linux distribution. Kevin Risden O

Re: Basic Auth for Solr Streaming Expressions

2016-11-16 Thread Kevin Risden
Was a JIRA ever created for this? I couldn't find it searching. One that is semi related is SOLR-8213 for SolrJ JDBC auth. Kevin Risden On Wed, Nov 9, 2016 at 8:25 PM, Joel Bernstein wrote: > Thanks for digging into this, let's create a jira ticket for this. > > Jo

Re: Hardware size in solrcloud

2016-11-16 Thread Kevin Risden
-definitive-answer/ Kevin Risden On Wed, Nov 16, 2016 at 1:12 PM, Mugeesh Husain wrote: > I have lots of document i dont know now how much it would be in future. for > the inilial stage, I am looking for hardware details(assumption). > > I are looking forward to setting up a billio

Re: Basic Auth for Solr Streaming Expressions

2016-11-16 Thread Kevin Risden
Thanks Sandeep! Kevin Risden On Wed, Nov 16, 2016 at 3:33 PM, sandeep mukherjee < wiredcit...@yahoo.com.invalid> wrote: > [SOLR-9779] Basic auth in not supported in Streaming Expressions - ASF JIRA > > | > | > | > | || > >| > > | > | > | |

Re: Solr uses lots of shared memory!

2017-09-02 Thread Kevin Risden
oudfoundry/java-buildpack/issues/320 [5] https://devcenter.heroku.com/articles/tuning-glibc-memory-behavior [6] https://www.ibm.com/developerworks/community/blogs/kevgrig/entry/linux_glibc_2_10_rhel_6_malloc_may_show_excessive_virtual_memory_usage?lang=en Kevin Risden On Thu, Aug 24, 2017 a

Re: Parallel SQL: GROUP BY throws exception

2017-10-17 Thread Kevin Risden
Calcite might support this in 0.14. I know group by support was improved lately. It might be as simple as upgrading the dependency? A test case showing the NPE would be helpful. We are using MySQL dialect under the hood with Calcite. Kevin Risden On Tue, Oct 17, 2017 at 8:09 AM, Joel Bernstein

Re: Solr7: Bad query throughput around commit time

2017-11-11 Thread Kevin Risden
> One machine runs with a 3TB drive, running 3 solr processes (each with one core as described above). How much total memory on the machine? Kevin Risden On Sat, Nov 11, 2017 at 1:08 PM, Nawab Zada Asad Iqbal wrote: > Thanks for a quick and detailed response, Erick! > > Unfortuna

Re: Recovery Issue - Solr 6.6.1 and HDFS

2017-11-22 Thread Kevin Risden
DFS blocks. This significantly helps query performance. There are a few configuration parameters that can help here. Kevin Risden On Wed, Nov 22, 2017 at 4:20 AM, Hendrik Haddorp wrote: > Hi Joe, > > sorry, I have not seen that problem. I would normally not delete a replica > if the sha

Re: Recovery Issue - Solr 6.6.1 and HDFS

2017-11-22 Thread Kevin Risden
Thanks for the detailed answers Joe. Definitely sounds like you covered most of the easy HDFS performance items. Kevin Risden On Wed, Nov 22, 2017 at 7:44 AM, Joe Obernberger < joseph.obernber...@gmail.com> wrote: > Hi Kevin - > * HDFS is part of Cloudera 5.12.0. > * Solr is co-

Re: Solr 6.3.0 SQL question

2016-11-28 Thread Kevin Risden
Is there a longer error/stack trace in your Solr server logs? I wonder if the real error is being masked. Kevin Risden On Mon, Nov 28, 2016 at 3:24 PM, Joe Obernberger < joseph.obernber...@gmail.com> wrote: > I'm running this query: > > curl --data-urlencode 'stmt=

Re: Documentation of Zookeeper's specific roles and functions in Solr Cloud?

2016-11-29 Thread Kevin Risden
is not forwarding requests to Solr. The client requests from Zookeeper and then the client uses that information to query Solr directly. Kevin Risden On Tue, Nov 29, 2016 at 10:49 AM, John Bickerstaff wrote: > All, > > I've thought I understood that Solr search requests are ma

Re: Highlighting, offsets -- external doc store

2016-11-29 Thread Kevin Risden
For #3 specifically, I've always found this page useful: https://cwiki.apache.org/confluence/display/solr/Field+Properties+by+Use+Case It lists out what properties are necessary on each field based on a use case. Kevin Risden On Tue, Nov 29, 2016 at 11:49 AM, Erick Erickson wrote: >

Re: Highlighting, offsets -- external doc store

2016-11-29 Thread Kevin Risden
uires only termVecotrs and termPositions and won't require stored to be true. Kevin Risden On Tue, Nov 29, 2016 at 12:00 PM, Kevin Risden wrote: > For #3 specifically, I've always found this page useful: > > https://cwiki.apache.org/confluence/display/solr/Field+ > Properti

Re: Adding DocExpirationUpdateProcessorFactory causes "Overlapping onDeckSearchers" warnings

2016-12-09 Thread Kevin Risden
around this. Kevin Risden On Fri, Dec 9, 2016 at 5:15 PM, Brent wrote: > I'm using Solr Cloud 6.1.0, and my client application is using SolrJ 6.1.0. > > Using this Solr config, I get none of the dreaded "PERFORMANCE WARNING: > Overlapping onDeckSearchers=2&

Re: 6.4 in a 6.2.1 cluster?

2017-01-31 Thread Kevin Risden
JIRA (ideally everything but prioritizing some examples would be nice). Kevin Risden On Tue, Jan 31, 2017 at 11:19 AM, Walter Underwood wrote: > I’m sure people need to do this, so I’ll share it worked for me. > > I just noticed that there is a new integration test being written to >

Re: How long for autoAddReplica?

2017-02-02 Thread Kevin Risden
onsAPI-REPLACENODE:MoveAllReplicasinaNodetoAnother - https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-DELETENODE:DeleteReplicasinaNode Kevin Risden On Thu, Feb 2, 2017 at 11:46 AM, Erick Erickson wrote: > bq: I don’t see a way to add replicas through the UI, so

Re: bin/post and self-signed SSL

2017-02-05 Thread Kevin Risden
;t had a chance. I'll try to share that info when I get back to my laptop. Kevin Risden On Feb 5, 2017 12:31, "Jan Høydahl" wrote: > Hi, > > I’m trying to post a document to Solr using bin/post after enabling SSL > with self signed certificate. Result is: > > $ post

Re: bin/post and self-signed SSL

2017-02-05 Thread Kevin Risden
-u : " https://SOLR_HOST:8983/solr/admin/collections?action=LIST"; ``` Kevin Risden On Sun, Feb 5, 2017 at 5:55 PM, Kevin Risden wrote: > Last time I looked at this, there was no way to pass any Java properties > to the bin/post command. This made it impossible to even set the SSL

Re: 回复: bin/post and self-signed SSL

2017-02-06 Thread Kevin Risden
I expect that the commands work the same or very close from 5.5.x through 6.4.x. There have been some cleaning up of the bin/solr and bin/post commands but not many security changes. If you find differently then please let us know. Kevin Risden On Feb 5, 2017 21:02, "alias" <524

Re: SSL using signed client certificate not working

2017-02-15 Thread Kevin Risden
ou need to configure your browsers. Client authentication is an extra part of SSL and not usually required. Kevin Risden On Feb 15, 2017 4:43 AM, "Espen Rise Halstensen" wrote: > > Hi, > > I have some problems with client certificates. By the look of it, it works > wit

JSON Facet API - Range Query - Missing field parameter NPE

2017-02-24 Thread Kevin Risden
omponent.SearchHandler.handleRequestBody( SearchHandler.java:295) at org.apache.solr.handler.RequestHandlerBase.handleRequest( RequestHandlerBase.java:166) at org.apache.solr.core.SolrCore.execute(SolrCore.java:2306) Kevin Risden

Re: Add fieldType from Solr API

2017-02-26 Thread Kevin Risden
As Alex said there is no Admin UI support. The API is called the Schema API: https://cwiki.apache.org/confluence/display/solr/Schema+API That allows you to modify the schema programatically. You will have to reload the collection either way. Kevin Risden On Sun, Feb 26, 2017 at 1:33 PM

Re: Searchable archive of this mailing list

2017-03-31 Thread Kevin Risden
Google usually does a pretty good job of indexing this mailing list. The other place I'll usually go is here: http://search-lucene.com/?project=Solr Kevin Risden On Fri, Mar 31, 2017 at 4:18 PM, OTH wrote: > Hi all, > > Is there a searchable archive of this mailing list? >

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

2017-04-07 Thread Kevin Risden
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 On Fri, Apr 7, 2017 at 6:31 PM, Amarnath palavalli wrote: > Hi Trey, > > Thank you for the response. Setting “loadOnSt

Re: Possible regression in Parallel SQL in 6.5.1?

2017-05-16 Thread Kevin Risden
Yea this came up on the calcite mailing list. Not sure if aliases in the having clause were going to be added. I'll have to see if I can find that discussion or JIRA. Kevin Risden On May 16, 2017 18:54, "Joel Bernstein" wrote: > Yeah, Calcite doesn't support field alias

Re: Possible regression in Parallel SQL in 6.5.1?

2017-05-16 Thread Kevin Risden
Well didn't take as long as I thought: https://issues.apache.org/jira/browse/CALCITE-1306 Once Calcite 1.13 is released we should upgrade and get support for this again. Kevin Risden On Tue, May 16, 2017 at 7:23 PM, Kevin Risden wrote: > Yea this came up on the calcite mailing list.

Re: hdfs - documents missing after hard poweroff

2018-10-31 Thread Kevin Risden
g to check. Can you run check index on the index to make sure its not corrupt when you don't get the full result set. Kevin Risden On Tue, Oct 16, 2018 at 10:23 AM Kyle Fransham wrote: > Hi, > > Sometimes after a full poweroff of the solr cloud nodes, we see missing > documen

Re: hdfs - documents missing after hard poweroff

2018-10-31 Thread Kevin Risden
Also do you have auto add replicas turned on for these collections over HDFS? Kevin Risden On Wed, Oct 31, 2018 at 8:20 PM Kevin Risden wrote: > So I'm definitely curious what is going on here. > > Are you still able to reproduce this? Can you check if files have been > modi

Re: SolrCloud Replication Failure

2018-10-31 Thread Kevin Risden
don't even see the first update getting applied from num 10 -> 20. After the first update there is no more change. Kevin Risden On Wed, Oct 31, 2018 at 8:26 PM Jeremy Smith wrote: > Thanks Erick, this is 7.5.0. > > From: Erick Erickson > Se

Re: SolrCloud Replication Failure

2018-11-01 Thread Kevin Risden
Ahhh your PR triggered an idea. I'll open a few PRs adjusting the Solr version from latest back to earlier 7.x versions. See which version the problem was introduced in. Kevin Risden On Thu, Nov 1, 2018 at 9:17 AM Jeremy Smith wrote: > Thanks so much for looking into this and cleani

Re: SolrCloud Replication Failure

2018-11-01 Thread Kevin Risden
So I just added PRs 5.5, 6.6, 7.1, 7.2, 7.3, 7.4, and 7.5. They all seem to have the exact same behavior... I don't have much more insight here but it doesn't seem to be correct. Kevin Risden On Thu, Nov 1, 2018 at 9:45 AM Kevin Risden wrote: > Ahhh your PR triggered an idea. I&

Re: SolrCloud Replication Failure

2018-11-01 Thread Kevin Risden
Erick - Yea thats a fair point. Would be interesting to see if this fails without Docker. Kevin Risden On Thu, Nov 1, 2018 at 11:06 AM Erick Erickson wrote: > Kevin: > > You're also using Docker, right? Docker is not "officially" supported > although there's

Re: SolrCloud Replication Failure

2018-11-01 Thread Kevin Risden
op-replica-consistency/branches Kevin Risden On Thu, Nov 1, 2018 at 11:41 AM Kevin Risden wrote: > Erick - Yea thats a fair point. Would be interesting to see if this fails > without Docker. > > Kevin Risden > > > On Thu, Nov 1, 2018 at 11:06 AM Erick Erickson > wrote: &

Re: solr cloud - hdfs folder structure best practice

2018-11-02 Thread Kevin Risden
rs if there are different home folders. I've run Solr on HDFS with the same basic configs as listed here: https://risdenk.github.io/2018/10/23/apache-solr-running-on-apache-hadoop-hdfs.html Kevin Risden On Fri, Nov 2, 2018 at 1:19 PM lstusr 5u93n4 wrote: > Hi All, > > Here's

Re: SolrCloud Replication Failure

2018-11-06 Thread Kevin Risden
Erick Erickson - I don't have much time to chase this down. Do you think this a blocker for 7.6? It seems pretty serious. Jeremy - This would be a good JIRA to create - we can move the conversation there to try to get the right people involved. Kevin Risden On Fri, Nov 2, 2018 at 7:

Re: solr reads whole index on startup

2018-12-05 Thread Kevin Risden
Do you have logs right before the following? "we notice that the nodes go into "Recovering" state for about 10-12 hours before finally coming alive." Is there a peersync failure or something else in the logs indicating why there is a full recovery? Kevin Risden On Wed, Dec

Re: solr reads whole index on startup

2018-12-20 Thread Kevin Risden
Kyle - Thanks so much for the followup on this. Rarely do we get to see results compared with detail. Can you share the Solr HDFS configuration settings that you tested with? Blockcache and direct memory size? I'd be curious just as a reference point. Kevin Risden On Thu, Dec 20, 2018 at

Re: All replicas created on the same node

2019-03-08 Thread Kevin Risden
t-obj-property": { "defaults" : { "cluster": { "useLegacyReplicaAssignment":false } } } }' http://$SOLR_HOST:$SOLR_PORT/api/cluster Kevin Risden On Fri, Mar 8, 2019 at 3:04 PM levtannen wrote: > Hi community, > I have sol

Re: Ingestion not scaling horizontally as I add more cores to Solr

2018-01-11 Thread Kevin Risden
push more documents. Kevin Risden On Thu, Jan 11, 2018 at 11:39 AM, Shashank Pedamallu wrote: > Thank you very much for the reply Shawn. Is the jmeter running on a > different machine from Solr or on the same machine? > Solr is running on a dedicated VM. And I’ve tried to split the cli

Re: solr 5.2->7.2, suggester failure

2018-04-03 Thread Kevin Risden
It looks like there were changes in Lucene 7.0 that limited the size of the automaton to prevent overflowing the stack. https://issues.apache.org/jira/browse/LUCENE-7914 The commit being: https://github.com/apache/lucene-solr/commit/7dde798473d1a8640edafb41f28ad25d17f25a2d Kevin Risden On Tue

Re: Solr OOM Crashes / JVM tuning advice

2018-04-11 Thread Kevin Risden
inserts - too many commits refreshing caches and again going OOM Many of these can be reduced by using docvalues for fields that you typically sort/filter on. Kevin Risden On Wed, Apr 11, 2018 at 6:01 PM, Deepak Goel wrote: > A few observations: > > 1. The Old Gen Heap on 9th Apri

Re: Extracting top level URL when indexing document

2018-06-12 Thread Kevin Risden
Looks like stop words (in, and, on) is what is breaking. The regex looks like it is correct. Kevin Risden On Tue, Jun 12, 2018, 18:02 Hanjan, Harinder wrote: > Hello! > > I am indexing web documents and have a need to extract their top-level URL > to be stored in a different field

Re: SQL selectable fields

2020-01-24 Thread Kevin Risden
where the columns aren't registered since we look at Luke to determine what fields are really there for type information. Kevin Risden On Fri, Jan 24, 2020 at 9:48 AM Joel Bernstein wrote: > Does "_nest_path_" come back in a normal search? I would expect that the > fields t

Re: Oracle OpenJDK to Amazon Corretto OpenJDK

2020-01-31 Thread Kevin Risden
Solr docker tag? Kevin Risden On Fri, Jan 31, 2020 at 1:13 PM Walter Underwood wrote: > Maybe you can give them an estimate of how much work it will be. See if > legal will put it on their budget. Free software isn’t free, especially the > “free kittens” kind. > > This guy offers

Re: Oracle OpenJDK to Amazon Corretto OpenJDK

2020-01-31 Thread Kevin Risden
1-14 OpenJDK Runtime Environment 18.9 (build 11.0.6+10) OpenJDK 64-Bit Server VM 18.9 (build 11.0.6+10, mixed mode) Kevin Risden On Fri, Jan 31, 2020 at 1:22 PM Kevin Risden wrote: > What specific Solr tag are you using? That looks like JDK 1.8 and an older > version. > > Just

Re: Oracle OpenJDK to Amazon Corretto OpenJDK

2020-01-31 Thread Kevin Risden
LTS OpenJDK Runtime Environment Corretto-11.0.6.10.1 (build 11.0.6+10-LTS) OpenJDK 64-Bit Server VM Corretto-11.0.6.10.1 (build 11.0.6+10-LTS, mixed mode) Kevin Risden On Fri, Jan 31, 2020 at 1:25 PM Kevin Risden wrote: > Whoops forgot to share the same output from latest. The docker images are

Re: CVEs (vulnerabilities) that apply to Solr 8.4.1

2020-03-20 Thread Kevin Risden
dependency CVEs as they are reported and detected. I haven't looked through what was shared specifically but Solr 8.5 which is under vote addresses at least a few dependency upgrades. Kevin Risden On Fri, Mar 20, 2020 at 10:23 AM Ahlberg, Christopher C. wrote: > Our TRM team (Technol

Re: Schema Browser API

2020-04-09 Thread Kevin Risden
/SOLR/LukeRequestHandler PS - There is also the ability to run Luke standalone over Lucene indices. Kevin Risden On Thu, Apr 9, 2020 at 3:34 PM Webster Homer wrote: > > I was just looking at the Schema Browser for one of our collections. It's > pretty handy. I was thinking that it

Re: using S3 as the Directory for Solr

2020-04-25 Thread Kevin Risden
[1] https://hadoop.apache.org/docs/current/hadoop-aws/tools/hadoop-aws/index.html Kevin Risden On Fri, Apr 24, 2020 at 1:19 PM dhurandar S wrote: > Its 10 PB of source data, But we do have indexes on most of the attributes. > 80% or so > We have a need to support such large data and we have use c

Re: [CAUTION] SSL + Solr 8.5.1 in cloud mode + Java 8

2020-07-13 Thread Kevin Risden
for the Solr internal http client, the client keystore has more than one certificate in it and the error is correct. This is more strict with recent versions of Jetty 9.4.x. Previously this would silently fail, but was still incorrect. Now the error is bubbled up so that there is no silent misconfigurat

Re: [CAUTION] SSL + Solr 8.5.1 in cloud mode + Java 8

2020-07-14 Thread Kevin Risden
is secured via clientAuth (most likely you aren't). If you can try this and report back that would be awesome. I think this will fix the issue and it would be possible to make client auth opt in instead of default fall back. Kevin Risden On Tue, Jul 14, 2020 at 1:46 AM Natarajan, Rajeswari

Re: [CAUTION] SSL + Solr 8.5.1 in cloud mode + Java 8

2020-07-15 Thread Kevin Risden
e which is causing issues. Kevin Risden On Wed, Jul 15, 2020 at 3:45 AM Natarajan, Rajeswari < rajeswari.natara...@sap.com> wrote: > Thank you for your reply. I looked at solr.in.sh I see that > SOLR_SSL_CLIENT_KEY_STORE is already commented out by default. But you are > righ

Re: Solr 8.6.2 - Admin UI Issue

2020-10-08 Thread Kevin Risden
Since the image didn't come through - it could be https://issues.apache.org/jira/browse/SOLR-14549 Definitely make sure to clear cache to ensure that JS files aren't cached, but if that doesn't fix it see if SOLR-14549 is related. Kevin Risden On Thu, Oct 8, 2020 at 9:38 AM E

Re: can't connect to SOLR with JDBC url

2020-11-09 Thread Kevin Risden
t Solr, the embedded ZK is on localhost:9983 so the JDBC connection string should be: jdbc:solr://localhost:9983?collection=test Assuming your collection name is test. Kevin Risden On Fri, Nov 6, 2020 at 11:31 AM Vincent Bossuet wrote: > Hi all :) > > I'm trying to connect to S

Re: FW: Vulnerabilities in SOLR 8.6.2

2020-11-13 Thread Kevin Risden
As far as I can tell only your first and 5th emails went through. Either way, Cassandra responded on 20200929 - ~15 hrs after your first message: http://mail-archives.apache.org/mod_mbox/lucene-solr-user/202009.mbox/%3Cbe447e96-60ed-4a40-88dd-9e0c28be6c71%40Spark%3E Kevin Risden On Fri, Nov 13

Re: solr 7.x sql query returns null

2019-04-18 Thread Kevin Risden
Do you have multiple shards (including replicas) on the same host for the collection in question? Do the number of shards per host change on the export/index? Kevin Risden On Thu, Apr 18, 2019, 20:50 Joel Bernstein wrote: > That stack trace points here: > > https://github.com/apac

Re: Status of solR / HDFS-v3 compatibility

2019-05-02 Thread Kevin Risden
been released yet, but also don't think it was updated. Kevin Risden On Thu, May 2, 2019 at 9:32 AM Nicolas Paris wrote: > Hi > > solr doc [1] says it's only compatible with hdfs 2.x > is that true ? > > > [1]: http://lucene.apache.org/solr/guide/7_7/running-solr-on-hdfs.html > > -- > nicolas >

Re: SolrJ, CloudSolrClient and basic authentication

2019-06-03 Thread Kevin Risden
instead of waiting for the 401 from the server. Kevin Risden On Fri, May 31, 2019 at 4:28 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Dimitris, > > On 6/1/18 02:46, Dimitris Kardarakos wrote: > > T

Re: Odd error with Solr 8 log / ingestion

2019-06-06 Thread Kevin Risden
lipse/jetty.project/issues/3605 Kevin Risden On Thu, Jun 6, 2019 at 2:38 PM Erick Erickson wrote: > Probably your packet size is too big for the Solr<->Solr default settings. > Quick test would be to try sending 10 docs per packet, then 100, then 1,000 > etc. > > There’s not much to

Re: Solr Cloud Kerberos cookie rejected spnego

2019-06-23 Thread Kevin Risden
I don't think a Kerberos ticket without the hostname makes sense. You almost always need a valid hostname and DNS for Kerberos to work successfully. Kevin Risden On Sun, Jun 23, 2019 at 10:54 AM Rakesh Enjala wrote: > Hi Team, > > Enabled solrcloud-7.4.0 with kerberos. Wh

Re: How to use Parallel SQL Interface when basic auth is enabled on Solr cluster

2019-07-24 Thread Kevin Risden
Pretty sure you are running into https://issues.apache.org/jira/browse/SOLR-8213 Always looking for patches to help improve things :) Kevin Risden On Wed, Jul 24, 2019 at 4:50 AM Suril Shah wrote: > Hi, > I am using Solr Version 7.6.0 where Basic Authentication is enabled. I am >

Re: Solr on HDFS

2019-08-02 Thread Kevin Risden
> > If you think about it, having a shard with 3 replicas on top of a file system that does 3x replication seems a little excessive! https://issues.apache.org/jira/browse/SOLR-6305 should help here. I can take a look at merging the patch since looks like it has been helpful to others.

Re: Clustering error in Solr 8.2.0

2019-08-08 Thread Kevin Risden
if it still uses commons-lang. You could also copy in commons-lang dependency. Kevin Risden On Thu, Aug 8, 2019 at 10:23 PM Zheng Lin Edwin Yeo wrote: > Hi Erick, > > Thanks for your reply. > > My clustering code is taken as it is from the Solr package, only the codes > related t

Re: Active directory integration in Solr

2019-11-20 Thread Kevin Risden
I wouldn't expose Solr to the internet or directly without some sort of API. Whether you do authentication/authorization at the API is a separate question. Kevin Risden On Wed, Nov 20, 2019 at 1:54 PM Jörn Franke wrote: > I would not give users directly access to Solr - even with LDAP

Re: CVE-2017-7525 fix for Solr 7.7.x

2019-12-18 Thread Kevin Risden
There are no specific plans for any 7.x branch releases that I'm aware of. Specifically for SOLR-13110, that required upgrading Hadoop 2.x to 3.x for specifically jackson-mapper-asl and there are no plans to backport that to 7.x even if there was a future 7.x release. Kevin Risden On Wed

Re: Client Cert Broken in Solr 8.2.0 because of a Jetty Issue (workaround included)

2019-12-19 Thread Kevin Risden
Thanks for the report Ryan. It looks like this fell through the cracks and was reported a second time in Jira. https://issues.apache.org/jira/browse/SOLR-14106 I have a patch up there that should help with some comments about multiple clientAuth certificates. Kevin Risden On Fri, Sep 27, 2019

Re: Solr 8.4.0 Cloud Graph is not shown due to CSP

2020-01-07 Thread Kevin Risden
force refresh the UI to make sure nothing is cached. Idk if that is in play here but doesn't hurt. [1] https://issues.apache.org/jira/browse/SOLR-13982 [2] https://issues.apache.org/jira/browse/SOLR-13987 Kevin Risden On Tue, Jan 7, 2020, 11:15 Jörn Franke wrote: > Dear all, > > I

Re: ConnectionImpl.isValid() does not behave as described in Connection javadocs

2020-01-21 Thread Kevin Risden
Nick - Feel free to open a Jira and PR. I think the disconnect is the meaning of timeout=0 between JDBC and the Solr client. Kevin Risden On Sun, Jan 19, 2020 at 3:34 PM Nick Vercammen wrote: > I think so as the ConnectionImpl in solr is not in line with the > description of th