General

Profile

Constantin Asofiei's activity

From 09/30/2024 to 10/29/2024

10/22/2024

11:57 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
Galya B wrote:
> File header in r15514.
Thanks, you can merge to trunk now.
Constantin Asofiei
05:10 AM Database Bug #9078: emit FindQuery as (reused) variables
Dănuț Filimon wrote:
> * A part of the analysis can be done on the converted code (how many FindQuery instances can ...
Constantin Asofiei

10/17/2024

01:24 PM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
Galya B wrote:
> 8661a was merged to trunk as rev. 15504 and archived.
>
> Is this needed in #7156?
Not at this ...
Constantin Asofiei
01:10 PM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
Galya B wrote:
> After which branch?
Sorry, I meant first, you can merge.
Constantin Asofiei
12:57 PM Runtime Infrastructure Feature #6377 (Merge Pending): provide tooling (and UI in the admin interface) to manage appserve...
Galya B wrote:
> How about I merge now?
You are next in queue for merge, go ahead when available.
Constantin Asofiei
11:11 AM Runtime Infrastructure Feature #6377 (Internal Test): provide tooling (and UI in the admin interface) to manage appserve...
Thanks, we can move this to internal test. Please check for some apps (GUI and appserver and batch processes) that e... Constantin Asofiei
07:55 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
Galya B wrote:
> Constantin Asofiei wrote:
> > Only one issue, please; in this code at line 1412:
> > [...]
> > s...
Constantin Asofiei
07:24 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
Only one issue, please; in this code at line 1412:... Constantin Asofiei
05:35 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
Galya B wrote:
> Constantin Asofiei wrote:
> > ** @invokeMethod@ around line 936 - use both the class name and the ...
Constantin Asofiei
05:16 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
Review for 8661a rev 15509:
* @AgentPool@ - @Set.copyOf@ is not available in Java 8 - please replace this code.
* i...
Constantin Asofiei
11:51 AM Database Bug #9251: cache the translated FQL in FQLPreprocessor.translate
Ovidiu Maxiniuc wrote:
> # the synchronization. In @AbstractQuery.translateSort()@ and also in @FQLPreprocessor.tran...
Constantin Asofiei
03:12 AM Database Bug #9251 (Merge Pending): cache the translated FQL in FQLPreprocessor.translate
The changes look good. I've ran ETF and #9214 and they are OK.
You can merge to trunk now.
Constantin Asofiei
08:46 AM Base Language Feature #6410: implement additional built-in OO classes/interfaces
I've rebased 6410b and reviewing it. Marian, I'll let you know once is pushed to xfer. Constantin Asofiei

10/16/2024

07:10 AM Database Bug #9251: cache the translated FQL in FQLPreprocessor.translate
Stefanel Pezamosca wrote:
> First try: it seems like caching the @translateSort@ output does not bring any improveme...
Constantin Asofiei
05:01 AM Database Bug #9262 (Hold): batch assign updates the dirty database on each assignment
Yes, with 7156c @DirtyShareContext.insert@ is being called on batch end, so assuming the changes in 7156c will reach ... Constantin Asofiei
03:32 AM Database Bug #9262: batch assign updates the dirty database on each assignment
I found some cases where @DirtyShareContext.insert@ is being called on each assignment in a batch assign, and not jus... Constantin Asofiei
03:27 AM Database Bug #9262 (Hold): batch assign updates the dirty database on each assignment
Constantin Asofiei
03:10 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
Review for 8661a rev 15508:
* please remove the @src/com/goldencode/p2j/util/appserver/@ empty package. Even if we ...
Constantin Asofiei

10/14/2024

06:44 AM Database Bug #9251: cache the translated FQL in FQLPreprocessor.translate
The recreate is this:... Constantin Asofiei
06:09 AM Database Bug #9251: cache the translated FQL in FQLPreprocessor.translate
We need a LRU cache for the @FQLPreprocessor.translate@ result. The cache key will be similar to existing FQL keys, ... Constantin Asofiei
06:07 AM Database Bug #9251 (Test): cache the translated FQL in FQLPreprocessor.translate
Constantin Asofiei

10/11/2024

06:16 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
Galya B wrote:
> Constantin Asofiei wrote:
> > Galya B wrote:
> > > Constantin, I had to remove @security:certific...
Constantin Asofiei
06:09 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
Galya B wrote:
> Constantin, I had to remove @security:certificate:validate@ as you asked me in #7808-115, because i...
Constantin Asofiei

10/08/2024

02:02 AM Database Bug #9228 (Merge Pending): FQL to SQL conversion for CONTAINS when the output is expected to be a...
Stefanel Pezamosca wrote:
> I had the changes patched to my local trunk for a while now. I didn't encounter any obvi...
Constantin Asofiei

10/07/2024

05:13 AM Database Bug #9228: FQL to SQL conversion for CONTAINS when the output is expected to be always false is n...
Stefanel, please go ahead and test other projects. If they are OK, we can queue this for merge. Constantin Asofiei

10/04/2024

06:42 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
Galya B wrote:
> Constantin, I had to remove @security:certificate:validate@ as you asked me in #7808-115, because i...
Constantin Asofiei
05:10 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
Galya B wrote:
> For now I'm implementing only displaying the info read-only. If we add edit functionality later on,...
Constantin Asofiei
05:05 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
Galya B wrote:
> @SecurityCache.getAccountsForAppserver@ returns an array, but I guess I should just ignore it and c...
Constantin Asofiei
04:13 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
Galya B wrote:
> A question: can there be several processes configured for one appserver? Is this a way to simply ha...
Constantin Asofiei
03:42 AM Database Bug #9228: FQL to SQL conversion for CONTAINS when the output is expected to be always false is n...
I've tested ETF and is OK. I think we need to wait for 6667i to be merged, and after that we'll test some other apps... Constantin Asofiei

10/03/2024

07:05 AM Database Bug #9228: FQL to SQL conversion for CONTAINS when the output is expected to be always false is n...
Ovidiu, please review. Constantin Asofiei

10/02/2024

02:31 PM Database Bug #9228: FQL to SQL conversion for CONTAINS when the output is expected to be always false is n...
Was your test with 6667i? Because this code does not check correctly for 'order by' ASTs, in the case when the sort ... Constantin Asofiei
01:49 PM Database Bug #9228: FQL to SQL conversion for CONTAINS when the output is expected to be always false is n...
What's the FQL being converted here? Constantin Asofiei

10/01/2024

09:55 AM Database Bug #9224: conversion of sql table name honors FWD reserved words
A legacy table named @Property@ will have a sql table name of @Property_@ - this is because FWD has a reserved name t... Constantin Asofiei
09:52 AM Database Bug #9224 (New): conversion of sql table name honors FWD reserved words
Constantin Asofiei
 

Also available in: Atom