Activity
From 12/21/2023 to 01/19/2024
01/19/2024
- 06:54 PM Database Feature #4722: data import should be able to run with only the converted application jar file (an...
- The Docker implementation is the most stringent user of this data import feature, so while this is partially docker r...
- 06:54 PM Database Feature #4722: data import should be able to run with only the converted application jar file (an...
- Greg Shah wrote:
> Please test in a non-Docker environment.
It works in a normal environment. - 05:46 PM Database Feature #4722: data import should be able to run with only the converted application jar file (an...
- Please test in a non-Docker environment.
- 05:36 PM Database Feature #4722: data import should be able to run with only the converted application jar file (an...
- My testing is complete. There is now a multi-container configuration (server/client and postgres) for hotel_gui. Ther...
- 04:52 PM Database Feature #4722: data import should be able to run with only the converted application jar file (an...
- Greg Shah wrote:
> What testing is needed?
I've built some docker images using the branch, and I'm working on the... - 04:13 PM Database Feature #4722 (Internal Test): data import should be able to run with only the converted applicat...
- Code Review Task Branch 4722c Revision 14935
The changes seem fine. What testing is needed? - 03:50 PM Database Feature #4722 (Review): data import should be able to run with only the converted application jar...
- Revision 14935 is ready for review. This holds up the ability to use a multi-container environment.
- 03:41 PM Database Feature #4722 (WIP): data import should be able to run with only the converted application jar fi...
- I created a new branch *4722c* due to an issue when attempting to run @import.sh@ in a container. The *createdb* is n...
- 01:47 PM Runtime Infrastructure Bug #8206: Logging manager issues
- As of trunk rev 14926, the following issues are known, which relate to legacy logging:
Parse *integer* logging con... - 01:17 PM Runtime Infrastructure Bug #8206 (Internal Test): Logging manager issues
- 10:54 AM User Interface Bug #8204: REGRESSION: separator should not show in a new date editing browse shell for unknown v...
- The proposed solution is to change the line:...
- 10:38 AM User Interface Bug #8204 (WIP): REGRESSION: separator should not show in a new date editing browse shell for unk...
- If a browse cell is of date type, and date format includes date component separators (e.g. @9999/99/99@), and an unkn...
- 09:40 AM User Interface Bug #8204 (Test): REGRESSION: separator should not show in a new date editing browse shell for un...
- 10:49 AM Database Support #4701 (Closed): try to improve H2 transaction commit performance
- 03:22 AM Database Support #4701: try to improve H2 transaction commit performance
- This can be closed.
- 01:23 AM Database Support #4701: try to improve H2 transaction commit performance
- Is there anything left to do on this task, or can we consider the goals met?
- 10:40 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Ovidiu: Please do a final review of the latest changes (14874).
- 10:10 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- Thank you! Please rebase 6628a or port over the latest trunk, whichever is easier. We will need to regression test th...
- 05:26 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- Added the changes from *6628a/rev.14614-14615* on top of *7156b/rev.14933*. I ran the regression tests and got betwee...
- 02:07 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- Alexandru Lungu wrote:
> Danut already has the large application set-up with MariaDB lenient and can do the regressi... - 02:04 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- There are runtime changes and SQL UDF changes in this branch. Since the UDFs have changed, they need to be (re-)insta...
- 02:00 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- Sure!
Danut already has the large application set-up with MariaDB lenient and can do the regression tests. Priorit... - 01:54 AM Database Feature #6628: port PostgreSQL native user defined functions to MariaDB
- Alexandru, can you please assign this to someone on your team who has set up (or can) the large application environme...
- 09:53 AM Database Feature #6496: add equivalent support for -trig command line option
- I made a copy of 7156b and put my changes there, merged the changes to @SourceNameMapper@ that interfered with my cha...
- 02:11 AM Database Feature #6496 (Internal Test): add equivalent support for -trig command line option
- Alexandru, please test the large application with this parameter you introduced:
* check there are no regressions wi... - 01:13 AM Database Feature #6496: add equivalent support for -trig command line option
- Alexandru [either one ;)]: what is left to do to push this task over the finish line?
- 09:02 AM Database Bug #7252: Use direct-access to support for-each queries without WHERE and BY clauses
- I've created branches 7252b and 7252b_h2 for the experiment with the @SelectAll@ class.
- 07:58 AM Database Bug #6829: H2 forces re-parse of all prepared statements when metadata is changed
- These are great news. Please do extensive testing: focus on smoke testing another customer application and regression...
- 07:51 AM Database Bug #6829: H2 forces re-parse of all prepared statements when metadata is changed
- Alexandru Lungu wrote:
> Danut, please analyze performance with NEVER_RECOMPILE. I don't recall if we have something... - 02:14 AM Database Bug #6829 (Internal Test): H2 forces re-parse of all prepared statements when metadata is changed
- Recently, we done some changes that prevented us from using a "NEVER_RECOMPILE" kind of option. Back in #6829-1, it w...
- 01:22 AM Database Bug #6829: H2 forces re-parse of all prepared statements when metadata is changed
- Can this task be closed?
- 05:15 AM Database Feature #6816 (Internal Test): improve PreselectQuery.assembleHQL
- 05:15 AM Database Feature #6816: improve PreselectQuery.assembleHQL
- I am dumping some statistics with LTW right now. I will let you know if I continue seeing something obvious here.
- 05:05 AM Database Feature #6816: improve PreselectQuery.assembleHQL
- Give me a bit of time to check @PreselectQuery.assembleFQL@, maybe I can notice something else. I'm not sure if Alex ...
- 01:37 AM Database Feature #6816: improve PreselectQuery.assembleHQL
- The changes implemented for this task have long since made their way into trunk. It is still marked 40% done. Is ther...
- 03:33 AM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- Ovidiu Maxiniuc wrote:
> * at line 23: if there are no databases with @load_at_startup@ attribute set to @true@ in d... - 02:58 AM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- The requested changes are in r14844 and they don't work, because there is no @SecurityContext@ on the Jetty thread:
... - 02:47 AM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- Ovidiu Maxiniuc wrote:
> The only condition here is that the @DatabaseManager.dialects@ to contain the dialect for y... - 03:21 AM Database Feature #6720: lazy hydration
- On the POC, it regresses and crashes. I didn't attempt the tests on the new test suite.
- 01:29 AM Database Feature #6720: lazy hydration
- Is this far enough along that we can measure performance, or are the regressions blocking testing? We need to underst...
- 02:43 AM Database Bug #6887: improve performance of dataset/table[-handle] parameters
- Constantin, does it makes sense to do one more pass with JMX to see what the 3 cases which stood out earlier look lik...
- 02:06 AM Database Feature #6414 (Closed): ERROR attribute for buffer, dataset and temp-table
- 01:43 AM Database Bug #7138 (Closed): Short circuit fake-update (update with a new value eqaul to the old value) in H2
- I am closing this. Let me know if there is a reason it should remain open. We have done our internal testing and ther...
- 01:26 AM Database Feature #6928 (Closed): H2 UPDATE performance improvement
- I am closing this. I think 11 months of testing is probably sufficient :)
01/18/2024
- 11:22 AM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- Sorry, I do not know what you mean. That is, indeed, the code from @PersistenceFactory.getInstance(Database database)...
- 09:32 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- 1. @8591 ms@ for @939_203@ deletes (classic execution, all deletes)
5. @7672 ms@ for @935_965@ deletes (optimized ex... - 04:05 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- well 5 = 4 + 3. and 1 = 2 + 3.
(don't read this out of context) - 03:40 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- Lets presume that A is the set of *all* deletes and C is the set of "candidate" deletes (the ones that *can* be optim...
- 03:25 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- Alexandru Lungu wrote:
> * Total and Avg. time for classic deletes
> * Total and Avg. time for fast deletes
> * To... - 09:30 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> Doesn't localhost work instead of your IP?
The IP of eth0 is automatically prepended to...
01/17/2024
- 02:37 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Restarting the tasks.
After rebasing to latest @trunk@ refreshing @gradle@ configuration. - 11:43 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- I really think this ratio will go up once we use expanded extents. There are many temp tables with extent fields. As ...
- 09:59 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- I modified the code, now I only check for referential constraints, as they are the ones causing problems (Some tables...
- 09:34 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- As far as I know, the only cascading deletes that we would encounter would be for the non-expanded extents (which hav...
- 09:30 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- After some debugging, I found an error that I didn't know was thrown, which was happening because, when the classic d...
- 09:59 AM Base Language Feature #6417: cleanup some known items in appserver support
- Doesn't localhost work instead of your IP?
- 09:57 AM Base Language Feature #6417: cleanup some known items in appserver support
- Without VPN the same bummer, different IP... the local networking one. What do I do, what do I do... Fix the network ...
- 08:44 AM Base Language Feature #6417: cleanup some known items in appserver support
- Finally to the next issue @Host does not match certificate.@:...
- 07:44 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya, this is a regression from back when I rewrote to emit InvokeConfig instead of ControlFlowOps. Please look int...
- 07:14 AM Base Language Feature #6417: cleanup some known items in appserver support
- I continue to struggle with the SOAP tests.
Procedure to reproduce the issue (pretty much the connect.i):... - 02:40 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> The only way to run @appsrv/test/pipe/test_pipe_raw.p@ is as Marian suggested from the root of test... - 01:32 AM Base Language Feature #6417: cleanup some known items in appserver support
- The only way to run @appsrv/test/pipe/test_pipe_raw.p@ is as Marian suggested from the root of testcases. I would app...
- 09:45 AM Database Bug #7496: finish support for query:forward-only attribute
- I managed to solve all the regressions from the adaptive-scrolling test set and identify other problems in the POC wh...
01/16/2024
- 04:01 PM Base Language Feature #6410: implement additional built-in OO classes/interfaces
- What is the status of this work? Are we close to being able to merge it?
- 10:13 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- This is quite strange - there are many "one time" temp-tables used in the large POC (or this is what I recall). Pleas...
- 09:43 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- Scratch that, there was a little bug, but one that would show a weird error related to db because it was happening in...
- 09:23 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> Galya B wrote:
> > Is there no option to add the original location to a client propath?... - 08:26 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> Is there no option to add the original location to a client propath?
You can add the full path for... - 08:25 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> That's because of this statements:
> [...]
>
> This file needs to be made available ... - 08:23 AM Base Language Feature #6417: cleanup some known items in appserver support
- That's because of this statements:...
- 08:20 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> Galya B wrote:
> > I'm executing it from @deploy/client-chui@, where the client.xml con... - 08:16 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> I'm executing it from @deploy/client-chui@, where the client.xml config is: @startup-procedure="../... - 08:14 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin, I'm debugging @ControlFlowOps@, but it's too weird. Any hint will be appreciated.
There is execution o... - 07:46 AM Base Language Feature #6417: cleanup some known items in appserver support
- Marian Edu wrote:
> The path of the test procedure you're converting looks a bit odd (`../../appsrv/test/pipe/test_p... - 07:34 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> It probably is the propath then. I have only:
> [...]
>
> @appsrv/test@ is not in. Do you think... - 07:18 AM Base Language Feature #6417: cleanup some known items in appserver support
- It probably is the propath then. I have only:...
- 07:14 AM Base Language Feature #6417: cleanup some known items in appserver support
- Marian Edu wrote:
> Galya B wrote:
> > Now there is another one: @(Procedure: '../../appsrv/test/pipe/test_pipe_raw... - 07:12 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> Now there is another one: @(Procedure: '../../appsrv/test/pipe/test_pipe_raw.p') ** "appsrv/test/pi... - 08:26 AM Database Bug #7138 (Test): Short circuit fake-update (update with a new value eqaul to the old value) in H2
- *Committed 7138a_h2 to FWD_H2 trunk as rev.39. Archived 7138a_h2.*
- 07:54 AM Database Bug #8200: Explicit buffer used instead of the implicit one for a persistent table
- Assuming we have a persistent table called @t1@ with only 1 field, @f1@, which is an integer.
For the following te... - 07:53 AM Database Bug #8200 (Test): Explicit buffer used instead of the implicit one for a persistent table
- 05:59 AM Database Bug #7448: Optimize FWD-H2 ValueTimestampTimeZone and maybe avoid caching
- The improvement from removing the caching for this method is very small, 5 milliseconds faster, so a total of ~241 mi...
- 05:11 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Hynek Cihlar wrote:
> Galya B wrote:
> > > No, I want explicit, readable and obvious dependencies. Dependencies tha... - 05:11 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Galya B wrote:
> > No, I want explicit, readable and obvious dependencies. Dependencies that will not break with fut... - 04:45 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Hynek Cihlar wrote:
> Galya B wrote:
> > So you want to refactor FWD to not use @DirectoryService.getInstance()@ an... - 04:44 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Galya B wrote:
> So you want to refactor FWD to not use @DirectoryService.getInstance()@ anywhere, but instead @Dire... - 04:23 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Hynek Cihlar wrote:
> No, my argument is that someone references @LogicalTerminal@ even before the conditions are sa... - 04:01 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Galya B wrote:
> Hynek Cihlar wrote:
> > Galya B wrote:
> > > If in the future there is a misuse of @LogicalTermin... - 03:48 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Hynek Cihlar wrote:
> Galya B wrote:
> > If in the future there is a misuse of @LogicalTerminal@ it will have to be... - 03:45 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Galya B wrote:
> If in the future there is a misuse of @LogicalTerminal@ it will have to be fixed.
You cannot ass... - 03:28 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Hynek Cihlar wrote:
> Galya B wrote:
> > Hynek Cihlar wrote:
> > > Code review 8074b revision 14917.
> > >
> > ... - 02:58 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Galya B wrote:
> Hynek Cihlar wrote:
> > Code review 8074b revision 14917.
> >
> > The only concern I have is th... - 02:45 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Hynek Cihlar wrote:
> Code review 8074b revision 14917.
>
> The only concern I have is the init of themes in the ... - 04:46 AM Database Bug #7252: Use direct-access to support for-each queries without WHERE and BY clauses
- There are a lot of H2 queries that were replaced with direct-access. Is not that the "select all records" increased, ...
01/15/2024
- 12:44 PM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Code review 8074b revision 14917.
The only concern I have is the init of themes in the static ctor of @LogicalTerm... - 07:13 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Hynek/Sergey: Please review.
- 06:28 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- r14917: Change to default theme resolvement. Login screen theme select shows up only with 2 or more configured direct...
- 12:42 PM Base Language Feature #7045: re-implement "normal" (non-abend) stack unwinding to avoid throwing an exception
- See #6667-823 for the needed changes for hand coded Java in the ChUI regression test application.
- 11:11 AM Base Language Feature #6417: cleanup some known items in appserver support
- Something is still off.
@ControlFlowOps@ is throwing errors:... - 10:20 AM Base Language Feature #6417: cleanup some known items in appserver support
- Marian Edu wrote:
> Galya B wrote:
> > Marian, can you help with #6417-19. Something seems wrong with the paths to ... - 10:02 AM Base Language Feature #6417: cleanup some known items in appserver support
- The problem is that @WebServiceImpl.connect@ expects explicit service name or binding name, while there is only a por...
- 09:21 AM Base Language Feature #6417: cleanup some known items in appserver support
- Please look into how @getImplicitSoapPort@ calculates the implicit port and also compare fwd.wsdl from @src/@ with @....
- 09:19 AM Base Language Feature #6417: cleanup some known items in appserver support
- P.S. The screenshot can be slightly confusing. Actually the highlighted breakpoint is not hit. Instead the one on lin...
- 09:17 AM Base Language Feature #6417: cleanup some known items in appserver support
- This is executed instead:...
- 09:16 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> I think this code should be executed, as the @-Port@ from @connect@ is set:
> [...]
... - 09:08 AM Base Language Feature #6417: cleanup some known items in appserver support
- I think this code should be executed, as the @-Port@ from @connect@ is set:...
- 09:04 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> Galya B wrote:
> > > Galya, the point here is to use @ssl-socket:truststore@ to refer t... - 08:47 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> > Galya, the point here is to use @ssl-socket:truststore@ to refer to srv-certs.store with the FWD ... - 08:45 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin, so you don't get the ssl issue in the output file or in the clientlog @<cmd-line-option clientlog="file.l...
- 08:42 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> Galya B wrote:
> > Otherwise the document opens fine in the browser.
> Does it open wi... - 08:40 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> Otherwise the document opens fine in the browser.
Does it open with both @wsdl/?...@ and @wsdl?...... - 08:39 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya, the point here is to use @ssl-socket:truststore@ to refer to srv-certs.store with the FWD server's certificate...
- 08:37 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> Thanks. There are a couple of issues:
> # @https://localhost:9443/ws/wsa/wsafwd/wsdl/?... - 07:32 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> Galya B wrote:
> > Constantin Asofiei wrote:
> > > Galya, @http://localhost:9443/wsa/w... - 07:11 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> Marian, can you help with #6417-19. Something seems wrong with the paths to procedures for @appsrv/... - 05:57 AM Base Language Feature #6417: cleanup some known items in appserver support
- Thanks. There are a couple of issues:
# @https://localhost:9443/ws/wsa/wsafwd/wsdl/?targetURI=urn:tempuri-org@ does... - 05:47 AM Base Language Feature #6417: cleanup some known items in appserver support
- @appsrv/test/test_raise_stop.p@ is the legacy appserver test. Try:...
- 05:19 AM Base Language Feature #6417: cleanup some known items in appserver support
- While in @deploy/client-chui@, I've ran this and I don't get the certificate issue:...
- 10:17 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- There is a bug/regression somewhere regarding the patch I posted above. When I try to smoke test on another large app...
- 09:28 AM Database Bug #8196: Reduce number of AbstractTempTable._hasRecords calls to avoid BufferManager.activeBuffers
- I wasn't aware this could be called directly from the converted code.
- 09:24 AM Database Bug #8196: Reduce number of AbstractTempTable._hasRecords calls to avoid BufferManager.activeBuffers
- Alexandru Lungu wrote:
> This can be improved in two ways:
> * Check if we really need to check the transient recor... - 09:04 AM Database Bug #8196 (WIP): Reduce number of AbstractTempTable._hasRecords calls to avoid BufferManager.acti...
- 09:03 AM Database Bug #8196: Reduce number of AbstractTempTable._hasRecords calls to avoid BufferManager.activeBuffers
- The POC application calls @AbstractTempTable.hasRecords@ and @clear@/@setCanUndo@ are not called at all. I noticed th...
- 08:38 AM Database Bug #8196: Reduce number of AbstractTempTable._hasRecords calls to avoid BufferManager.activeBuffers
- Danut, the code using @allBuffers@ is meant to check records that were not yet flushed to the database (transient) an...
- 08:04 AM Database Bug #8196: Reduce number of AbstractTempTable._hasRecords calls to avoid BufferManager.activeBuffers
- After a fix involving going over the buffers from @AbstractTempTable.allBuffers@ and execute the same logic from @act...
- 04:25 AM Database Bug #8196: Reduce number of AbstractTempTable._hasRecords calls to avoid BufferManager.activeBuffers
- While retesting different session reclaiming lifespans for #7167, it was noted that there is almost no difference bet...
- 04:18 AM Database Bug #8196 (Closed): Reduce number of AbstractTempTable._hasRecords calls to avoid BufferManager.a...
- 09:27 AM Database Bug #7138: Short circuit fake-update (update with a new value eqaul to the old value) in H2
- Danut, please go ahead and merge to FWD-H2 trunk.
Greg, this will reach FWD on the next H2 upgrade. - 08:54 AM Database Bug #7138: Short circuit fake-update (update with a new value eqaul to the old value) in H2
- Alexandru: If you are OK with this, it can merge now.
- 08:48 AM Database Bug #7138: Short circuit fake-update (update with a new value eqaul to the old value) in H2
- I retested POC on the original device and obtained a performance improvement for both the average of the last 20 runs...
- 02:29 AM Database Bug #7138: Short circuit fake-update (update with a new value eqaul to the old value) in H2
- Danut, this is a common pattern: in different days and on different platforms to see different results. The only way ...
- 08:50 AM Database Bug #7448: Optimize FWD-H2 ValueTimestampTimeZone and maybe avoid caching
- I was thinking of more than just avoiding the cache and maybe remote it entirely :) However, the timing is not that c...
- 06:42 AM Database Bug #7448: Optimize FWD-H2 ValueTimestampTimeZone and maybe avoid caching
- The average of 3 baseline runs for me was 14.665 seconds (so a total of 1_466_500 milliseconds for 100 iterations), a...
- 08:37 AM Database Bug #7252: Use direct-access to support for-each queries without WHERE and BY clauses
- Alexandru Lungu wrote:
> First and foremost:
> See how many such queries are on POC. I just want to confirm my init... - 03:56 AM Database Bug #7167: Associating records from opened buffers to new sessions is slow
- I've got the results of how often is @activeBuffers@ hit from @AbstractTempTable._hasRecords@, and how often it is hi...
- 02:44 AM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- Ovidiu Maxiniuc wrote:
> Please +try+ the following: use @PersistenceFactory.getInstance(database)@ to obtain a @Per...
01/13/2024
- 09:06 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- > OK, then if only one theme is added to @available-themes@, it will be set as a default even if it's not defined in ...
01/12/2024
- 12:43 PM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- Galya B wrote:
> Eric Faulhaber wrote:
> > In terms of retrieving @Dialect@ information, the @Dialect.knownDialects... - 03:02 AM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- Eric Faulhaber wrote:
> In terms of retrieving @Dialect@ information, the @Dialect.knownDialects@ should be populate... - 09:49 AM Database Bug #7138: Short circuit fake-update (update with a new value eqaul to the old value) in H2
- I tested POC with 7156b/rev.14933 (which uses FWD-H2/rev.38) and 7138a_h2/rev.45. From 5 runs each (baseline and 7156...
- 09:41 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> > * argument translation to remote definition type I think is done the same as the CALL statement d... - 09:28 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> Are you sure it should be https?
Yes.
- 09:26 AM Base Language Feature #6417: cleanup some known items in appserver support
- Are you sure it should be https?
- 09:09 AM Base Language Feature #6417: cleanup some known items in appserver support
- No, this is about the HTTPS conection. I'm looking at it now.
- 09:06 AM Base Language Feature #6417: cleanup some known items in appserver support
- The batch client I run points to:...
- 09:03 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> Galya B wrote:
> > Constantin Asofiei wrote:
> > > Galya, @http://localhost:9443/wsa/w... - 08:50 AM Base Language Feature #6417: cleanup some known items in appserver support
- r14916 Adds conditions for @unknown@ @CURRENT-RESPONSE-INFO@ / @CURRENT-REQUEST-INFO@.
- 08:32 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> Constantin Asofiei wrote:
> > Galya, @http://localhost:9443/wsa/wsafwd/wsdl/?targetURI=urn:tempuri... - 08:30 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> Galya, @http://localhost:9443/wsa/wsafwd/wsdl/?targetURI=urn:tempuri-org@ needs to use @... - 08:22 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya, @http://localhost:9443/wsa/wsafwd/wsdl/?targetURI=urn:tempuri-org@ needs to use @https@ and also the full URL ...
- 07:54 AM Base Language Feature #6417: cleanup some known items in appserver support
- All tests fail on all clients with different errors.
The FWD client shows:... - 07:09 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> @appsrv/soap/test/4glws.connect.i@ has the port @8980@ hardcoded and soap tests ran from testcases ... - 07:07 AM Base Language Feature #6417: cleanup some known items in appserver support
- @appsrv/soap/test/4glws.connect.i@ has the port @8980@ hardcoded and soap tests ran from testcases are looking for th...
- 07:05 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> What is this port @8980@? Something is off, but I can't tell what.
These files need to be changed ... - 08:39 AM Database Bug #7448: Optimize FWD-H2 ValueTimestampTimeZone and maybe avoid caching
- Alexandru, please keep the same profiling infrastructure you have and test with 7156b and the large POC. Please make ...
- 08:13 AM Database Bug #7448: Optimize FWD-H2 ValueTimestampTimeZone and maybe avoid caching
- I changed the @CurrentTimestamp.get@ method to keep track of the metrics you mentioned, and roamed around the menus o...
- 08:23 AM Base Language Feature #6424: fill gaps in Java Open Client replacement (appserver client support)
- I have a Java project which shows how to execute OpenClient calls in both FWD and OE, I'll make it available in the n...
- 06:29 AM Base Language Feature #6424: fill gaps in Java Open Client replacement (appserver client support)
- Are there any examples how to setup a java client in FWD and in OE?
- 05:29 AM Database Feature #6815 (Review): configure all cache sizes in the directory, and create documentation for ...
- *Committed 6815a/rev.14919*. Reduced the number of instrumented methods (based on results from a large application, t...
- 04:04 AM Database Feature #6815: configure all cache sizes in the directory, and create documentation for them
- Danut, please merge some of the statistics in one: get, getOrDefault can be merged. The same as put, putAll and putIf...
- 04:01 AM Database Feature #6815: configure all cache sizes in the directory, and create documentation for them
- Alexandru Lungu wrote:
> Why is it too big? Shouldn't it be similar to #6815-11, but with some extra columns?
> Any... - 03:50 AM Database Feature #6815: configure all cache sizes in the directory, and create documentation for them
- Dănuț Filimon wrote:
> I added monitoring for the configured and the in use cache size (latest size of the cache), G... - 03:15 AM Database Feature #6815: configure all cache sizes in the directory, and create documentation for them
- I added monitoring for the configured and the in use cache size (latest size of the cache), GET hit/miss and modified...
- 04:54 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Galya B wrote:
> This configuration is not enough. For example, to enable server-side filesystem, you also need:
> ... - 04:21 AM Base Language Feature #4065: server-side processing of client platform dependencies
- This configuration is not enough. For example, to enable server-side filesystem, you also need:...
- 04:08 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Ovidiu Maxiniuc wrote:
> * @ConnectionManager.java@:
> ** the @iter.next();@ at line 4926 may throw @NoSuchElementE... - 12:00 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Review of 4392a, 14869-14873 (from the previous review):
* @ConnectionManager.java@:
** I like you cleaned up the... - 02:40 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- OK, then if only one theme is added to @available-themes@, it will be set as a default even if it's not defined in @t...
01/11/2024
- 06:11 PM Database Bug #8183: debugging database module
- Code review 8183a/14914:
The changes look useful, but there is a security concern, in that these public methods ca... - 01:31 PM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- > That's how it's been working always. Do you want to change it somehow?
I understand this is not new. It is just... - 07:54 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Greg Shah wrote:
> Why even have the dropdown when there is only 1 choice? Shouldn't the dropdown only exist if the... - 07:33 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Why even have the dropdown when there is only 1 choice? Shouldn't the dropdown only exist if there are more than 1 c...
- 03:25 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- 8074b r14916 adding empty option to UI theme selector only when one or more themes are configured in directory.
- 01:44 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Greg Shah wrote:
> The theme drop down was originally implemented to make it easy for GCD developers to test differe... - 12:34 PM Base Language Feature #4065: server-side processing of client platform dependencies
- This feature is not properly documented yet. As noted in #6075-25 and #4065-18, it can configured with a server-side...
- 12:05 PM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Constantin/Ovidiu: Please review.
- 03:37 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- The tests in @copy_lob@ give the same results in both cases. I changed the flag @hasDuplicatedLastLine@ to false ever...
- 10:46 AM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- For most use cases of the @Database@ object, the @socketAddress@ will be @null@. However, FWD supports a mode where m...
- 08:23 AM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- Eric, Ovidiu, in case you've missed #7884-64, it still waits for your opinion. You both asked me to use @Database@ ob...
- 09:50 AM Base Language Feature #6417: cleanup some known items in appserver support
- What is this port @8980@? Something is off, but I can't tell what....
- 09:12 AM Runtime Infrastructure Bug #7589 (Test): org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- 09:09 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Branch 7589c was rebased to trunk_14916 and is at revision 14918.
Branch 7589c was merged to trunk as revision 149... - 05:51 AM Database Bug #7667: Support OUTER-JOIN with PRESELECT at conversion
- Branch 7667b was merged to trunk revision 14916 and archived.
- 05:48 AM Database Feature #6815 (WIP): configure all cache sizes in the directory, and create documentation for them
- Alexandru Lungu wrote:
> What other statistics can be achieved? I suspect the ratio is the most important one, so le... - 05:39 AM Database Feature #6815: configure all cache sizes in the directory, and create documentation for them
- What other statistics can be achieved? I suspect the ratio is the most important one, so lets get it done. Also, we n...
- 05:28 AM Database Feature #6815: configure all cache sizes in the directory, and create documentation for them
- *Committed 6815a/rev.14917*. Removed unnecessary methods and changes the container accessed for the @instrumentation@...
- 03:52 AM Database Bug #7138: Short circuit fake-update (update with a new value eqaul to the old value) in H2
- There are currently problems with the POC project and the performance tests will be put on *hold* until further notic...
01/10/2024
- 03:49 PM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Greg Shah wrote:
> > Note that #4392-30 was left unanswered and is not addressed.
> Ovidiu: This is for you, I thin... - 10:53 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Ovidiu: What is the list of testcases Galya can check?
- 10:48 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Greg Shah wrote:
> > Note that #4392-30 was left unanswered and is not addressed.
>
> Ovidiu: This is for you, I ... - 10:45 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- > Note that #4392-30 was left unanswered and is not addressed.
Ovidiu: This is for you, I think. - 10:42 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Ready for second review.
Note that #4392-30 was left unanswered and is not addressed. - 10:40 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- r14870 & 14871: Resolving DB @CONNECT@ @-pf@ file from the configured file system.
- 11:42 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- The theme drop down was originally implemented to make it easy for GCD developers to test different themes. It was n...
- 09:06 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Roger Borrello wrote:
> Galya B wrote:
> > Yes, it still works properly with the default Windows 10. It's just a UI... - 09:05 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Nevermind... easy find....
- 09:03 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Galya B wrote:
> Yes, it still works properly with the default Windows 10. It's just a UI issue of showing an empty ... - 09:00 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Roger Borrello wrote:
> it would have a dropdown with only *Windows 10* available for selection. I removed it so tha... - 08:58 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- I just wanted to clarify my post #7143-639 where I mentioned the UI Theme dropdown is appearing when it wasn't before...
- 11:07 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Greg Shah wrote:
> You can merge after 7667b.
I'll rebase and merge as soon as I see it hits. - 11:02 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- You can merge after 7667b.
- 08:40 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Roger Borrello wrote:
> Great feedback... committed revision 14917.
Greg, it's good for merge. - 08:37 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Galya B wrote:
> Two conditions are introduced, that can be merged together: @[ -f "$SLF4J_IMPL" ] && cp -f $SLF4J_I... - 07:20 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Two conditions are introduced, that can be merged together: @[ -f "$SLF4J_IMPL" ] && cp -f $SLF4J_IMPL ${spawn_dir}/s...
- 07:12 AM Database Feature #6815 (Review): configure all cache sizes in the directory, and create documentation for ...
- Created *6815a* and committed *rev.14916*. As suggested by Alexandru in #6815-9, I've created a way to instrument cac...
01/09/2024
- 05:56 PM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Branch *7589c* was rebased to trunk_14915 and is at revision 14916.
- 11:17 PM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Galya B wrote:
> Roger, did you create 7589b? 7589b is merged. It should have been 7589c.
Oops... I've correct it... - 11:31 AM Base Language Feature #6417: cleanup some known items in appserver support
- Until we are done with our work with #6853, we only run specific sets of tests manually to check functionality. Once...
- 10:53 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> There is also a @file-cvt-list.txt.rest_and_appserver@, to run the plain appserver clien... - 10:49 AM Base Language Feature #6417: cleanup some known items in appserver support
- r14914 Fixes legacy appserver throw / return error.
Related tests @appsrv/test/test_throw_error.p@ & @appsrv/test... - 09:21 AM Deployment Support #3303: make the automated deployment process fully production ready
- Greg Shah wrote:
> > Note how easily it is to setup FWD so it can be made available:
> > [...]
> > Then it's just ... - 08:54 AM Deployment Support #3303: make the automated deployment process fully production ready
- > May I suggest Docker should be the main basis for the build and runtime roles?
I do want to leverage Docker to ... - 08:16 AM Database Bug #7454 (Closed): Make ValueStringIgnoreCase the default generated value for setString in FWD-H2
- 08:04 AM Database Bug #7454: Make ValueStringIgnoreCase the default generated value for setString in FWD-H2
- This can be closed.
- 08:16 AM Database Feature #7404 (Closed): Trasform replace-mode into append-mode when target table is empty
- 08:04 AM Database Feature #7404: Trasform replace-mode into append-mode when target table is empty
- This can be closed.
- 08:16 AM Database Bug #7389 (Closed): Make fast-copy statements cachable
- 08:03 AM Database Bug #7389: Make fast-copy statements cachable
- This can be closed.
- 08:03 AM Database Bug #7252: Use direct-access to support for-each queries without WHERE and BY clauses
- Radu, lets see how we can "resurrect" this task. I think the initial statistic of *lots* of @SELECT@ statements that ...
- 07:37 AM Database Bug #8183: debugging database module
- This task should include an easy way to see a temp-table or permanent table's contents without having to do complex m...
- 05:06 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- Alexandru [ad], please refer to [[internal-documentation:H2_Database_Fork]] for further insights.
- 04:38 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- > This is a patch of what I wrote so far. So from what I understand, instead of having a delete from tt where _multip...
- 04:24 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- This is a patch of what I wrote so far. So from what I understand, instead of having a @delete from tt where _multipl...
- 04:20 AM Database Bug #7138: Short circuit fake-update (update with a new value eqaul to the old value) in H2
- An update on the current test status:
* Rebased *7138a_h2* with *fwd-h2/rev.38*. *7138a_h2* is now at revision *45*;...
01/08/2024
- 05:55 PM Database Bug #8183 (WIP): debugging database module
- I created task branch 8183a and committed some of my code I have maintained for some time (r14914). It was designed n...
- 04:57 PM Database Bug #8183: debugging database module
- This task is the place for discussions on how to do database debugging and develop tools for doing this optimally.
- 04:53 PM Database Bug #8183 (WIP): debugging database module
- 04:08 PM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- > > * we need to fix the ConnectionManager part where it uses 'new File'
> It sounds a related task, but in actual f... - 09:55 AM Base Language Feature #6417: cleanup some known items in appserver support
- > agentId, sessionId, threadId: these are 'plugged in' but the Agent doesn't set the to anything (remain unknown).
... - 08:35 AM Base Language Feature #6417: cleanup some known items in appserver support
- Marian, can you help with #6417-19. Something seems wrong with the paths to procedures for @appsrv/runall.p@.
- 08:28 AM Base Language Feature #6417: cleanup some known items in appserver support
- > > * OO instance serialization and transmission to remote side (GES: are we already handling this in #4658?)
> I gu... - 08:20 AM Base Language Feature #6417: cleanup some known items in appserver support
- Greg Shah wrote:
> * OO instance serialization and transmission to remote side (GES: are we already handling this in... - 08:02 AM Base Language Feature #6417: cleanup some known items in appserver support
- @file-cvt-list.txt.soap.rest.webhandler@ (138 procedures) is a subset of @file-cvt-list.txt.rest_and_appserver@ (988 ...
- 07:09 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> Constantin Asofiei wrote:
> > * for SOAP, make sure 'soap:address' is set to '/wsa/wsafwd' in fwd.... - 05:16 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> * for SOAP, make sure 'soap:address' is set to '/wsa/wsafwd' in fwd.wsdl. After that, r... - 03:26 AM Base Language Feature #6417: cleanup some known items in appserver support
- > * agentId, sessionId, threadId: these are 'plugged in' but the Agent doesn't set the to anything (remain unknown).
... - 02:43 AM Base Language Feature #6417: cleanup some known items in appserver support
- > * oerequestinfo: adapterType requires enum, which is not supported by FWD yet
I reworked @com.goldencode.p2j.oo.ap... - 09:13 AM Database Bug #7138: Short circuit fake-update (update with a new value eqaul to the old value) in H2
- Alexandru Lungu wrote:
> Please let the application convert over night. After, we can go ahead with proper testing.
... - 09:10 AM Database Bug #7138: Short circuit fake-update (update with a new value eqaul to the old value) in H2
- Please let the application convert over night. After, we can go ahead with proper testing.
- 08:45 AM Database Bug #7138: Short circuit fake-update (update with a new value eqaul to the old value) in H2
- I updated the sources for the customer applications but there are some regressions/files missing which I'll need to l...
- 01:34 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Roger, did you create 7589b? 7589b is merged. It should have been 7589c.
01/06/2024
- 10:29 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- It seems like you code is a bit different than the trunk. But it still should work:
In @putConnected()@, there is ...
01/05/2024
- 03:09 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- I did some debugging and I found that the lookup is happening inside @ConnectionManager.java@ at @Map<String, String>...
- 02:48 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Ovidiu Maxiniuc wrote:
> Please check whether the @hotel@ database is connected at the moment @USERID()@ function is... - 12:56 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- I remember we have full support here. IIRC, there were some differences between Linux and Windows and whether the @_U...
- 10:18 AM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Ovidiu: Do you recall the status of our @userid@ implementation? What should be happening here?
- 08:06 AM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Greg Shah wrote:
> > Ok. There is @/security/accounts/osusers/osuser@ and @webClient/defaultOsUser@ in @hotel_gui@. ... - 12:08 PM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Branch 7589b was rebased to trunk_14912 and is at revision 14914.
- 10:50 AM Runtime Infrastructure Bug #7589 (Review): org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Galya: Please review.
- 10:41 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- I tested @postbuild.sh@ with a bogus file, such that I would be able to test my dockerfile's ability to handle a @bui...
- 09:14 AM Database Bug #7776 (Closed): Previous regression on FWD-H2 lazy mode
- 04:07 AM Database Bug #7776 (Test): Previous regression on FWD-H2 lazy mode
- This can be closed.
- 09:14 AM Database Bug #8032 (Closed): Deleted records are returned by a preselect query
- 04:06 AM Database Bug #8032: Deleted records are returned by a preselect query
- 5768a was merged to trunk. This task can be Closed.
- 08:56 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> Import these in SoapUI and see if these work. There is also a @file-cvt-list.txt.rest_a... - 08:03 AM Base Language Feature #6417: cleanup some known items in appserver support
- > * versioninfo fields are read-only, but writing them is a runtime error and not compile error in FWD.
Solved in ... - 04:14 AM Base Language Feature #6417: cleanup some known items in appserver support
- Greg Shah wrote:
> * a QUIT on the remote side quits the client
Solved in r14910. @appsrv/test/test_raise_quit.p@... - 08:05 AM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- Galya B wrote:
> Ovidiu Maxiniuc wrote:
> > At any rate, I think @Pair@ and @StringUtils@ are the only class from t... - 02:42 AM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- Ovidiu Maxiniuc wrote:
> At any rate, I think @Pair@ and @StringUtils@ are the only class from that package/library ... - 02:39 AM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- We've started discussing how to access the DB configs in #7572-134 and I mentioned an issue noone paid attention to, ...
- 05:12 AM Database Feature #6720: lazy hydration
- Eduard, please assist the regression hunting here. I am aware that you have a more suitable environment for regressio...
- 05:08 AM Database Feature #7382: Check performance of delete from vs drop table in H2
- Alexandru [ad], please provide a prototype for this task asap.
- 04:04 AM Database Feature #7416 (Test): Reiterate DatabaseStatistics and leverage to other database profling tools
- 04:01 AM Database Bug #7138 (Internal Test): Short circuit fake-update (update with a new value eqaul to the old va...
- Greg Shah wrote:
> What is the status of 7138a_h2? Does it need more review? More testing? It seems to provide a ... - 03:56 AM Database Bug #7167: Associating records from opened buffers to new sessions is slow
- Danut, I don't think that the shift to 10s looks OK with these statistics. Mind that we "lock" a connection from the ...
- 03:48 AM Database Feature #6825 (WIP): improve table meta runtime (TableMapper and other)
- Alexandru [ad], please attempt to continue profiling and optimization of @TableMapper@. The recent changes shifted a ...
01/04/2024
- 03:56 PM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- I had a look over 7884a/14843. I see it already uses some of the ideas I wrote above. I have only a few notes:
* I... - 03:27 PM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- Eric Faulhaber wrote:
> Greg Shah wrote:
> > Eric: Is @org.apache.commons.lang3.tuple.*@ a supported/approved libra... - 03:01 PM User Interface Feature #7884: Standard 4GL methods used for login screen authentication to be exposed in session...
- In #7884-32 Galya B wrote:
> Ovidiu Maxiniuc wrote:
> > For the second part. Provided the @ldbname@, the database c... - 12:26 PM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Galya B wrote:
> Roger Borrello wrote:
> > In order to achieve a level of flexibility in the Docker versions of pro... - 03:36 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Roger Borrello wrote:
> In order to achieve a level of flexibility in the Docker versions of projects, the Dockerfil... - 08:46 AM User Interface Bug #8074 (Closed): Preferred UI Theme not selected in web with auto-login and forked sessions
- 08:42 AM User Interface Bug #8074 (Test): Preferred UI Theme not selected in web with auto-login and forked sessions
- 8074a was merged to trunk as rev. 14911 and archived.
- 08:30 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- It can be merged to trunk now.
- 07:52 AM User Interface Bug #8074 (Merge Pending): Preferred UI Theme not selected in web with auto-login and forked sess...
- Galya B wrote:
> It's been tested before the review and now I've tested the newly introduced changes - @UserPreferen... - 07:18 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- It's been tested before the review and now I've tested the newly introduced changes - @UserPreferences@ needed some m...
- 03:45 AM User Interface Bug #8074 (Internal Test): Preferred UI Theme not selected in web with auto-login and forked sess...
- Code review 8074a revisions 14865 and 14866. The changes are good, I have no more concerns. Do you plan any more test...
- 02:20 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- r14866 Theme without value in directory to use class name in the dropdown
- 02:09 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Hynek Cihlar wrote:
> Galya B wrote:
> > Hynek Cihlar wrote:
> > > Code review 8074a.
> > >
> > > @WebDriverHan...
01/03/2024
- 01:29 PM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Thanks for the explanation. In order to achieve a level of flexibility in the Docker versions of projects, the Docker...
- 08:24 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Roger Borrello wrote:
> Galya B wrote:
> > If you want to introduce a related change, please take into consideratio... - 08:17 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Galya B wrote:
> If you want to introduce a related change, please take into consideration that with 7589b @postbuil... - 02:25 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Roger Borrello wrote:
> Happy New Year!
Happy New Year!
> There were also a couple of oversights with this bra... - 12:10 PM User Interface Bug #7515: FILL-IN: editing dates issues
- Another minor issue:
OE: when the cursor points to a delimiter, and the user inputs the *same* delimiter character... - 11:25 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Galya B wrote:
> Hynek Cihlar wrote:
> > Code review 8074a.
> >
> > @WebDriverHandler.getAvailableThemes@ should... - 10:55 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> It won't help with #6417-5 that is to make clear the requirement (do we want a runtime or compile e... - 09:30 AM Base Language Feature #6417: cleanup some known items in appserver support
- Constantin Asofiei wrote:
> Import these in SoapUI and see if these work. There is also a @file-cvt-list.txt.rest_a... - 09:11 AM Base Language Feature #6417: cleanup some known items in appserver support
- > * some errors throw by SERVER:CONNECT are not the same
Tests in @testcases/appsrv/test/connect_errors/@ are now ... - 06:47 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya, these are the steps to run the web tests from xfer testcases; some info is at [[p2j:Testcases#Running-Web-test...
- 03:00 AM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Theodoros Theodorou wrote:
> > * @AuditDbOps@
> > ** is @meta_aud_audit_data@ hard-coded SQL name valid for all sup...
01/02/2024
- 01:54 PM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Happy New Year!
I just wanted to post a "public service announcement" as this update to @postbuild.sh@ creates a ... - 08:12 AM Runtime Infrastructure Bug #7589 (Test): org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- 7589b was merged to trunk as rev. 14908 and archived.
- 07:55 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- You can merge now.
- 08:52 AM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- > Ok. There is @/security/accounts/osusers/osuser@ and @webClient/defaultOsUser@ in @hotel_gui@. Which one should I u...
- 08:28 AM Base Language Bug #8119 (Closed): JavaDoc build task produces more warnings in Windows in comparison to Linux
- 08:23 AM Base Language Bug #8119: JavaDoc build task produces more warnings in Windows in comparison to Linux
- New param @javadoc.verbose@ added to [[p2j:Building_FWD_From_Source#Build-Properties]].
- 08:11 AM Base Language Bug #8119: JavaDoc build task produces more warnings in Windows in comparison to Linux
- Please add this new property to "Build Properties":/projects/p2j:Building_FWD_From_Source#Build-Properties.
- 08:05 AM Base Language Bug #8119 (Test): JavaDoc build task produces more warnings in Windows in comparison to Linux
- 8119a was merged to trunk as rev. 14907 and archived.
- 07:56 AM Base Language Bug #8119: JavaDoc build task produces more warnings in Windows in comparison to Linux
- You can merge now.
- 08:09 AM Deployment Support #3303: make the automated deployment process fully production ready
- Branch 3303a was merged into trunk revision 14898 and archived.
01/01/2024
- 05:55 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- > * @AuditDbOps@
> ** is @meta_aud_audit_data@ hard-coded SQL name valid for all supported dialects? *Eric:* here I ... - 09:09 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Constantin Asofiei wrote:
> Review of 4392a rev 14868:
> * ConnectHelper - is it possible to go into an infinite re... - 04:09 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Ovidiu Maxiniuc wrote:
> Constantin Asofiei wrote:
> > * FileStream - *Ovidiu*: I understand the purpose of 'hasDup... - 04:05 AM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Constantin Asofiei wrote:
> * we need to fix the ConnectionManager part where it uses 'new File'
It sounds a relate... - 03:57 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Hynek Cihlar wrote:
> Code review 8074a.
>
> @WebDriverHandler.getAvailableThemes@ should somehow handle a theme ... - 03:00 AM Base Language Bug #8119: JavaDoc build task produces more warnings in Windows in comparison to Linux
- Greg Shah wrote:
> Code Review Task Branch 8119a Revisions 14874 and 14875
>
> The changes are good.
>
> Pleas... - 02:55 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Greg Shah wrote:
> Code Review Task Branch 7589b Revision 14868
>
> The changes look good. If suitable testing h...
12/28/2023
- 05:59 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Constantin Asofiei wrote:
> Review of 6422a rev 14906 (the entire code):
> * @AuditControlManager@
> ** we don't/...
12/25/2023
- 07:04 AM Database Bug #6767: Possible name clashes in DMO classes
- The work redone in the branch 6767b, The branch is rebased to trunk rev. 14906 the branch revision is 14917.
Please,...
12/23/2023
- 02:34 PM Base Language Feature #6649: improve the performance or SourceNameMapper runtime
- 6649c was merged to trunk rev 14906 and archived.
- 08:04 PM Base Language Feature #6649: improve the performance or SourceNameMapper runtime
- Created task branch 6649c from trunk rev 14905
6649c rev 14906 fixes a race condition in SourceNameMapper propath ... - 10:40 PM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Constantin Asofiei wrote:
> * FileStream - *Ovidiu*: I understand the purpose of 'hasDuplicatedLastLine' flag, but a...
12/22/2023
- 03:01 PM Database Bug #6767: Possible name clashes in DMO classes
- The following methods should be also renamed in addition to the methods listed in #6767-9:...
- 12:52 PM Base Language Feature #6422 (WIP): implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Wow, I missed a lot.
Theodoros: Please address these concerns/notes. - 12:47 PM Base Language Feature #6422 (Review): implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Review of 6422a rev 14906 (the entire code):
* @AuditControlManager@
** we don't/can't use @volatile@ for context-... - 12:47 PM Base Language Feature #6422 (Internal Test): implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Eric Faulhaber wrote:
> Some minor coding standards or format issues in @DirectoryServiceHelper@:
> * Lines 7-8 sho... - 12:11 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Code Review Task Branch 6422a Revisions 14889 through 14906
I'm OK with the changes. - 11:48 AM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Theodoros: Please rebase this to the latest trunk revision 14903.
Constantin: Please review after this is rebased. - 11:29 AM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Code review 6422a/14902-14906 (after rebase):
The changes look good to me.
Some minor coding standards or forma... - 12:49 PM Runtime Infrastructure Bug #7589 (Internal Test): org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- Code Review Task Branch 7589b Revision 14868
The changes look good. If suitable testing has been completed, we ca... - 12:35 PM Base Language Bug #8119 (Merge Pending): JavaDoc build task produces more warnings in Windows in comparison to ...
- Code Review Task Branch 8119a Revisions 14874 and 14875
The changes are good.
Please rebase and we will schedul... - 12:16 PM Base Language Feature #4392: add -pf support for appserver CONNECT() method
- Review of 4392a rev 14868:
* ConnectHelper - is it possible to go into an infinite recursion in 4GL, if -pf is used ... - 12:09 PM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- Code review 8074a.
@WebDriverHandler.getAvailableThemes@ should somehow handle a theme with empty name in the dire... - 10:42 AM Database Bug #7138: Short circuit fake-update (update with a new value eqaul to the old value) in H2
- What is the status of 7138a_h2? Does it need more review? More testing? It seems to provide a decent improvement o...
- 04:24 AM Base Language Feature #7045 (Test): re-implement "normal" (non-abend) stack unwinding to avoid throwing an exce...
- Branch 7045b was merged into trunk revision 14899 and archived.
- 12:31 AM Database Bug #7496 (WIP): finish support for query:forward-only attribute
- Since 7496b was merged, I'll put this issue into WIP. I've managed to find a few other issues with the implementation...
12/21/2023
- 03:07 PM Base Language Feature #7045: re-implement "normal" (non-abend) stack unwinding to avoid throwing an exception
- 7045b is at the front of the queue now, go ahead and merge.
- 02:33 PM Base Language Feature #7045: re-implement "normal" (non-abend) stack unwinding to avoid throwing an exception
- You can merge 7045b to trunk after 3303a.
- 02:27 PM Base Language Feature #7045: re-implement "normal" (non-abend) stack unwinding to avoid throwing an exception
- 7045b passed ETF testing.
- 09:30 AM Base Language Feature #7045: re-implement "normal" (non-abend) stack unwinding to avoid throwing an exception
- Constantin, do you feel like it is better to get *everything* in trunk and then run ETF against all, instead of "micr...
- 09:03 AM Base Language Feature #7045: re-implement "normal" (non-abend) stack unwinding to avoid throwing an exception
- Alexandru Lungu wrote:
> Constantin, ETF tests are the only ones that were not run. I rebased 7045b to latest trunk ... - 07:15 AM Base Language Feature #7045: re-implement "normal" (non-abend) stack unwinding to avoid throwing an exception
- Nice catches, Eduard! Please do a second iteration of the changes - I really want to make sure we don't missed someth...
- 06:17 AM Base Language Feature #7045: re-implement "normal" (non-abend) stack unwinding to avoid throwing an exception
- Looked at 7045b after rebase, it looks fine.
Done some minor fixes at history entry.
In @forBlockWorker@, changed i... - 02:43 PM Base Language Bug #8154: refactor scopeable stacks
- Constantin Asofiei wrote:
> I need to digest this more; for scoped dictionaries, in my mind I have something like th... - 01:51 PM Base Language Bug #8154: refactor scopeable stacks
- Eric Faulhaber wrote:
> Constantin Asofiei wrote:
> > [...]
> > Why I mention this: all this stack push/pop, my fe... - 01:19 PM Base Language Bug #8154: refactor scopeable stacks
- Constantin Asofiei wrote:
> [...]
> Why I mention this: all this stack push/pop, my feeling is that is expensive; o... - 12:46 PM Base Language Bug #8154: refactor scopeable stacks
- From #7026-296:
> Constantin Asofiei wrote:
> > On a side note: all scope support is managed in various stacks (o... - 12:45 PM Base Language Bug #8154 (WIP): refactor scopeable stacks
- 02:42 PM Deployment Support #3303: make the automated deployment process fully production ready
- Greg Shah wrote:
> Code Review Task Branch 3303a Revision(s?) 14897 through 14899
>
> I'm not sure why it shows 3... - 02:32 PM Deployment Support #3303: make the automated deployment process fully production ready
- Code Review Task Branch 3303a Revision(s?) 14897 through 14899
I'm not sure why it shows 3 revisions but the chang... - 02:25 PM Deployment Support #3303: make the automated deployment process fully production ready
- The incorrect branch name has been corrected to be *3303a*
- 02:02 PM Deployment Support #3303: make the automated deployment process fully production ready
- Roger Borrello wrote:
> Greg Shah wrote:
> > Could you have misnamed the branch on creation?
>
> Ugh... I must d... - 02:00 PM Deployment Support #3303: make the automated deployment process fully production ready
- Greg Shah wrote:
> Could you have misnamed the branch on creation?
Ugh... I must dyslexic be... I created it as *... - 01:57 PM Deployment Support #3303: make the automated deployment process fully production ready
- There is no branch at @~/secure/code/p2j_repo/p2j/active/3303a/@. Could you have misnamed the branch on creation?
- 01:49 PM Deployment Support #3303: make the automated deployment process fully production ready
- Branch 3303a was rebased to trunk_14896 and is at revision 14899.
- 02:42 PM Runtime Infrastructure Bug #8135: replace ScopedDictionary for better performance
- Some notes on the current prototype replacement...
I've gotten rid of the dictionaries at each scope level. There ... - 02:39 PM Base Language Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- Branch 7026f was merged into trunk revision 14897 and archived.
- 10:34 AM Base Language Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- 7026f rev 14903 fixes some regressions in WidgetPool support.
- 06:14 AM Base Language Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- 7026f rev 14902 includes:
* Refactored the WidgetPool scopeable support to register for processing as needed.
* Obj... - 01:34 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- Eric Faulhaber wrote:
> Code review 6422a/14649-14653:
> > * I think the bind/unbind is not needed because I think ... - 12:39 PM Database Feature #6442: missing encoding/collation features
- The @DBCODEPAGE()@ and @DBCOLLATION()@ built-in function were implemented in #7326 and available in trunk starting wi...
- 12:05 PM Database Feature #4722 (Test): data import should be able to run with only the converted application jar f...
- Branch 4722b was merged into trunk revision 14895 and archived.
- 11:24 AM Database Feature #4722 (Merge Pending): data import should be able to run with only the converted applicat...
- Please merge 4722b after 8056b.
- 10:58 AM Database Feature #4722: data import should be able to run with only the converted application jar file (an...
- I rebased the branch to trunk/14890 and fixed the (strange, albeit simple) conflicts.
Pushed up 4722b to revision 14... - 09:11 AM Database Feature #4722: data import should be able to run with only the converted application jar file (an...
- Ovidiu : Please rebase and if the result is working with a smoke test, we will get it merged.
- 09:03 AM Database Feature #4722: data import should be able to run with only the converted application jar file (an...
- Greg Shah wrote:
> Constantin: Please review the @memptr@ change in 4722b rev 14888. If this was a safe change, why... - 08:44 AM Database Feature #4722: data import should be able to run with only the converted application jar file (an...
- Constantin: Please review the @memptr@ change in 4722b rev 14888. If this was a safe change, why didn't we make it b...
- 08:31 AM Database Feature #4722: data import should be able to run with only the converted application jar file (an...
- Ovidiu, there are a couple of conflicts when attempting to rebase against trunk revision 14890. Could you take a look...
- 08:28 AM Database Feature #4722: data import should be able to run with only the converted application jar file (an...
- Eric Faulhaber wrote:
> I think the @import.sh@ changes are ok, but I did not confirm with a test. Has this been tes... - 11:36 AM User Interface Bug #7824 (Test): Simplify idle connection settings and apply the default configuration for the w...
- 11:33 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- 7824a has been rebased, merged into the trunc as rev 14893 and archived.
- 11:21 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- Planning to merge within next 15 minutes after rebase.
- 10:00 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- This can merge after 7889a.
- 09:46 AM User Interface Bug #7824 (Merge Pending): Simplify idle connection settings and apply the default configuration ...
- Code review 7824a revision 14897. The changes are good, I have no more objections.
- 04:00 AM User Interface Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
- 7824a has been rebased. It seems that it can be merged into the trunc. Are there any objections?
- 11:23 AM Database Feature #8067: investigate adding automatically adding a FIELDS clause for simple record blocks
- I fully agree with Eric and mark this as top focus in the implementation. However, I am not 100% sure this approach w...
- 11:13 AM Database Feature #8067: investigate adding automatically adding a FIELDS clause for simple record blocks
- Please note that an explicit FIELDS clause in 4GL code will raise an error if a field is accessed in downstream code ...
- 10:50 AM Database Bug #7496: finish support for query:forward-only attribute
- Branch 7496b was merged into trunk revision 14891 and archived.
This task is still open due to 7496a. - 10:07 AM Database Bug #7496: finish support for query:forward-only attribute
- Doing it now - just 10 mins to check it out.
- 07:52 AM Database Bug #7496: finish support for query:forward-only attribute
- You can merge 7496b to trunk now.
- 04:57 AM Database Bug #7496: finish support for query:forward-only attribute
- Greg, this seems like an easy performance gain. It was fully tested (except ETF). We can go ahead with the merge of 7...
- 08:42 AM Database Bug #6767: Possible name clashes in DMO classes
- Eric Faulhaber wrote:
> Vladimir, sorry for the long delay in reviewing this again. Please rebase this branch when y...
Also available in: Atom