[MGNLPER-133] Result ranker crashes at login Created: 08/Jun/20  Updated: 04/May/22  Resolved: 04/May/22

Status: Closed
Project: Periscope
Component/s: None
Affects Version/s: 1.2.1
Fix Version/s: None

Type: Bug Priority: Neutral
Reporter: Richard Gange Assignee: Unassigned
Resolution: Obsolete Votes: 0
Labels: SIGFPE, SIGILL, maintenance
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File image2.png     PNG File imge1.png    
Issue Links:
Problem/Incident
Relates
relates to MGNLPER-143 Out of memory still occurring as of 6... Closed
relates to BUILD-392 Update DL4J versions to latest beta (... Closed
causality
relation
is related to DOCU-2034 Remove AVX/AVX2 CPU support for CPU t... Closed
is related to MGNLPER-148 SIGILL - JVM core dump on M1 (apple s... Closed
Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:
Epic Link: Result Ranking Tech Issues

 Description   

Customers are reporting crashes at login due to the result ranker.

Workaround:

    <dependency>
      <groupId>info.magnolia.dx</groupId>
      <artifactId>magnolia-dx-core-webapp</artifactId>
      <type>pom</type>
      <exclusions>
        <exclusion>
          <groupId>info.magnolia.periscope</groupId>
          <artifactId>magnolia-periscope-result-ranker</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>info.magnolia.dx</groupId>
      <artifactId>magnolia-dx-core-webapp</artifactId>
      <type>war</type>
      <exclusions>
        <exclusion>
          <groupId>info.magnolia.periscope</groupId>
          <artifactId>magnolia-periscope-result-ranker</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

If you have trouble removing the module config due to the level 1/2 block you can use a groovy script:

module = "periscope-result-ranker"
session = MgnlContext.getJCRSession("config")
session.removeItem("/modules/" + module);
session.save();
println "done"


 Comments   
Comment by Federico Grilli [ 15/Jun/20 ]

Could be possibly fixed by BUILD-392

Comment by Laura Delnevo [ 04/May/22 ]

Marked as Obsolete, following the unbundling of the Periscope Ranking module. 

Further feedback on the Search functionality, its performance, and UI improvements will be taken into consideration by the Magnolia team as part of a broader initiative around "Find relevant content fast within Magnolia". Submit your feedback to us and we'll be in touch. 

Generated at Mon Feb 12 10:29:03 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.