<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problems with solr when migratin from Alfresco 5.2 to 6.2 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130036#M35176</link>
    <description>&lt;P&gt;Solr used 100gb while indexing and took 2 days crashing sometimes, but eventually it commited the whole tlog and now the index is much smaller.&lt;/P&gt;&lt;P&gt;Now it's working fine...&lt;/P&gt;</description>
    <pubDate>Fri, 17 Sep 2021 12:21:26 GMT</pubDate>
    <dc:creator>iohann95</dc:creator>
    <dc:date>2021-09-17T12:21:26Z</dc:date>
    <item>
      <title>Problems with solr when migratin from Alfresco 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130027#M35167</link>
      <description>&lt;P&gt;I'm having serious troubles trying to migrate my data from alfresco 5.2 to 6.2.&lt;/P&gt;&lt;P&gt;Everything works but when the reindex is happening, all sort of errors happen, the one that are blocking me this time is:&lt;/P&gt;&lt;PRE&gt;solr6_1                  | 2021-08-26 03:15:01.896 WARN  (qtp868964689-12) [   ] o.a.s.h.a.LukeRequestHandler Error getting file length for [segments_1x]
solr6_1                  | java.nio.file.NoSuchFileException: /opt/alfresco-search-services/data/archive/index/segments_1x
solr6_1                  |      at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
solr6_1                  |      at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
solr6_1                  |      at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
solr6_1                  |      at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
solr6_1                  |      at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149)
solr6_1                  |      at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
solr6_1                  |      at java.base/java.nio.file.Files.readAttributes(Files.java:1764)
solr6_1                  |      at java.base/java.nio.file.Files.size(Files.java:2381)
solr6_1                  |      at org.apache.lucene.store.FSDirectory.fileLength(FSDirectory.java:243)
solr6_1                  |      at org.apache.lucene.store.NRTCachingDirectory.fileLength(NRTCachingDirectory.java:128)
solr6_1                  |      at org.apache.solr.handler.admin.LukeRequestHandler.getFileLength(LukeRequestHandler.java:615)
solr6_1                  |      at org.apache.solr.handler.admin.LukeRequestHandler.getIndexInfo(LukeRequestHandler.java:588)
solr6_1                  |      at org.apache.solr.handler.admin.CoreAdminOperation.getCoreStatus(CoreAdminOperation.java:348)
solr6_1                  |      at org.apache.solr.handler.admin.StatusOp.execute(StatusOp.java:48)
solr6_1                  |      at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
solr6_1                  |      at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
solr6_1                  |      at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
solr6_1                  |      at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
solr6_1                  |      at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:748)
solr6_1                  |      at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
solr6_1                  |      at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
solr6_1                  |      at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)
solr6_1                  |      at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)
solr6_1                  |      at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
solr6_1                  |      at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:583)
solr6_1                  |      at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
solr6_1                  |      at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
solr6_1                  |      at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
solr6_1                  |      at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
solr6_1                  |      at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:513)
solr6_1                  |      at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
solr6_1                  |      at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
solr6_1                  |      at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
solr6_1                  |      at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
solr6_1                  |      at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)
solr6_1                  |      at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
solr6_1                  |      at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
solr6_1                  |      at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
solr6_1                  |      at org.eclipse.jetty.server.Server.handle(Server.java:539)
solr6_1                  |      at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:333)
solr6_1                  |      at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
solr6_1                  |      at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
solr6_1                  |      at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
solr6_1                  |      at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
solr6_1                  |      at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
solr6_1                  |      at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
solr6_1                  |      at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
solr6_1                  |      at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
solr6_1                  |      at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
solr6_1                  |      at java.base/java.lang.Thread.run(Thread.java:829)&lt;/PRE&gt;&lt;P&gt;After that error the reindex seems to stop.&lt;/P&gt;&lt;P&gt;Thats a strange error to happen since I didn't brought the index from the old version since it's not compatible.&lt;/P&gt;&lt;P&gt;I'm using the alfresco community docker installer:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-docker-installer" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-docker-installer&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 03:29:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130027#M35167</guid>
      <dc:creator>iohann95</dc:creator>
      <dc:date>2021-08-26T03:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with solr when migratin from Alfresco 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130028#M35168</link>
      <description>&lt;P&gt;Sorry for the double post but now i'm also getting this error several times:&lt;/P&gt;&lt;PRE&gt;solr6_1                  | 2021-08-26 03:34:31.427 ERROR (org.alfresco.solr.AlfrescoCoreAdminHandler@63a5e46c_Worker-2) [   ] o.a.s.h.RequestHandlerBase java.lang.NullPointerException
solr6_1                  |      at org.apache.solr.update.UpdateLog.lookup(UpdateLog.java:968)
solr6_1                  |      at org.apache.solr.handler.component.RealTimeGetComponent.process(RealTimeGetComponent.java:219)
solr6_1                  |      at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:296)
solr6_1                  |      at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
solr6_1                  |      at org.alfresco.solr.SolrInformationServer.executeQueryRequest(SolrInformationServer.java:3387)
solr6_1                  |      at org.alfresco.solr.SolrInformationServer.getTrackerInitialState(SolrInformationServer.java:1415)
solr6_1                  |      at org.alfresco.solr.tracker.AbstractTracker.getTrackerState(AbstractTracker.java:332)
solr6_1                  |      at org.alfresco.solr.tracker.AbstractTracker.track(AbstractTracker.java:227)
solr6_1                  |      at org.alfresco.solr.tracker.ActivatableTracker.track(ActivatableTracker.java:97)
solr6_1                  |      at org.alfresco.solr.tracker.TrackerJob.execute(TrackerJob.java:60)
solr6_1                  |      at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
solr6_1                  |      at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
solr6_1                  |
solr6_1                  | 2021-08-26 03:34:31.429 ERROR (org.alfresco.solr.AlfrescoCoreAdminHandler@63a5e46c_Worker-2) [   ] o.a.s.SolrInformationServer Got no response from a tracker initial state request.
solr6_1                  | 2021-08-26 03:34:31.437 ERROR (org.alfresco.solr.AlfrescoCoreAdminHandler@63a5e46c_Worker-12) [   ] o.a.s.h.RequestHandlerBase java.lang.NullPointerException
solr6_1                  |      at org.apache.solr.update.UpdateLog.lookup(UpdateLog.java:968)
solr6_1                  |      at org.apache.solr.handler.component.RealTimeGetComponent.process(RealTimeGetComponent.java:219)
solr6_1                  |      at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:296)
solr6_1                  |      at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
solr6_1                  |      at org.alfresco.solr.SolrInformationServer.executeQueryRequest(SolrInformationServer.java:3387)
solr6_1                  |      at org.alfresco.solr.SolrInformationServer.getTrackerInitialState(SolrInformationServer.java:1415)
solr6_1                  |      at org.alfresco.solr.tracker.ShardStatePublisher.getTrackerState(ShardStatePublisher.java:123)
solr6_1                  |      at org.alfresco.solr.tracker.AbstractTracker.track(AbstractTracker.java:227)
solr6_1                  |      at org.alfresco.solr.tracker.TrackerJob.execute(TrackerJob.java:60)
solr6_1                  |      at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
solr6_1                  |      at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
solr6_1                  |&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Aug 2021 03:36:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130028#M35168</guid>
      <dc:creator>iohann95</dc:creator>
      <dc:date>2021-08-26T03:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with solr when migratin from Alfresco 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130029#M35169</link>
      <description>&lt;P&gt;How are you deploying Alfresco?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 07:28:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130029#M35169</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-08-26T07:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with solr when migratin from Alfresco 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130030#M35170</link>
      <description>&lt;P&gt;I'm using the community docker installer: &lt;A href="https://github.com/Alfresco/alfresco-docker-installer" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-docker-installer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And also the alfresco s3 adapter (version 1.2.1)&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Iohann&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 11:18:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130030#M35170</guid>
      <dc:creator>iohann95</dc:creator>
      <dc:date>2021-08-26T11:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with solr when migratin from Alfresco 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130031#M35171</link>
      <description>&lt;P&gt;That should be a problem with Docker Volumes binding for SOLR. Review that section in project documentation in order to be sure that everything is working fine.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 15:13:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130031#M35171</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-08-26T15:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with solr when migratin from Alfresco 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130032#M35172</link>
      <description>&lt;P&gt;I don't know... solr is able to reach the folder. The index sometimes grows to about 2gb but then it&amp;nbsp; hangs. Looking at Solr Admin it seems to always hang at aroung 130k docs in the index.&lt;/P&gt;&lt;P&gt;I even installed another machine with the same configurations, but without data migration, and it works just fine...&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 18:30:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130032#M35172</guid>
      <dc:creator>iohann95</dc:creator>
      <dc:date>2021-08-26T18:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with solr when migratin from Alfresco 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130033#M35173</link>
      <description>&lt;P&gt;How many RAM is assigned to your SOLR Docker service?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 06:32:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130033#M35173</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-08-27T06:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with solr when migratin from Alfresco 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130034#M35174</link>
      <description>&lt;P&gt;Did you try increasing RAM for this service?&lt;/P&gt;
&lt;P&gt;This may be a cause of your system running consistently but failing from 130k docs.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 14:58:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130034#M35174</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-08-27T14:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with solr when migratin from Alfresco 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130035#M35175</link>
      <description>&lt;P&gt;I try a few hours ago:&lt;/P&gt;&lt;PRE&gt;    solr6:
        build:
          context: ./search
          args:
            SEARCH_TAG: $SEARCH_CE_TAG
            SOLR_HOSTNAME: solr6
            ALFRESCO_HOSTNAME: alfresco
            ALFRESCO_COMMS: none
            CROSS_LOCALE: "true"
        mem_limit: 4096m
        environment:
            #Solr needs to know how to register itself with Alfresco
            SOLR_ALFRESCO_HOST: "alfresco"
            SOLR_ALFRESCO_PORT: "8080"
            #Alfresco needs to know how to call solr
            SOLR_SOLR_HOST: "solr6"
            SOLR_SOLR_PORT: "8983"
            #Create the default alfresco and archive cores
            SOLR_CREATE_ALFRESCO_DEFAULTS: "alfresco,archive"
            SOLR_JAVA_MEM: "-Xms3584m -Xmx3584m"
            SOLR_OPTS: "
                -XX:NewSize=2048m
                -XX:MaxNewSize=2048m
            "
        volumes: 
            - ./data/solr-data:/opt/alfresco-search-services/data  &lt;/PRE&gt;&lt;P&gt;Same result... in solr admin, "archive" core shows around 134k documents indexed. "alfresco" core, shows around 9k&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="001.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1119i319B644DB38ACAC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="002.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1121i07F44823A306030C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;just a note: my previous message is missing: i didn't deleted it.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 16:38:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130035#M35175</guid>
      <dc:creator>iohann95</dc:creator>
      <dc:date>2021-08-27T16:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with solr when migratin from Alfresco 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130036#M35176</link>
      <description>&lt;P&gt;Solr used 100gb while indexing and took 2 days crashing sometimes, but eventually it commited the whole tlog and now the index is much smaller.&lt;/P&gt;&lt;P&gt;Now it's working fine...&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 12:21:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130036#M35176</guid>
      <dc:creator>iohann95</dc:creator>
      <dc:date>2021-09-17T12:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with solr when migratin from Alfresco 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130037#M35177</link>
      <description>&lt;P&gt;Hi Johann,&lt;/P&gt;&lt;P&gt;We are having the same problems, so I read you post. But I cannot figure out what exactly you did to solve your problems.&lt;/P&gt;&lt;P&gt;Can you explain??&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wybrand.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 14:39:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130037#M35177</guid>
      <dc:creator>wybrand</dc:creator>
      <dc:date>2021-11-29T14:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with solr when migratin from Alfresco 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130038#M35178</link>
      <description>&lt;P&gt;Hi Wybrand,&lt;/P&gt;&lt;P&gt;Basically I allocated a bunch of ram to Solr service, if I recall I put 6144mb on mem_limit. I also changed Xmx and Xms to 4608mb. I intentionally left some wiggle room because otherwise the docker container kept crashing with error 137.&lt;/P&gt;&lt;P&gt;tlog when not comitted seems to also eat alot of HDD, so mind that also.&lt;/P&gt;&lt;P&gt;After reinxed completed I changed back the configurations. I'm no expert, but that's what worked for me.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 13:33:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130038#M35178</guid>
      <dc:creator>iohann95</dc:creator>
      <dc:date>2021-12-07T13:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with solr when migratin from Alfresco 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130039#M35179</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I encountered this issue. Where did adjust the solr memory it is in sorl GUI?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 15:38:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-with-solr-when-migratin-from-alfresco-5-2-to-6-2/m-p/130039#M35179</guid>
      <dc:creator>theDreamer</dc:creator>
      <dc:date>2024-04-07T15:38:53Z</dc:date>
    </item>
  </channel>
</rss>

