JMX generation number is wrong

2013-02-14 Thread Aristedes Maniatis
it rather hard to check if the slaves are lagging behind. Is this a defect in the JMX properties in Solr and I should file a Jira? Ari -- -- Aristedes Maniatis GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A

Re: JMX generation number is wrong

2013-02-18 Thread Aristedes Maniatis
Should I log a defect in Jira for this? Ari Maniatis On 14/02/13 6:50pm, Aristedes Maniatis wrote: I'm trying to monitor the state of a master-slave Solr4.1 cluster. I can easily get the generation number of the slaves using JMX like this: solr/{corename

Re: loading zookeeper data

2016-07-24 Thread Aristedes Maniatis
I don't need to worry about all those Solr dependencies for zksh), and a Jenkins job that can be triggered to run the deployment to either staging or production. A few new holes in my firewall and I'll be done. Unfortunate new points of failure and complexity, but I can't think of anything simp

Re: loading zookeeper data

2016-07-24 Thread Aristedes Maniatis
I don't need to worry about all those Solr dependencies for zksh), and a Jenkins job that can be triggered to run the deployment to either staging or production. A few new holes in my firewall and I'll be done. Unfortunate new points of failure and complexity, but I can't think of anything simp

Re: loading zookeeper data

2016-07-22 Thread Aristedes Maniatis
On 22/07/2016 5:22pm, Aristedes Maniatis wrote: > But then what? In the production cluster it seems I then need to > > 1. Grab the latest configuration bundle for each core and unpack them > 2. Launch Java > 3. Execute the Solr jars (from the production server since it must

loading zookeeper data

2016-07-22 Thread Aristedes Maniatis
unch the right version of Java, download the right Solr version and execute against that. And maybe that can run from Jenkins as a "release" step. Is that a good approach? Cheers Ari -- ------> Aristedes Maniatis CEO, ish https://www.ish.com.au GPG fingerprint CB

JNDI settings

2016-09-12 Thread Aristedes Maniatis
that's part of the packaged application which will be upgraded from time to time. Should it go into solr.xml inside the solr.home directory? If so, what's the right syntax there? Ari -- --> Aristedes Maniatis GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3

Re: solr 5 leaving tomcat, will I be the only one fearing about this?

2016-10-08 Thread Aristedes Maniatis
On 9/10/16 11:11am, Aristedes Maniatis wrote: > * deployment is also scattered: > - Solr platform specific package manager (pkg in FreeBSD in my case, which > I've had to write myself since it didn't exist) > - updating config files above > - writing custom scripts to

Re: solr 5 leaving tomcat, will I be the only one fearing about this?

2016-10-08 Thread Aristedes Maniatis
ment into our version controlled source repository except for one context.xml file that contained server specific deployment options. Nice. The new arrangement is a mess. Ari -- ------> Aristedes Maniatis GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A

Re: solr 5 leaving tomcat, will I be the only one fearing about this?

2016-10-10 Thread Aristedes Maniatis
r script to create them and start the population of the data. 4. Do I now need some other command or process to push the JDBC passwords into Zookeeper from my secure store? Could Solr automatically provision new collections purely from the data stored in Zookeeper? Cheers Ari > On Sun, Oct

Re: JNDI settings

2016-09-21 Thread Aristedes Maniatis
On 13/09/2016 1:29am, Aristedes Maniatis wrote: > I am using Solr 5.5 and wanting to add JNDI settings to Solr (for data > import). I'm new to Solr Cloud setup (previously I was running Solr running > as a custom bundled war) so I can't figure where to put the JNDI settings > wi

Re: JNDI settings

2016-09-28 Thread Aristedes Maniatis
tomcat deployment practices were simple enough. But I like the approach you point out with the DIH file. Not as good as JNDI, but at least it gives us a place outside the Solr install where we can put DB connection details. Thanks for that. Ari -- ------> Aristedes Maniatis

Re: JNDI settings

2016-09-26 Thread Aristedes Maniatis
On 21/09/2016 9:15pm, Aristedes Maniatis wrote: > On 13/09/2016 1:29am, Aristedes Maniatis wrote: >> I am using Solr 5.5 and wanting to add JNDI settings to Solr (for data >> import). I'm new to Solr Cloud setup (previously I was running Solr running >> as a custom bundled w

Re: solr 5 leaving tomcat, will I be the only one fearing about this?

2016-10-09 Thread Aristedes Maniatis
mage (we shouldn't be doing that, I know) and put the resulting images > into our private Docker repository > > Aristedes Maniatis <a...@maniatis.org> schrieb am So., 9. Okt. 2016 um > 02:14 Uhr: > >> On 9/10/16 11:11am, Aristedes Maniatis wrote: >>> * deployment is a

Re: Solr as am html cache

2016-11-21 Thread Aristedes Maniatis
about half the raw HTML size, > we've usually seen about a 2:1 compression ratio. With a zillion docs > that could be sizeable, but disk space is cheap. > > > Best, > Erick > > On Mon, Nov 21, 2016 at 8:08 AM, Aristedes Maniatis > <amania...@apache.org

Solr as am html cache

2016-11-21 Thread Aristedes Maniatis
cluster of services? Are there downsides to this I haven't thought of? How does Solr scale with record size? Cheers Ari -- --> Aristedes Maniatis GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A

JMX property keys

2017-06-08 Thread Aristedes Maniatis
e Solr cores expose themselves to JMX? Please cc me since I'm not subscribed here. Cheers Ari -- ------> Aristedes Maniatis CEO, ish https://www.ish.com.au GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A signature.asc Description: OpenPGP digital signature

Writing config directly to zookeeper

2018-04-17 Thread Aristedes Maniatis
Is there any difference between using the tools supplied with Solr to write configuration to Zookeeper or just writing directly to our Zookeeper cluster? We have tooling that makes it much easier to write directly to ZK rather than having to use yet another tool to do it. Thanks Ari