Activity
From 12/11/2025 to 01/09/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.
- 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?
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...
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... - 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...
- 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... - 02:16 PM Bug #10963: appserver resiliency and self healing
- For unbound:...
- 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 ... - 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... - 02:07 PM Bug #10963: appserver resiliency and self healing
- From the documentation:...
- 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...
- 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... - 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...
- 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... - 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...
- 07:37 AM Bug #10963: appserver resiliency and self healing
- I found another leak in @TxWrapper$WorkArea@, @deregisterDynamicBuffer@...
- 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,...
- 11:28 AM Feature #10685 (Internal Test): Move name_map.xml to the cvt folder
- 01:44 AM Bug #10858 (Review): Replace capturing with non-capturing lambdas in getters and setters
- *Hynek*: Please review 10858a/rev. 16301.
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.
- 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... - 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...
- 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...
- 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...
- 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...
- 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 ...
- 09:32 AM Bug #10858: Replace capturing with non-capturing lambdas in getters and setters
- Yes, this is incorrect:...
- 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... - 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... - 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... - 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...
12/16/2025
- 08:52 AM Bug #10963 (Review): appserver resiliency and self healing
- 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... - 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...
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... - 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... - 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... - 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... - 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...
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 ... - 08:33 AM Bug #10963 (WIP): appserver resiliency and self healing
- 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.
- 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...
- 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...
- 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... - 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... - 08:38 AM Feature #9687: drop support for Java 8 and Java 11
- > Thank you, I was away for a moment.
No problem :) - 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... - 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.
- 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.
- 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...
- 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
...
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 ... - 10:31 AM Bug #10963: appserver resiliency and self healing
- Artur, lets merge tomorrow after Alex unfreezes trunk.
- 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.
- 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? - 08:00 AM Bug #10963: appserver resiliency and self healing
- Artur Școlnic wrote:
> Constantin, please review.
I'm good with the changes.
- 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...
- 08:11 AM Feature #9687 (Review): drop support for Java 8 and Java 11
- 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
Also available in: Atom