tkobayas commented on issue #6363:
URL: 
https://github.com/apache/incubator-kie-drools/issues/6363#issuecomment-3087557152

   Hi, @chanwooDev   Thank you for reporting.
   
   I'm afraid that I'm not yet fully understanding the issue you reported.
   
   In the `main` branch, the `compileRulesLevel` method exists in 
`ImmutableRuleCompilationPhase`.
   
   
https://github.com/apache/incubator-kie-drools/blob/main/drools-compiler/src/main/java/org/drools/compiler/builder/impl/processors/ImmutableRuleCompilationPhase.java#L272-L286
   
   The parallel build logic is the same as `KnowledgeBuilderImpl` in 
`7.74.0.Final` which you mentioned.
   
   The code uses `ForkJoinPoolHolder.COMPILER_POOL` instead of the default 
common pool.
   
   So this code is not a problem or you may say it's already fixed, correct?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to