Activity
From 10/13/2025 to 11/11/2025
11/11/2025
- 06:29 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Constantin Asofiei wrote:
> Octavian, I'm looking through the code, but some things that stand out:
> * there are g... - 05:43 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Octavian, I'm looking through the code, but some things that stand out:
* there are global variables in the cfg for ...
11/10/2025
- 08:45 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Constantin Asofiei wrote:
> Octavian, please rebase 1752a - I'll review after that.
Rebased branch *1752a* with *... - 03:21 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Octavian, please rebase 1752a - I'll review after that.
- 08:04 PM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Octavian Adrian Gavril wrote:
> I tested the callgraph with *1752a*. There were some issues related to reports gener...
11/07/2025
- 10:54 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I tested the callgraph with *1752a*. There were some issues related to reports generation. I moved that processing in...
11/06/2025
- 08:59 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I've committed new changes into *1752a/16236*.
Initially, I wanted to avoid multiple calls of @applyGlobal@ method...
11/03/2025
- 09:42 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- The @root@ nullify was triggered due to @autoload@ flag which is set in the global rules. As my implementation call @...
- 03:10 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Ovidiu Maxiniuc wrote:
> I think the changes in note 192 is not correct. Beside the conversion, @ContextLocal@ objec...
10/31/2025
- 02:16 PM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I think the changes in note 192 is not correct. Beside the conversion, @ContextLocal@ objects are extensively used du...
- 09:58 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I did this changes in @ContextLocal$Fallback.get()@ in order to allow the @null@ assignation from TRPL expressions of...
10/28/2025
- 03:52 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I've committed a last change that ensures singlethreaded execution of callgraph. The change is in *1752a/16235*. I cr...
- 03:09 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Greg Shah wrote:
> If the problem is not caused by 1752a then it can be split off.
Yes, the issue is also on *trunk...
10/27/2025
- 11:06 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- If the problem is not caused by 1752a then it can be split off.
- 10:55 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I think the reason why the file paths are broken is that here the absolute path is @[p2j_home]/deploy/server/@:
<pre... - 10:20 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- > Indeed, those are not marked hidden during the callgraph but the simple running of ant callgraph use the ASTs from ...
- 10:18 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Greg Shah wrote:
> That should not be an issue. Those get marked hidden during conversion but not during callgraph.... - 09:40 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Octavian Adrian Gavril wrote:
> I think the root cause with the callgraph generation is that the @PROCEDURE@ ASTs ar... - 07:58 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I think the root cause with the callgraph generation is that the @PROCEDURE@ ASTs are marked with @hidden=true@. This...
10/24/2025
- 09:30 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Greg Shah wrote:
> I have no objection. It can be put the change into the current changes.
>
> Constantin?
Curr... - 09:24 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I have no objection. It can be put the change into the current changes.
Constantin? - 08:10 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- It seems I had to add new individual indexes with other properties to avoid those @Timed out@ errors:...
- 06:31 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I noticed that the first processed index that generates @Timed out (PT1M)@ is @nodetypeappentrypoint@. This index is ...
- 02:48 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I suspect there is an issue with the @CallGraph.getGraph()@ method. It is experiencing excessive runtime delays and e...
10/23/2025
- 05:13 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Is it @PROCEDURE adm-clone-props :@?
If you look in @load_code_set.xml@, @descent-rules@ on ~190 will call @push_c... - 04:48 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I'm trying to run the callgraph for @hotel_gui@ with *trunk* and I get this type of error:
* @Could not find contai...
10/22/2025
- 09:22 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- As we discussed in yesterday's meeting, I've committed other changes that move @callgraph@ execution into singlethrea...
- 07:56 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I've committed the latest changes related to sharing a single engine for each profile during runtime conversion. I te...
10/14/2025
- 02:25 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Greg Shah wrote:
> I assume this means that we still have 1 pattern engine instance per profile and we just rework i...
10/13/2025
- 10:20 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I like the idea that the conversation threads will process their own query/temp-table creation. This would avoid the...
- 09:07 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- > Can you be more specific here? The current approach for runtime queries already does share pattern engine instance...
- 08:30 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- > we can take advantage of the engine-sharing capability mentioned in *1752a*
Can you be more specific here? The ...
Also available in: Atom