Project

General

Profile

Activity

From 12/08/2025 to 01/06/2026

12/24/2025

01:33 PM Bug #8206: Logging manager issues
It needs to be tested in multiple runtime environments, including appserver and REST. Greg Shah
09:25 AM Bug #8206: Logging manager issues
Tomasz Domin wrote:
> Code review 8206b/16306, changes are good, no remarks.
Can this be merged to trunk?
Vladimir Tsichevski

12/19/2025

11:00 AM Bug #10963: appserver resiliency and self healing
Another great source of leak is @BufferManager.openBuffers@.
Considering the following scenario:
A persistent proce...
Artur Școlnic

12/18/2025

02:50 PM Bug #10963: appserver resiliency and self healing
Greg Shah wrote:
> What a terrible design. I wonder how many customer applications actually rely upon that state (m...
Carson Mader
02:36 PM Bug #10963: appserver resiliency and self healing
What a terrible design. I wonder how many customer applications actually rely upon that state (maybe without the dev... Greg Shah
02:23 PM Bug #10963: appserver resiliency and self healing
Artur Școlnic wrote:
> For unbound:
> [...]
They mean that if you do two requests in unbound mode, then the reques...
Constantin Asofiei
02:16 PM Bug #10963: appserver resiliency and self healing
For unbound:... Artur Școlnic
02:14 PM Bug #10963: appserver resiliency and self healing
I've checked again how PASOE leaves the session for both Session-managed and Session-free connections:
* connect to ...
Constantin Asofiei
02:09 PM Bug #10963: appserver resiliency and self healing
With bound sessions, that is understood. Binding makes a session stateful.
I'm asking about unbound stateless ses...
Greg Shah
02:07 PM Bug #10963: appserver resiliency and self healing
From the documentation:... Artur Școlnic
01:40 PM Bug #10963: appserver resiliency and self healing
Constantin: Are you saying that in OE, a "stateless" session is actually stateful instead of starting from an initial... Greg Shah
01:25 PM Bug #10963: appserver resiliency and self healing
Constantin Asofiei wrote:
> On the heap you provided, my concern are RecordBuffer instances kept in BufferManager a...
Artur Școlnic
01:17 PM Bug #10963: appserver resiliency and self healing
Artur, the context of a 4GL session can't be reset; see the docs at https://docs.progress.com/bundle/openedge-migrate... Constantin Asofiei
01:12 PM Bug #10963: appserver resiliency and self healing
Greg Shah wrote:
> Are we leaving the context in place until the next time that session is used? That would be a pr...
Artur Școlnic
09:53 AM Bug #10963: appserver resiliency and self healing
My original intention was that the context would be exited when a response was complete. In other words, we should b... Greg Shah
07:37 AM Bug #10963: appserver resiliency and self healing
I found another leak in @TxWrapper$WorkArea@, @deregisterDynamicBuffer@... Artur Școlnic
03:30 AM Bug #10963: appserver resiliency and self healing
Evidence points to @SecurityContext@ @tokenMap@ hogging the memory. The number of objects in the map is not changing,... Artur Școlnic
11:28 AM Feature #10685 (Internal Test): Move name_map.xml to the cvt folder
Greg Shah
01:44 AM Bug #10858 (Review): Replace capturing with non-capturing lambdas in getters and setters
*Hynek*: Please review 10858a/rev. 16301. Razvan-Nicolae Chichirau

12/17/2025

09:34 AM Bug #10963: appserver resiliency and self healing
The leak is not present with classic appserver, after 4k requests in batches of 20, the used heap is < 1Gb. Artur Școlnic
09:06 AM Bug #10963: appserver resiliency and self healing
Artur Școlnic wrote:
> I think the problem with the memory leak is with @Map<String, MultiSessionClientConnection> c...
Artur Școlnic
08:51 AM Bug #10963: appserver resiliency and self healing
It is definitely an issue, but the memory retention is not significant, solving it did not solve the greater memory l... Artur Școlnic
07:54 AM Bug #10963: appserver resiliency and self healing
I think the problem with the memory leak is with @Map<String, MultiSessionClientConnection> connections = new Concurr... Artur Școlnic
05:00 AM Bug #10963: appserver resiliency and self healing
It's more of a potential issue, I don't have a recreate, but what will happen with trunk if a msa task executed a fun... Artur Școlnic
04:58 AM Bug #10963: appserver resiliency and self healing
> 4. I have some concerns about MSA tasks being executed with Future.get() without a timeout, I think if the task wil... Constantin Asofiei
04:56 AM Bug #10963: appserver resiliency and self healing
I set the time out for the msa task a bit low, at 5 seconds, we will need to increase it for high workload scenarios ... Artur Școlnic
09:32 AM Bug #10858: Replace capturing with non-capturing lambdas in getters and setters
Yes, this is incorrect:... Stanislav Lomany
09:21 AM Bug #10858: Replace capturing with non-capturing lambdas in getters and setters
Hynek Cihlar wrote:
> Razvan-Nicolae Chichirau wrote:
> > Hynek Cihlar wrote:
> > > Code review.
> > >
> > > @B...
Hynek Cihlar
09:13 AM Bug #10858: Replace capturing with non-capturing lambdas in getters and setters
Razvan-Nicolae Chichirau wrote:
> Hynek Cihlar wrote:
> > Code review.
> >
> > @BrowseColumnWidget.getLabelFgCol...
Hynek Cihlar
09:04 AM Bug #10858: Replace capturing with non-capturing lambdas in getters and setters
Hynek Cihlar wrote:
> Code review.
>
> @BrowseColumnWidget.getLabelFgColor()@:
> It reads @labelBgColor@ via @Br...
Razvan-Nicolae Chichirau
08:48 AM Bug #10858 (WIP): Replace capturing with non-capturing lambdas in getters and setters
Code review.
@BrowseColumnWidget.getLabelFgColor()@:
It reads @labelBgColor@ via @BrowseColumnConfig::getLabelBgC...
Hynek Cihlar

12/16/2025

08:52 AM Bug #10963 (Review): appserver resiliency and self healing
Artur Școlnic
08:52 AM Bug #10963: appserver resiliency and self healing
Artur Școlnic wrote:
> 3. Make jetty thread pool configurable in directory (if not already) and find a suitable maxi...
Artur Școlnic
04:36 AM Feature #10685 (Review): Move name_map.xml to the cvt folder
I committed *7180a/16347*. Moved the name_map.xml to the cvt folder.
Greg, I remember you already reviewed the cha...
Dănuț Filimon

12/15/2025

10:01 AM Bug #10963: appserver resiliency and self healing
A jetty thread pool is only used in @GenericWebServer@ and is instantiated with a default constructor.
The default v...
Artur Școlnic
09:42 AM Bug #10963: appserver resiliency and self healing
Do we still need to expose this via directory cfg so that we have some way to control it without code changes?
I c...
Greg Shah
08:37 AM Bug #10963: appserver resiliency and self healing
Artur Școlnic wrote:
> From the logged failures in jmeter, I think the issue is the jetty thread pool, it simply c...
Artur Școlnic
09:46 AM Feature #10685: Move name_map.xml to the cvt folder
Greg Shah wrote:
> Should we include this change with 7180a since that branch already has related cfg/script changes...
Dănuț Filimon
09:37 AM Feature #10685: Move name_map.xml to the cvt folder
Should we include this change with 7180a since that branch already has related cfg/script changes that need to be app... Greg Shah

12/12/2025

09:02 AM Bug #10963: appserver resiliency and self healing
The next steps for this task are:
1. Investigate the rapidly increasing memory usage noted in #10963-22. I uploaded ...
Artur Școlnic
08:33 AM Bug #10963 (WIP): appserver resiliency and self healing
Alexandru Lungu
08:31 AM Bug #10963: appserver resiliency and self healing
Alexandru Lungu wrote:
> Is this a blocker for merging 10963a?
Yes, also some other testing we need to do.
Artur Școlnic
08:30 AM Bug #10963: appserver resiliency and self healing
> I would like us to calculate the right number automatically based on the number of possible concurrent sessions acr... Alexandru Lungu
08:02 AM Bug #10963: appserver resiliency and self healing
> I think the issue is the jetty thread pool, it simply can't keep up with the amount of requests, I think the defaul... Greg Shah
07:14 AM Bug #10963: appserver resiliency and self healing
> Artur, lets merge tomorrow after Alex unfreezes trunk.
The last pieces of puzzle are 10951a and 10591a, before I...
Alexandru Lungu
06:27 AM Bug #10963: appserver resiliency and self healing
Stress testing of the PASOE application:
* curl + visualVM:
1000 concurrent requests on a an infinite loop for 30...
Artur Școlnic
08:38 AM Feature #9687: drop support for Java 8 and Java 11
> Thank you, I was away for a moment.
No problem :)
Alexandru Lungu
08:34 AM Feature #9687: drop support for Java 8 and Java 11
Alexandru Lungu wrote:
> Branch 10951a was merged into trunk as rev. 16313 and archived.
Thank you, I was away fo...
Tomasz Domin
07:49 AM Feature #9687 (Test): drop support for Java 8 and Java 11
Branch 10951a was merged into trunk as rev. 16313 and archived. Alexandru Lungu
07:37 AM Feature #9687: drop support for Java 8 and Java 11
I will do the merging of 10951a to trunk in the next 15 minutes. Alexandru Lungu
05:51 AM Feature #9687 (Merge Pending): drop support for Java 8 and Java 11
> I've tested it in #9687-268, in addition I've tested it with customer application (customer who requested the chang... Alexandru Lungu
01:24 AM Feature #9687: drop support for Java 8 and Java 11
Tomasz Domin wrote:
> Hynek, Constantin ?
> Customer wants to have changes merged to trunk today, see #10950-27
...
Tomasz Domin

12/11/2025

12:45 PM Bug #10963: appserver resiliency and self healing
> I will test harness and concurrent requests in PASOE and classic.
> Is there something else we could test?
See ...
Greg Shah
10:31 AM Bug #10963: appserver resiliency and self healing
Artur, lets merge tomorrow after Alex unfreezes trunk. Constantin Asofiei
09:19 AM Bug #10963: appserver resiliency and self healing
Artur Școlnic wrote:
> I will test harness and concurrent requests in PASOE and classic.
This testing passed.
Artur Școlnic
08:02 AM Bug #10963 (Internal Test): appserver resiliency and self healing
I will test harness and concurrent requests in PASOE and classic.
Is there something else we could test?
Artur Școlnic
08:00 AM Bug #10963: appserver resiliency and self healing
Artur Școlnic wrote:
> Constantin, please review.
I'm good with the changes.
Constantin Asofiei
06:51 AM Bug #10963 (Review): appserver resiliency and self healing
In the current architecture, the LegacyServiceWorkers are accepting all the tasks in the order they arrive, either fr... Artur Școlnic
08:11 AM Feature #9687 (Review): drop support for Java 8 and Java 11
Alexandru Lungu
07:23 AM Feature #9687: drop support for Java 8 and Java 11
Hynek, Constantin ?
Customer wants to have changes merged to trunk today, see #10950-27
Tomasz Domin

12/10/2025

12:56 PM Feature #9685: move FWD to Java 21
Tomasz Domin wrote:
> I am attaching a patch @switch_to_gradle_8_13.diff@ to switch to gradle 8.13 for you convenien...
Roger Borrello
10:42 AM Feature #9685: move FWD to Java 21
I am attaching a patch @switch_to_gradle_8_13.diff@ to switch to gradle 8.13 for you convenience.
Apply if you get i...
Tomasz Domin
10:20 AM Feature #9685: move FWD to Java 21
Roger Borrello wrote:
> I have revision 16302 of trunk and am trying to compile with JDK21. When I run @./gradlew al...
Tomasz Domin
09:09 AM Feature #9685: move FWD to Java 21
I have revision 16302 of trunk and am trying to compile with JDK21. When I run @./gradlew all sheet:war@ I get:
<pre...
Roger Borrello
12:12 PM Feature #11004: Optimizing Java Reflection Method.invoke
Greg Shah wrote:
> Make sure to read #6819, we did some early work there and I completely agree that using @MethodHa...
Teodor Gorghe
10:45 AM Feature #11004: Optimizing Java Reflection Method.invoke
Would introducing Java Modularity affect those benchmarks ? There could be some addition access checks.
Tomasz Domin
08:56 AM Feature #11004: Optimizing Java Reflection Method.invoke
Make sure to read #6819, we did some early work there and I completely agree that using @MethodHandle@ is a really go... Greg Shah
04:16 AM Feature #11004: Optimizing Java Reflection Method.invoke
I have done some testing to benchmarks to conclude some testing which includes Java Reflection invocation scenarios a... Teodor Gorghe
01:51 AM Feature #11004 (New): Optimizing Java Reflection Method.invoke
Teodor Gorghe
10:36 AM Feature #9687: drop support for Java 8 and Java 11
Tomasz Domin wrote:
> I am waiting for customer to confirm/reject #10950 fix
Customer confirmed #10950 is fixed.
...
Tomasz Domin

12/09/2025

11:48 AM Bug #10963: appserver resiliency and self healing
Greg Shah wrote:
> Isn't this based on however the client code is written? I don't understand how we would merge th...
Artur Școlnic
11:24 AM Bug #10963: appserver resiliency and self healing
> On another note, we are running the persistent procedure for each request, after the work with it is done, it is de... Greg Shah
11:02 AM Bug #10963: appserver resiliency and self healing
On another note, we are running the persistent procedure for each request, after the work with it is done, it is dele... Artur Școlnic
10:35 AM Feature #9687: drop support for Java 8 and Java 11
Tomasz Domin wrote:
> I have pushed all recent fixes to issues related to 9687c merging into trunk into branch 10951...
Tomasz Domin
07:05 AM Feature #9687: drop support for Java 8 and Java 11
Hynek Cihlar wrote:
> Tomasz, I don't see the changes in the branche. Please check if they are pushed.
I am very ...
Tomasz Domin
04:52 AM Feature #9687: drop support for Java 8 and Java 11
Tomasz, I don't see the changes in the branche. Please check if they are pushed. Hynek Cihlar
01:37 AM Feature #9687: drop support for Java 8 and Java 11
I have pushed all recent fixes to issues related to 9687c merging into trunk into branch 10951a:
* commit 16306/1630...
Tomasz Domin
08:03 AM Feature #9686: move FWD to Java 25
I have made some performance testing with a customer application and with hotel_gui project, to test if @AOT@ optimiz... Teodor Gorghe

12/08/2025

05:43 PM Feature #9687: drop support for Java 8 and Java 11
> I will try to move @velocity-1.7.jar@ from @build/lib@ to @build/lib.gwt@ in FWD. That should make it available for... Greg Shah
04:18 PM Feature #9687: drop support for Java 8 and Java 11
I did some digging and velocity-1.7.jar is only needed on administration console compilation of a single customer (as... Tomasz Domin
08:56 AM Feature #9687: drop support for Java 8 and Java 11
Hynek Cihlar wrote:
> Tomasz Domin wrote:
> > I dont thing there is a version dependency - can you please explain ?...
Tomasz Domin
05:35 AM Feature #9687: drop support for Java 8 and Java 11
Tomasz Domin wrote:
> Hynek Cihlar wrote:
> > Tomasz Domin wrote:
> > > But why we need the configuration elements...
Hynek Cihlar
05:21 AM Feature #9687: drop support for Java 8 and Java 11
Hynek Cihlar wrote:
> Tomasz Domin wrote:
> > But why we need the configuration elements to be exactly like provide...
Tomasz Domin
04:57 AM Feature #9687: drop support for Java 8 and Java 11
Tomasz Domin wrote:
> But why we need the configuration elements to be exactly like provided ? Why not using default...
Hynek Cihlar
12:39 PM Bug #8206 (Internal Test): Logging manager issues
Tomasz Domin
02:12 AM Bug #8206: Logging manager issues
Code review 8206b/16306, changes are good, no remarks.
Tomasz Domin
07:39 AM Bug #10963: appserver resiliency and self healing
We have some (limited) documentation in [[p2j:Appserver Support]]. The PASOE v2 implementation was done in #8661. Greg Shah
07:35 AM Bug #10963: appserver resiliency and self healing
Is there a task or wiki on our PASOE implementation? I would like to know what our constraints and detailed specifica... Artur Școlnic
07:18 AM Bug #10963: appserver resiliency and self healing
I've suggested a queue approach in #6673. Greg Shah
02:48 AM Bug #10963: appserver resiliency and self healing
Artur Școlnic wrote:
> One solution would be to not count the bound session when deciding if a new one is to be crea...
Artur Școlnic
06:55 AM Bug #10858 (Review): Replace capturing with non-capturing lambdas in getters and setters
Razvan-Nicolae Chichirau
06:54 AM Bug #10858 (WIP): Replace capturing with non-capturing lambdas in getters and setters
*Alex/Hynek*: Please review 10858a/rev. 16300. Razvan-Nicolae Chichirau
06:34 AM Feature #9686: move FWD to Java 25
I have tried to run a customer application FWD server with JDK 25.
The main issue that I have encountered first are ...
Teodor Gorghe
 

Also available in: Atom