Activity
From 07/21/2024 to 08/19/2024
08/19/2024
- 08:46 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Tijs Wickardt wrote:
> Roger: I presume no changes to existing @install_spawner.sh@ in testcases is needed (because ... - 07:28 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Yes, if not customized the default @install_spawner.sh@ calls @postbuild.sh@ from the trunk branch that is already mo...
- 07:27 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Thank you Galya, it must be a customer thing then. I'll look into it.
Roger: I presume no changes to existing @insta... - 07:14 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- If someone has modified the included @p2j@ @postbuild.sh@ they will have an issue and they need to fix it, but with v...
- 07:12 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Tijs Wickardt wrote:
> Galya B wrote:
> > This is mentioned in the merge notification in #8828-113.
> Thanks.
> T... - 06:56 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Galya B wrote:
> This is mentioned in the merge notification in #8828-113.
Thanks.
That leaves:
# Do other GCD de... - 06:38 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Tijs Wickardt wrote:
> A customer detected that the [[p2j:Testcases]] project seems broken by this change.
> After ... - 06:11 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Galya, note that the customer didn't pinpoint this task to be the cause. This was an assumption.
The problem is pres... - 05:51 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- A customer detected that the [[p2j:Testcases]] project seems broken by this change.
After manually copying and resta...
08/14/2024
- 07:18 AM Bug #8383: Some JsonObject methods create a LOG-MANAGER record in silent
- Constantin: Please review.
- 02:55 AM Bug #8383 (Review): Some JsonObject methods create a LOG-MANAGER record in silent
- I was testing a wrong branch. The duplicate issue wasn't related to #8799.
So 8383a still in review. r15381 after ...
08/13/2024
- 10:58 AM Bug #8383 (WIP): Some JsonObject methods create a LOG-MANAGER record in silent
- 8383a rebased on trunk r15377. The 5 months of review broke the fix on rebase. So starting from start.
08/08/2024
- 10:45 AM Feature #7279 (Test): Enhance CentralLogger to support configurable LogFormatter
- 7279b was merged to trunk as rev. 15374 and archived.
- 10:40 AM Feature #7279 (Merge Pending): Enhance CentralLogger to support configurable LogFormatter
- This can merge to trunk now.
- 09:47 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Galya B wrote:
> 7279b r15374.
Thanks, I'm OK with the changes. - 09:38 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- 7279b r15374.
- 09:25 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- > I'm not sure. Why do we need initialize, it doesn't say anything about the need of this method.
No, the javadoc fo... - 09:12 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Or @initializeWithServerContext@.
- 09:09 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- What about @initializeOnServerMain@? \* Edited \*
- 09:08 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Constantin Asofiei wrote:
> Review for 7279b 15373:
> * please rename @readDirectory@ to @initialize@
I'm not sure... - 09:06 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Review for 7279b 15373:
* please rename @readDirectory@ to @initialize@
* please move this code to another @serverH... - 05:50 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- @SsoAuthenticator.authenticate@ is called on Jetty threads and in hotel_gui that's where the db configs are read from...
08/05/2024
- 09:57 AM Feature #7279 (Test): Enhance CentralLogger to support configurable LogFormatter
- 7279a was merged to trunk as rev. 15368 and archived.
- 09:47 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Galya B wrote:
> Tested with customer app. When do I merge?
This can be merged to trunk now. - 09:03 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Tested with customer app. When do I merge?
- 05:34 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Galya B wrote:
> > * if you haven't already, please configure a large app with slf4j and test if the appservers and ... - 04:55 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Constantin Asofiei wrote:
> * what happens with the spawner errors, if slf4j is enabled at the FWD server? I ask bec... - 03:13 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Review for 7279a/15370; I don't have objections to the code, just some general questions/requests:
* what happens wi... - 01:15 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Constantin, how is the review going?
07/30/2024
- 09:48 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Notes that can help with the review:
* The logging initialization has been moved after @SecurityManager@ is created ... - 04:32 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- I had to rework a few more places on top of the configs to remove all dependencies on directory. Now web works.
r1... - 02:31 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Greg Shah wrote:
> > I tried to bind directory before each request handling, but it didn't work too. @DirectoryServi...
07/29/2024
- 04:17 PM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Galya B wrote:
> @DirectoryService.clwa@, that is used to check for bound, is @ContextLocal@, so I guess the directo... - 08:00 AM Feature #7279 (Review): Enhance CentralLogger to support configurable LogFormatter
- 7279a r15367 is ready for review, if we don't mind the fact it breaks web clients... I need some help to understand w...
- 04:53 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- @DirectoryService.clwa@, that is used to check for bound, is @ContextLocal@, so I guess the directory service needs t...
07/26/2024
- 10:49 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Normally it won't fail unless you're reading when not bound or you pass a null nodeid.
- 09:31 AM Feature #7279: Enhance CentralLogger to support configurable LogFormatter
- Any ideas what can cause @DirectoryService.lockRO@ to return @false@? I got myself a stumbling block somehow, but I d...
- 06:10 AM Bug #8281 (Closed): Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- 03:27 AM Bug #8281: Use CacheManager for DynamicQueryHelper and DynamicValidationHelper
- This can be closed.
07/24/2024
- 04:54 AM Feature #9002: Improve landlord database connection resiliency and add transactions when updating it
- Currently, the connection for the landlord database is only made once, during server startup. If something that deter...
- 04:43 AM Feature #9002 (Closed): Improve landlord database connection resiliency and add transactions when...
Also available in: Atom