Project

General

Profile

Activity

From 08/12/2021 to 09/10/2021

09/10/2021

09:04 AM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
Is there any work remaining in this task? Greg Shah
09:00 AM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
Ovidiu Maxiniuc wrote:
> This happened because there was no session / transaction open at that moment. I created a s...
Constantin Asofiei
07:00 AM Bug #4071: FWD server stops allowing new web client logins after abend
> I think we need to consider if there is ever a scenario in which context cleanup is needed for reader/writer thread... Greg Shah

09/09/2021

07:21 PM Bug #4071: FWD server stops allowing new web client logins after abend
I was closing the web client of a large application in virtual desktop mode, debugging the update of the @meta_connec... Eric Faulhaber
02:56 PM Bug #4564: unqualified field references can get the wrong buffer name if a FORM or DEF FRAME is p...
No. @com.goldencode.p2j.persist.*@ is a runtime package. It has nothing to do with conversion. Greg Shah
02:30 PM Bug #4564: unqualified field references can get the wrong buffer name if a FORM or DEF FRAME is p...
We are still patching some procedures to fully-qualify their field-references. They are willing to incorporate the up... Roger Borrello

09/08/2021

07:50 PM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
This happened because there was no session / transaction open at that moment. I created a short-lived micro-transacti... Ovidiu Maxiniuc
07:17 AM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
Unfortunately this makes things worse - try the test without a full tx present and you will get a @"Attempting DML wh... Constantin Asofiei

09/07/2021

04:13 PM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
The above changes were committed in revision 12898/3821c, after testing them for a few days on my local environment.
...
Ovidiu Maxiniuc

09/04/2021

03:27 AM Feature #3814: more schema metadata
Eric Faulhaber wrote:
> Igor, I'm re-familiarizing myself with @MetadataManager@ for changes we need for #3912. Can ...
Igor Skornyakov

09/03/2021

05:35 PM Feature #3814: more schema metadata
Igor, I'm re-familiarizing myself with @MetadataManager@ for changes we need for #3912. Can you please help me unders... Eric Faulhaber
11:52 AM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
I changes the code which sets these attributes like this:... Ovidiu Maxiniuc
11:15 AM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
Constantin Asofiei wrote:
> Eric Faulhaber wrote:
> > The intended design was that "normal" records would not be up...
Eric Faulhaber

09/02/2021

03:07 PM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
Eric Faulhaber wrote:
> Is the peer record supposed to follow the usual validation/flushing rules, which are based o...
Constantin Asofiei
12:39 PM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
Constantin Asofiei wrote:
> Eric Faulhaber wrote:
> > If the issue is that the bulk copy does not pick up changes i...
Eric Faulhaber
11:59 AM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
Eric Faulhaber wrote:
> If the issue is that the bulk copy does not pick up changes in process in related buffers, c...
Constantin Asofiei
11:57 AM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
Or is the issue that there is a version of the record which represents a "snapshot" of the state (i.e., not the curre... Eric Faulhaber
11:53 AM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
If the issue is that the bulk copy does not pick up changes in process in related buffers, can we use the @ChangeBrok... Eric Faulhaber

09/01/2021

04:35 PM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
Indeed, the extra line caused the testcase to work correctly, hiding the flaw by reloading the @CHANGED@ record into ... Ovidiu Maxiniuc
01:10 PM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
Sorry, I had a @message tt1.f1 buffer tt1:error-string.@ in the first program, which confused you, that should not ha... Constantin Asofiei
12:54 PM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
Your second test program works fine for me, except that it lacks one line. When @message tt1.f1 buffer tt1:error-stri... Ovidiu Maxiniuc
02:43 AM Bug #5625 (WIP): changing a before-table reserved field does not flush the change in the after-table
Ovidiu, this doesn't solves my issue. The original scenario involved using SQLs like @insert into ... select from@ t... Constantin Asofiei
10:58 AM Feature #5491: custom locale/collation implementations
The main work of creating the locales and collations to cover current projects is complete.
Some related work desc...
Eric Faulhaber
10:36 AM Feature #5491: custom locale/collation implementations
Can we close this task or is there something remaining to work on, review or test? Greg Shah

08/31/2021

06:54 PM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
I identified two issues here.
The first was the NPE. This happened when the peer buffer was not found in cache. Th...
Ovidiu Maxiniuc

08/30/2021

05:45 PM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
Constantin Asofiei wrote:
> Ovidiu/Eric: can someone look at this? Is a show-stopper for #5505.
I will do it tomorr...
Ovidiu Maxiniuc
05:41 PM Bug #5625: changing a before-table reserved field does not flush the change in the after-table
In OE, the @error-string@ attribute is in sync between the before-table record and the after-table record. In FWD, t... Constantin Asofiei
05:28 PM Bug #5625 (WIP): changing a before-table reserved field does not flush the change in the after-table
Constantin Asofiei

08/25/2021

03:42 PM Feature #5491: custom locale/collation implementations
Ovidiu Maxiniuc wrote:
> I think you should keep the setting(s) for @_temp@ database until #5491-20 is done.
Yes,...
Eric Faulhaber
03:31 PM Feature #5491: custom locale/collation implementations
Indeed, @load_at_startup@ is not needed for @_temp@. It is actually skipped for this database.
It seems logical to...
Ovidiu Maxiniuc
03:27 PM Feature #5491: custom locale/collation implementations
Roger Borrello wrote:
> Is @load_at_startup@ necessary?
No, not for the @_temp@ database.
BTW, I plan to elimi...
Eric Faulhaber
03:23 PM Feature #5491: custom locale/collation implementations
Ovidiu Maxiniuc wrote:
> The @p2jspi.jar@ is used only by H2 databases. The @_temp@ databases are always H2. The @Lo...
Roger Borrello
01:12 PM Feature #5491: custom locale/collation implementations
I have changed manually the access mode of @deploy/lib/spi@ to 644 and I got the exception. However, it complained ab... Ovidiu Maxiniuc

08/24/2021

06:42 PM Feature #5491: custom locale/collation implementations
Thanks. Have you tried setting permissions on @spi/fwdspi.jar@ to see if it "breaks" you, too? Roger Borrello
04:54 PM Feature #5491: custom locale/collation implementations
Roger Borrello wrote:
> why the US collation?
This is a good question. Even if the @p2jspi.jar@ is inaccessible, th...
Ovidiu Maxiniuc
04:38 PM Feature #5491: custom locale/collation implementations
Roger Borrello wrote:
> Where might this check for @p2jspi.jar@ be coming from, and why the US collation?
Looks l...
Roger Borrello
04:28 PM Feature #5491: custom locale/collation implementations
Team... I was working with my VM and moved to the new custom locale @en_GB@iso88591_fwd_basic@. The cluster was creat... Roger Borrello

08/20/2021

04:48 PM Bug #5615: Project builds should copy out p2jpl.jar from FWD
I encountered a related issue while setting up the pg database on Windows. My installation is on a dedicated drive @Z... Ovidiu Maxiniuc
02:36 PM Bug #5615: Project builds should copy out p2jpl.jar from FWD
Vlad had this suggestion:
> Hi Roger.
>
> The goal ant import.db relies on the file p2jpl.jar is located in /us...
Roger Borrello
02:36 PM Bug #5615 (New): Project builds should copy out p2jpl.jar from FWD
Roger Borrello

08/18/2021

06:37 PM Feature #5491: custom locale/collation implementations
Roger Borrello wrote:
> Will the custom locale part of the "Database Server Setup":/projects/p2j/wiki/Database_Serve...
Ovidiu Maxiniuc
05:34 PM Feature #5491: custom locale/collation implementations
> is this an OS locale customization
It is at the OS level.
Greg Shah
03:04 PM Feature #5491: custom locale/collation implementations
Will the custom locale part of the "Database Server Setup":/projects/p2j/wiki/Database_Server_Setup_for_PostgreSQL_on... Roger Borrello
 

Also available in: Atom