[dev help wanted] SOLR-17074: incorrectly escaped quotes in bin/solr script

2024-01-16 Thread Christine Poerschke (BLOOMBERG/ LONDON)
Hi Everyone,

Two issues of incorrect quoting in the bin/solr script have been identified - 
would you be interested in contributing to fix them?

Please see https://issues.apache.org/jira/browse/SOLR-17074 for details.

Thanks,
Christine

Re: [dev help wanted] SOLR-17074: incorrectly escaped quotes in bin/solr script

2024-01-16 Thread Vincenzo D'Amore
Hi Christine, I can try it.

On Tue, Jan 16, 2024 at 12:39 PM Christine Poerschke (BLOOMBERG/ LONDON) <
cpoersc...@bloomberg.net> wrote:

> Hi Everyone,
>
> Two issues of incorrect quoting in the bin/solr script have been
> identified - would you be interested in contributing to fix them?
>
> Please see https://issues.apache.org/jira/browse/SOLR-17074 for details.
>
> Thanks,
> Christine



-- 
Vincenzo D'Amore


Re: [dev help wanted] SOLR-17074: incorrectly escaped quotes in bin/solr script

2024-01-16 Thread David Smiley
Nearby there's https://issues.apache.org/jira/browse/SOLR-17112 as well;
rather trivial

On Tue, Jan 16, 2024 at 6:57 AM Vincenzo D'Amore  wrote:

> Hi Christine, I can try it.
>
> On Tue, Jan 16, 2024 at 12:39 PM Christine Poerschke (BLOOMBERG/ LONDON) <
> cpoersc...@bloomberg.net> wrote:
>
> > Hi Everyone,
> >
> > Two issues of incorrect quoting in the bin/solr script have been
> > identified - would you be interested in contributing to fix them?
> >
> > Please see https://issues.apache.org/jira/browse/SOLR-17074 for details.
> >
> > Thanks,
> > Christine
>
>
>
> --
> Vincenzo D'Amore
>


Re: [dev help wanted] SOLR-17074: incorrectly escaped quotes in bin/solr script

2024-01-16 Thread Vincenzo D'Amore
Hi David, I'll take a look at it after.

On Tue, Jan 16, 2024 at 2:23 PM David Smiley  wrote:

> Nearby there's https://issues.apache.org/jira/browse/SOLR-17112 as well;
> rather trivial
>
> On Tue, Jan 16, 2024 at 6:57 AM Vincenzo D'Amore 
> wrote:
>
> > Hi Christine, I can try it.
> >
> > On Tue, Jan 16, 2024 at 12:39 PM Christine Poerschke (BLOOMBERG/ LONDON)
> <
> > cpoersc...@bloomberg.net> wrote:
> >
> > > Hi Everyone,
> > >
> > > Two issues of incorrect quoting in the bin/solr script have been
> > > identified - would you be interested in contributing to fix them?
> > >
> > > Please see https://issues.apache.org/jira/browse/SOLR-17074 for
> details.
> > >
> > > Thanks,
> > > Christine
> >
> >
> >
> > --
> > Vincenzo D'Amore
> >
>


-- 
Vincenzo D'Amore


Node roles vs SIP-20 Separation of Compute and Storage

2024-01-16 Thread rajani m
Hi All,

   Saw a post on the dev-mailing list about  SIP-20 Separation of Compute
and Storage
.
Trying to understand what extra features it adds when compared to
configuring a solrcloud cluster by leveraging node roles

?

Thanks,
Rajani


Upgrade SolrCloud with external cluster Apache Zookeeper

2024-01-16 Thread Sandra Paganini Fajardo
Hi,my name is Sandra. I am from Uruguay.
I have a three server cluster Solr 7.7 with Apache Zookeeper 3.5.5.
I want to upgrade both.

Solr 7.7 --> 8.11 --> 9.4.0
Apache Zookeeper 3.5.5 t-- > 3.6.5 --> 3.9

My questions are:
- Can SolrCloud 8.11 works with Apache Zookeeper v3.9?
- Which of both i have to upgrade first?

tks sandra


Re: Upgrade SolrCloud with external cluster Apache Zookeeper

2024-01-16 Thread Thomas Corthals
Hi Sandra,

You can't upgrade more than one major Solr version. Solr 9 will refuse to
work with a core that has ever been touched by Solr 7.


My advice for any upgrade is to set up the new version from scratch and
rebuild your index from the authoritative data source.


Thomas

Op di 16 jan 2024 om 18:37 schreef Sandra Paganini Fajardo <
spagani...@gmail.com>:

> Hi,my name is Sandra. I am from Uruguay.
> I have a three server cluster Solr 7.7 with Apache Zookeeper 3.5.5.
> I want to upgrade both.
>
> Solr 7.7 --> 8.11 --> 9.4.0
> Apache Zookeeper 3.5.5 t-- > 3.6.5 --> 3.9
>
> My questions are:
> - Can SolrCloud 8.11 works with Apache Zookeeper v3.9?
> - Which of both i have to upgrade first?
>
> tks sandra
>


Re: Upgrade SolrCloud with external cluster Apache Zookeeper

2024-01-16 Thread Sandra Paganini Fajardo
Hi Tomas, thanks for your answer.

But if i upgrade solr 7.7 to 8.11 and then solr version 8.11 to 9 works?

And what about Apache Zookeeper, can i upgrade to apache zookeeper 3.9 with
solr 7.7?

thanks.

pd. sorry about my english writting


El mar, 16 ene 2024 a las 15:15, Thomas Corthals ()
escribió:

> Hi Sandra,
>
> You can't upgrade more than one major Solr version. Solr 9 will refuse to
> work with a core that has ever been touched by Solr 7.
>
>
> My advice for any upgrade is to set up the new version from scratch and
> rebuild your index from the authoritative data source.
>
>
> Thomas
>
> Op di 16 jan 2024 om 18:37 schreef Sandra Paganini Fajardo <
> spagani...@gmail.com>:
>
> > Hi,my name is Sandra. I am from Uruguay.
> > I have a three server cluster Solr 7.7 with Apache Zookeeper 3.5.5.
> > I want to upgrade both.
> >
> > Solr 7.7 --> 8.11 --> 9.4.0
> > Apache Zookeeper 3.5.5 t-- > 3.6.5 --> 3.9
> >
> > My questions are:
> > - Can SolrCloud 8.11 works with Apache Zookeeper v3.9?
> > - Which of both i have to upgrade first?
> >
> > tks sandra
> >
>


Re: Upgrade SolrCloud with external cluster Apache Zookeeper

2024-01-16 Thread Dmitri Maziuk

On 1/16/24 12:34, Sandra Paganini Fajardo wrote:


And what about Apache Zookeeper, can i upgrade to apache zookeeper 3.9 with
solr 7.7?


I've 8.11 running with 3.9 w/o problems (but it's not in production yet).

As most people here will tell you, if you can set up a new cluster from 
scratch and import the data, you'll likely save yourself some time and 
headaches compared to in-place upgrading twice.


Dima




Re: Upgrade SolrCloud with external cluster Apache Zookeeper

2024-01-16 Thread Sandra Paganini Fajardo
Hi,

I have thought about it but i did not find any paper with this option or i
didn´t see it.
thank you very much.
Regards, sandra.


El mar, 16 ene 2024 a las 16:25, Dmitri Maziuk ()
escribió:

> On 1/16/24 12:34, Sandra Paganini Fajardo wrote:
>
> > And what about Apache Zookeeper, can i upgrade to apache zookeeper 3.9
> with
> > solr 7.7?
>
> I've 8.11 running with 3.9 w/o problems (but it's not in production yet).
>
> As most people here will tell you, if you can set up a new cluster from
> scratch and import the data, you'll likely save yourself some time and
> headaches compared to in-place upgrading twice.
>
> Dima
>
>
>