Uploaded image for project: 'JBRULES'
  1. JBRULES
  2. JBRULES-1348

Incorrect hash code calculation for character attributes in alpha hashing optimization

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Hide

      Set a high threshold value for hashing, either using the API:

      RuleBaseConfiguration conf = new RuleBaseConfiguration();
      conf.setAlphaNodeHashingThreshold( 999 );
      RuleBase base = RuleBaseFactory.newRuleBase( conf );

      Or by setting the system property:

      drools.alphaNodeHashingThreshold = 999

      Show
      Set a high threshold value for hashing, either using the API: RuleBaseConfiguration conf = new RuleBaseConfiguration(); conf.setAlphaNodeHashingThreshold( 999 ); RuleBase base = RuleBaseFactory.newRuleBase( conf ); Or by setting the system property: drools.alphaNodeHashingThreshold = 999

    Description

      Alpha hashing is incorrect calculating hash codes for character attributes.

      Attachments

        Activity

          People

            etirelli@redhat.com Edson Tirelli
            etirelli@redhat.com Edson Tirelli
            Archiver:
            rhn-support-ceverson Clark Everson

            Dates

              Created:
              Updated:
              Resolved:
              Archived:

              PagerDuty