Thank you for your answer, Jan! On Wed, Jun 2, 2021 at 10:07 AM Jan Høydahl <[email protected]> wrote:
> Hi > > I think the more important question to ask here is whether you have a > supported Java JRE for that architecture, and the answer is of course yes. > The project don't really have a list of supported and unsupported > hardware. It's more that we know that some less used JVMs may have more > issues than others, and some platforms (Windows, BSD) receive less testing > than Linux. > Java and Solr don't care much what CPU you're on, so I think you're good > to go :) > What you say is mostly true! But we have faced some issues with other Java based software that use native libraries (or some of their dependencies use native libraries). Most of the compression libraries, like Protobuf, Snappy, etc., use native libs and this could lead to problems if using old versions of such libraries. As I said we didn't face any problems so far with Solr but we don't use all its features too, so there might be something still uncovered. Are there any other Linux ARM64 Solr users out there ? Some positive feedback from production usage would give us some confidence! > > Jan > > > 2. jun. 2021 kl. 08:46 skrev Julien Faye <[email protected]>: > > > > Hello, > > > > At work we have started deploying some of our backend services on ARM64 > > machines, on Linux. > > Recently we ran some tests of Solr and so far we didn't have any issues! > > Before spending more time on functional and performance testing I wanted > to > > ask whether Linux ARM64 is an officially supported platform for Solr and > > Lucene ? Should I expect help here and in JIRA if we face problems ? > > > > Thank you! > > > > Regards, > > Julien > >
