Project

General

Profile

Activity

From 06/25/2023 to 07/24/2023

07/24/2023

08:21 AM Bug #7635 (Review): RemoteObject defaults to 'tracing' mode
7635a r14669 simply removing the flag should be good enough. There is already optimization and invalidation in the @C... Galya B
08:06 AM Bug #7635 (WIP): RemoteObject defaults to 'tracing' mode
Galya B
08:03 AM Bug #7635: RemoteObject defaults to 'tracing' mode
In @RemoteObject@, the @LOG@ instance gets created and @RemoteObject$RemoteAccess.tracing@ flag gets set before the l... Constantin Asofiei
08:01 AM Bug #7635 (Closed): RemoteObject defaults to 'tracing' mode
Constantin Asofiei

07/20/2023

07:14 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
According to the logs customer's app uses the first implementation it finds, i.e. FWD's, that's why we see Spring try... Galya B
07:08 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
The customer's log has this:... Constantin Asofiei

07/19/2023

10:53 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Roger, thanks for checking.
Galya: I've committed this diff from 7589a to 7156b for the customer. I'll let you kn...
Constantin Asofiei
10:47 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Constantin Asofiei wrote:
> I know you've made edits to build.xml and build.gradle lately, if the change makes sense...
Roger Borrello
10:44 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
When used in this "separate Tomcat JVM" scenario, we should to implement a @fwd-appserver-client.jar@ which only incl... Greg Shah
10:09 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Roger Borrello wrote:
> Constantin Asofiei wrote:
> > Roger, please take a look at 7589a.
>
> What should I take...
Constantin Asofiei
10:08 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Constantin Asofiei wrote:
> Roger, please take a look at 7589a.
What should I take a look at? You mean with my cu...
Roger Borrello
09:45 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Ops, I forgot @bzr add@ again, up in r14665. Galya B
09:43 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
I've done a @./gradlew all@ and it fails with this:... Constantin Asofiei
09:41 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
I checked it, it's fine. This covers it:... Galya B
09:36 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Roger, please take a look at 7589a.
Galya, I think the jar needs to be added to this, too:...
Constantin Asofiei
09:28 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
I'm not sure if the default slf4j impl that logs to stderr @slf4j-simple-2.0.7.jar@ will work with their setup. Anywa... Galya B
08:57 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Galya B wrote:
> Do you mean when FWD is used as library, there will be no FWD logs at all?
For FWD, the default is...
Constantin Asofiei
08:55 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Constantin Asofiei wrote:
> Galya B wrote:
> > From FWD's 3rd party libraries.
> FWD can't be in charge of 3rd par...
Galya B
08:53 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Galya B wrote:
> From FWD's 3rd party libraries.
FWD can't be in charge of 3rd party libraries when is deployed in ...
Constantin Asofiei
08:52 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Ask the customer to send the full exceptions, when their stress level is lower and they can manage the mouse to copy ... Galya B
08:51 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Constantin Asofiei wrote:
> Galya B wrote:
> > The real solution of this task is not separating slf4j and losing lo...
Galya B
08:50 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Galya B wrote:
> The real solution of this task is not separating slf4j and losing logs.
What do you mean by 'losin...
Constantin Asofiei
08:47 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
When using framework as library inside a container there is a very high chance to get classpath problems. The real so... Galya B
08:39 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Galya B wrote:
> The problem is not Tomcat, but something with Spring picking up slf4j impl from the classpath.
Th...
Constantin Asofiei
08:33 AM Bug #7589 (WIP): org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
The problem is not Tomcat, but something with Spring picking up slf4j impl from the classpath. Can you please share t... Galya B
08:28 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
No, the spring web app is running in its own JVM via tomcat - it is not running in the FWD server JVM.
The custome...
Constantin Asofiei
08:16 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Usually when you decide to use a framework, logging is provided by the framework. Here we have Spring framework in FW... Galya B
07:59 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Galya B wrote:
> How is their Spring logging configured, does it produce separate files?
I do not know these detail...
Constantin Asofiei
07:37 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
How is their Spring logging configured, does it produce separate files? Galya B
07:35 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
The problem is not Tomcat, but Spring. I'm not sure how to reproduce it to be able to offer a smarter solution instea... Galya B
07:17 AM Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
A customer deploys p2j.jar in a tomcat web app. Having @org.slf4j.impl.StaticLoggerBinder@ defined results in proble... Constantin Asofiei
07:14 AM Bug #7589 (Closed): org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
Constantin Asofiei

07/18/2023

07:23 AM Bug #7425: Avoid directory usage in static blocks
The order of the server bootstrap initialization was changed in *trunk/rev.14654* and the resources affected need to ... Dănuț Filimon

07/14/2023

04:43 AM Bug #7443: performance of CentralLogger
Constantin Asofiei wrote:
> Greg: I think we can merge this to trunk. Alexandru reported a 3.5% improvement for 744...
Constantin Asofiei

07/11/2023

05:07 AM Bug #7498: allow a single Web client launch if the client presses ENTER key multiple times
In the FWD Web client login page, if the FWD client presses the ENTER key multiple times, each keystroke will be post... Constantin Asofiei
05:04 AM Bug #7498 (Rejected): allow a single Web client launch if the client presses ENTER key multiple t...
Constantin Asofiei

07/10/2023

05:34 AM Bug #7425: Avoid directory usage in static blocks
Alexandru Lungu wrote:
> I am OK with the documentation. Looks clear to me. However, I feel you can do just a bit mo...
Dănuț Filimon
05:23 AM Bug #7425: Avoid directory usage in static blocks
I am OK with the documentation. Looks clear to me. However, I feel you can do just a bit more feedback on the "list o... Alexandru Lungu
03:18 AM Bug #7425: Avoid directory usage in static blocks
Alexandru Lungu wrote:
> Danut, please make sure you get this done correctly asap. I intend to experiment with some ...
Dănuț Filimon

07/07/2023

09:04 AM Bug #7425: Avoid directory usage in static blocks
Danut, please make sure you get this done correctly asap. I intend to experiment with some fine-tuning using this con... Alexandru Lungu

07/06/2023

10:10 AM Bug #7425: Avoid directory usage in static blocks
I updated [[p2j:Database_Configuration#Persistence|Database Configuration]], this is subjected to changes since I am ... Dănuț Filimon
09:27 AM Bug #7425: Avoid directory usage in static blocks
I will update the [[p2j:Database_Configuration#Persistence|Database Configuration]] wiki with the proper configuratio... Dănuț Filimon
09:22 AM Bug #7425 (Test): Avoid directory usage in static blocks
Merged 7388a in trunk as rev. 14641 and archived. Alexandru Lungu
08:03 AM Bug #7425: Avoid directory usage in static blocks
Well, @BufferManager@ is per-session so it *may* be a problem. We can go the other way around sticking to @8192@ whic... Alexandru Lungu
07:55 AM Bug #7425: Avoid directory usage in static blocks
*Committed 7388a/rev.14642*. Increased cache sizes:
* @BufferManager@: from 10000 to 16384.
* @FastFindCache@ L2: f...
Dănuț Filimon
07:42 AM Bug #7425: Avoid directory usage in static blocks
Danut, please do the same changes to @BufferManager@ and @FastFindCache@. Find the smallest power of 2 bigger than th... Alexandru Lungu
07:22 AM Bug #7425: Avoid directory usage in static blocks
Alexandru, @TemporaryAccountPool@ is OK, it gets fully initialized at server startup. I don't think even @bootstrap@... Constantin Asofiei
06:52 AM Bug #7425: Avoid directory usage in static blocks
Alexandru Lungu wrote:
> Danut, please create a second method only with class and size, which calls this 3 parameter...
Dănuț Filimon
06:12 AM Bug #7425: Avoid directory usage in static blocks
*Review:*
* I am still a bit concerned of @TemporaryAccountPool.getInstance(); TemporaryAccountPool.bootstrap();@....
Alexandru Lungu

07/05/2023

02:45 PM Bug #7425: Avoid directory usage in static blocks
> If everything is ok, can we merge this by tomorrow EOD?
Yes
Greg Shah
10:55 AM Bug #7425: Avoid directory usage in static blocks
I will do a second review asap. I am intending to do a second rebase + test + profile just to check that the performa... Alexandru Lungu
09:04 AM Bug #7425: Avoid directory usage in static blocks
*Committed 7388a/rev.14640*. Made changes based on the review in #7425-25, please note that:
* Fields were made non-...
Dănuț Filimon
04:44 AM Bug #7425: Avoid directory usage in static blocks
Review for 7388a rev 14639 compared with 14633 (base trunk rev for the branch):
* @TemporaryDatabaseManager.initiali...
Constantin Asofiei

07/04/2023

10:50 AM Bug #7425: Avoid directory usage in static blocks
Right, 7388a was the one I meant to write. Edited now. Alexandru Lungu
10:13 AM Bug #7425: Avoid directory usage in static blocks
Alexandru, I guess the branch is 7388a, with latest rev 14639. I'm reviewing this now. Constantin Asofiei
08:46 AM Bug #7425: Avoid directory usage in static blocks
You are right Danut, my bad on this one. It is fine to keep @null@ for @ds@ and let the directory service do the work... Alexandru Lungu
08:32 AM Bug #7425: Avoid directory usage in static blocks
Alexandru, you previously mentioned that "there are places where @Utils.getDirectoryNodeInt(null, ...);@ is used stra... Dănuț Filimon
07:46 AM Bug #7425: Avoid directory usage in static blocks
*Review of 7388a/rev. 14639*
* @TemporaryAccountPool@ still has a static block that does all kind of initializatio...
Alexandru Lungu
03:55 AM Bug #7425: Avoid directory usage in static blocks
Please proceed with the reviewing/testing since I've yet to receive a review for #7425-11. The last change I've done ... Dănuț Filimon
03:47 AM Bug #7425: Avoid directory usage in static blocks
Danut, please let me know if there is something else to be addressed here. I will like to do a review and testing rou... Alexandru Lungu

06/30/2023

05:34 AM Bug #7425 (Review): Avoid directory usage in static blocks
Alexandru Lungu

06/28/2023

09:40 AM Bug #7425: Avoid directory usage in static blocks
Alexandru Lungu wrote:
> > Although there is a field called loggingEnabled in P2JQueryLogger, it is not actually use...
Radu Apetrii
09:24 AM Bug #7425: Avoid directory usage in static blocks
> Although there is a field called loggingEnabled in P2JQueryLogger, it is not actually used, because P2JQueryExecuto... Alexandru Lungu
08:58 AM Bug #7425: Avoid directory usage in static blocks
Alexandru Lungu wrote:
> Radu, please check @P2JQueryLogger@. I feel like I've mismatched something in it while reba...
Radu Apetrii
04:31 AM Bug #7425: Avoid directory usage in static blocks
Radu, please check @P2JQueryLogger@. I feel like I've mismatched something in it while rebasing. More specific, I am ... Alexandru Lungu
03:44 AM Bug #7425: Avoid directory usage in static blocks
I retested the customer application and found out that the @psCache@ is initialized before the @CacheManager@, which ... Dănuț Filimon

06/27/2023

10:07 AM Bug #7425: Avoid directory usage in static blocks
*Committed 7388a/rev14637.*
* Removed the @DatabaseStatistics.get@ call in @StandardServer@
* This will be the stan...
Dănuț Filimon
04:31 AM Bug #7425: Avoid directory usage in static blocks
*Review of 7388a*
This also includes the review for #7388.
* In @StandardServer@, you no longer need @DatabaseSta...
Alexandru Lungu
03:53 AM Bug #7425: Avoid directory usage in static blocks
Rebased 7388a from trunk rev. 14633. 7388a is now at rev. 14636. Alexandru Lungu
09:03 AM Bug #7291 (Closed): LOG-MANAGER to log on client-side
The last issue was fixed in task branch 7415c which was merged to trunk as rev 14631. Greg Shah

06/26/2023

01:22 PM Bug #7443 (Closed): performance of CentralLogger
Greg Shah
12:52 PM Bug #7443 (Test): performance of CentralLogger
Galya B
12:29 PM Bug #7443: performance of CentralLogger
Task branch 7443a was merged to trunk as rev 14633 and archived. Galya B
10:56 AM Bug #7443: performance of CentralLogger
Please merge 7443a to trunk. Good work! Greg Shah
10:11 AM Bug #7443: performance of CentralLogger
Greg: I think we can merge this to trunk. Alexandru reported a 3.5% improvement for 7443a (from a 3.5% loss without ... Constantin Asofiei
06:12 AM Bug #7443: performance of CentralLogger
Compilation error fixed with r14637. Galya B
04:47 AM Bug #7443: performance of CentralLogger
Attempting to profile with rev. 14636. I've got:... Alexandru Lungu
03:35 AM Bug #7443: performance of CentralLogger
Constantin Asofiei wrote:
> Galya, one more small optimization, please: this test in @LoggingUtil.addLeadingSymbols@...
Galya B
03:32 AM Bug #7443: performance of CentralLogger
Galya, one more small optimization, please: this test in @LoggingUtil.addLeadingSymbols@ can be @leadingSymbolsCount ... Constantin Asofiei
03:13 AM Bug #7443: performance of CentralLogger
Constantin Asofiei wrote:
> we need to have only one history number per branch
You say that often, but when I add h...
Galya B
02:44 AM Bug #7443: performance of CentralLogger
Eugenie Lyzenko wrote:
> I see the log call used when process *started*, not stopped. So it is not clear for me why ...
Galya B
02:29 AM Bug #7443: performance of CentralLogger
Eugenie Lyzenko wrote:
> I see the log call used when process *started*, not stopped. So it is not clear for me why ...
Galya B
 

Also available in: Atom