[jboss-jira] [JBoss JIRA] (DROOLS-2589) Indexing has not finished
Kylin Soong (JIRA)
issues at jboss.org
Mon Jun 4 21:35:00 EDT 2018
[ https://issues.jboss.org/browse/DROOLS-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13586439#comment-13586439 ]
Kylin Soong commented on DROOLS-2589:
-------------------------------------
The exact version is 7.5.0.Final-redhat-4, The I hit the issue in a customer POC with RHDM 7.0 on JBoss EAP 7.1. The initial requirement is that I want to put rules and facts I developed via JBDS to RHDM, for build & deploy and fire via kie-server.
* I have test if we only push 1 drl file with the description section steps, everything works fine.
* But if we push large volume of files(13 facts file, 5 dsl, dslr exl files and around 20 rules in one drl), git push, commit can success, but if open the console, the decision-central find that Indexing never finished
> Indexing has not finished
> -------------------------
>
> Key: DROOLS-2589
> URL: https://issues.jboss.org/browse/DROOLS-2589
> Project: Drools
> Issue Type: Bug
> Affects Versions: 7.5.0.Final
> Environment: * 7.5 from RHDM 7
> Reporter: Kylin Soong
> Assignee: Paulo Rego
>
> I have used the following steps to add rules and facts to RHDM git:
> * Create a project on RHDM decision-central
> * Clone it to local disk, do some change and commit
> {code}
> $ git clone ~/work/rhdm/jboss-eap-7.1/.niogit/sample-myrepo.git/ && cd sample-myrepo/logistics-freight-management
> $ rm -fr src/main/resources/
> $ cp -r ~/logistics-freight-management/src/main/resources/ src/main/
> $ mkdir -p src/main/java/com/sample/models
> $ cp ~/src/drools-examples/logistics-freight-management/src/main/java/com/sample/models/*.java src/main/java/com/sample/models/
> $ git add --all
> $ git commit -m "add facts and rules"
> $ git push
> {code}
> * Check from git, the rules and facts be imported to RHDM git, but log into decision-central and Assets panel shows that Indexing has not finished, but never ended.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list