[GitHub] [logging-log4j2] dependabot[bot] closed pull request #474: Bump tomcat-catalina from 8.5.20 to 10.0.4

2021-04-06 Thread GitBox
dependabot[bot] closed pull request #474: URL: https://github.com/apache/logging-log4j2/pull/474 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this se

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #483: Bump tomcat-catalina from 8.5.20 to 10.0.5

2021-04-06 Thread GitBox
dependabot[bot] opened a new pull request #483: URL: https://github.com/apache/logging-log4j2/pull/483 Bumps tomcat-catalina from 8.5.20 to 10.0.5. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.tom

[GitHub] [logging-log4cxx] ams-tschoening commented on pull request #60: Turn the threadname into a thread_local variable

2021-04-07 Thread GitBox
ams-tschoening commented on pull request #60: URL: https://github.com/apache/logging-log4cxx/pull/60#issuecomment-814681675 > Changing the return value of the Transcoder::decode may make sense in the future - passing the string to modify into the function looks like an optimization that ma

[GitHub] [logging-log4cxx] rm5248 merged pull request #60: Turn the threadname into a thread_local variable

2021-04-07 Thread GitBox
rm5248 merged pull request #60: URL: https://github.com/apache/logging-log4cxx/pull/60 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, ple

[GitHub] [logging-log4cxx] rm5248 merged pull request #58: Check for ABI changes

2021-04-07 Thread GitBox
rm5248 merged pull request #58: URL: https://github.com/apache/logging-log4cxx/pull/58 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, ple

[GitHub] [logging-log4j2] vy opened a new pull request #484: LOG4J2-3056 Refactor MD5 usage for sharing sensitive information

2021-04-08 Thread GitBox
vy opened a new pull request #484: URL: https://github.com/apache/logging-log4j2/pull/484 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service,

[GitHub] [logging-log4j2] Marcono1234 commented on a change in pull request #484: LOG4J2-3056 Refactor MD5 usage for sharing sensitive information

2021-04-08 Thread GitBox
Marcono1234 commented on a change in pull request #484: URL: https://github.com/apache/logging-log4j2/pull/484#discussion_r610184315 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/util/NameUtil.java ## @@ -16,44 +16,55 @@ */ package org.apache.logging.

[GitHub] [logging-log4j2] Marcono1234 commented on a change in pull request #484: LOG4J2-3056 Refactor MD5 usage for sharing sensitive information

2021-04-08 Thread GitBox
Marcono1234 commented on a change in pull request #484: URL: https://github.com/apache/logging-log4j2/pull/484#discussion_r610184315 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/util/NameUtil.java ## @@ -16,44 +16,55 @@ */ package org.apache.logging.

[GitHub] [logging-log4j2] Marcono1234 commented on a change in pull request #484: LOG4J2-3056 Refactor MD5 usage for sharing sensitive information

2021-04-08 Thread GitBox
Marcono1234 commented on a change in pull request #484: URL: https://github.com/apache/logging-log4j2/pull/484#discussion_r610186214 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/util/NameUtil.java ## @@ -16,44 +16,55 @@ */ package org.apache.logging.

[GitHub] [logging-log4j2] franz1981 opened a new pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-08 Thread GitBox
franz1981 opened a new pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485 https://issues.apache.org/jira/browse/LOG4J2-3068 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [logging-log4j2] franz1981 commented on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-08 Thread GitBox
franz1981 commented on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-816424580 Bumping JCTools version is necessary due to some recent fixes around one of the used qs. It's a shame we're exposing a blocking q API there, or we could've used ht

[GitHub] [logging-log4j2] vy commented on a change in pull request #484: LOG4J2-3056 Refactor MD5 usage for sharing sensitive information

2021-04-09 Thread GitBox
vy commented on a change in pull request #484: URL: https://github.com/apache/logging-log4j2/pull/484#discussion_r610421400 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/util/NameUtil.java ## @@ -16,44 +16,55 @@ */ package org.apache.logging.log4j.cor

[GitHub] [logging-log4j2] vy commented on a change in pull request #484: LOG4J2-3056 Refactor MD5 usage for sharing sensitive information

2021-04-09 Thread GitBox
vy commented on a change in pull request #484: URL: https://github.com/apache/logging-log4j2/pull/484#discussion_r610421581 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/util/NameUtil.java ## @@ -16,44 +16,55 @@ */ package org.apache.logging.log4j.cor

[GitHub] [logging-log4j2] vy commented on a change in pull request #484: LOG4J2-3056 Refactor MD5 usage for sharing sensitive information

2021-04-09 Thread GitBox
vy commented on a change in pull request #484: URL: https://github.com/apache/logging-log4j2/pull/484#discussion_r610421671 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/util/NameUtil.java ## @@ -16,44 +16,55 @@ */ package org.apache.logging.log4j.cor

[GitHub] [logging-log4j2] vy commented on a change in pull request #484: LOG4J2-3056 Refactor MD5 usage for sharing sensitive information

2021-04-09 Thread GitBox
vy commented on a change in pull request #484: URL: https://github.com/apache/logging-log4j2/pull/484#discussion_r610422311 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/util/NameUtil.java ## @@ -16,44 +16,55 @@ */ package org.apache.logging.log4j.cor

[GitHub] [logging-log4j2] vy merged pull request #484: LOG4J2-3056 Refactor MD5 usage for sharing sensitive information

2021-04-09 Thread GitBox
vy merged pull request #484: URL: https://github.com/apache/logging-log4j2/pull/484 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [logging-log4j2] vy commented on pull request #484: LOG4J2-3056 Refactor MD5 usage for sharing sensitive information

2021-04-09 Thread GitBox
vy commented on pull request #484: URL: https://github.com/apache/logging-log4j2/pull/484#issuecomment-816549706 @Marcono1234, I am really thankful for all your reviews, not just this particular one. Would you mind sharing your real name, please, so that I can use it rather than `Marcono12

[GitHub] [logging-log4j2] vy commented on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-09 Thread GitBox
vy commented on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-816735380 @franz1981, thanks so much for the contribution. Would you mind updating `changes.xml` too, please? -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [logging-log4j2] carterkozak commented on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-09 Thread GitBox
carterkozak commented on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-816743154 Thanks for the contribution @franz1981, your PRs are appreciated as always! I normally handle the `changes.xml` pieces when I merge PRs since it can be non-obviou

[GitHub] [logging-log4j2] carterkozak commented on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-09 Thread GitBox
carterkozak commented on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-816747383 > It's a shame we're exposing a blocking q API there, or we could've used JCTools/JCTools#340 to batch consume from the queue. We could support a lighter weight A

[GitHub] [logging-log4j2] franz1981 commented on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-10 Thread GitBox
franz1981 commented on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-817144692 @jvz > Can you add a manual entry for this as well? Done! @carterkozak > Alternatively a separate JCToolsAsyncAppender is an option. I would g

[GitHub] [logging-log4j2] franz1981 edited a comment on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-10 Thread GitBox
franz1981 edited a comment on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-817144692 @jvz > Can you add a manual entry for this as well? Done! @carterkozak > Alternatively a separate JCToolsAsyncAppender is an option. I

[GitHub] [logging-log4j2] franz1981 edited a comment on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-10 Thread GitBox
franz1981 edited a comment on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-817144692 @jvz > Can you add a manual entry for this as well? Done! @carterkozak > Alternatively a separate JCToolsAsyncAppender is an option. I

[GitHub] [logging-log4j2] franz1981 edited a comment on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-10 Thread GitBox
franz1981 edited a comment on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-817144692 @jvz > Can you add a manual entry for this as well? Done! @carterkozak > Alternatively a separate JCToolsAsyncAppender is an option. I

[GitHub] [logging-log4j2] franz1981 edited a comment on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-10 Thread GitBox
franz1981 edited a comment on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-817144692 @jvz > Can you add a manual entry for this as well? Done! @carterkozak > Alternatively a separate JCToolsAsyncAppender is an option. I

[GitHub] [logging-log4j2] franz1981 edited a comment on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-10 Thread GitBox
franz1981 edited a comment on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-817144692 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[GitHub] [logging-log4j2] franz1981 edited a comment on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-10 Thread GitBox
franz1981 edited a comment on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-817144692 @jvz > Can you add a manual entry for this as well? Done! @carterkozak > Alternatively a separate JCToolsAsyncAppender is an option. I

[GitHub] [logging-log4j2] carterkozak commented on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-11 Thread GitBox
carterkozak commented on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-817314934 Our fully async disruptor implementation is indeed very difficult to beat in benchmarks, largely for the reasons you've mentioned, also due to the tighter control of th

[GitHub] [logging-log4j2] franz1981 commented on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-11 Thread GitBox
franz1981 commented on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-817327726 > This reminds me, I had meant to research the feasibility of something like libaio for logging file i/o, I recall that you may have some experience with the java binding

[GitHub] [logging-log4j2] franz1981 edited a comment on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-11 Thread GitBox
franz1981 edited a comment on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-817327726 > This reminds me, I had meant to research the feasibility of something like libaio for logging file i/o, I recall that you may have some experience with the java

[GitHub] [logging-log4j2] Marcono1234 commented on pull request #484: LOG4J2-3056 Refactor MD5 usage for sharing sensitive information

2021-04-12 Thread GitBox
Marcono1234 commented on pull request #484: URL: https://github.com/apache/logging-log4j2/pull/484#issuecomment-817986999 > Would you mind sharing your real name, please, so that I can use it rather than `Marcono1234` in `changes.xml`? Thanks for crediting me! I am fine with `changes

[GitHub] [logging-log4cxx] pm-cfs opened a new pull request #61: MapFilter documentation in Markdown

2021-04-12 Thread GitBox
pm-cfs opened a new pull request #61: URL: https://github.com/apache/logging-log4cxx/pull/61 Documentation for MapFilter was requested, but I couldn't reconcile the various format/location suggestions, so I'm providing this in Markdown which should be straightforward to convert to whatever

[GitHub] [logging-log4cxx] nturner opened a new pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-13 Thread GitBox
nturner opened a new pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62 Prior to this patch, if apr_proc_create fails (e.g. because the parent process is very large and the system does not have enough free memory to create the child), logging effectively stops. Wi

[GitHub] [logging-log4cxx] rm5248 commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-13 Thread GitBox
rm5248 commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-819086870 If we do this for the `GZCompressAction`, a similar thing should also happen for the `ZipCompressAction`. @ams-tschoening Any thoughts as to the change? On one hand, I

[GitHub] [logging-log4cxx] pm-cfs commented on pull request #61: MapFilter documentation in Markdown

2021-04-13 Thread GitBox
pm-cfs commented on pull request #61: URL: https://github.com/apache/logging-log4cxx/pull/61#issuecomment-819107727 Requested changes made; my markdown engine doesn't do a great job with this, but that's my problem. I understand the semantics request and hopefully this works better for eve

[GitHub] [logging-log4j2] rmannibucau commented on pull request #473: ensure EncodingPatternConverter#handlesThrowable is implemented

2021-04-14 Thread GitBox
rmannibucau commented on pull request #473: URL: https://github.com/apache/logging-log4j2/pull/473#issuecomment-819338565 up? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[GitHub] [logging-log4cxx] ams-tschoening commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-14 Thread GitBox
ams-tschoening commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-819361867 In my opinion, exceptions from the log framework are fine and need to be handled like in any other cases. One needs to look at the root cause and fix/deal/live/... wi

[GitHub] [logging-log4j2] vy merged pull request #473: ensure EncodingPatternConverter#handlesThrowable is implemented

2021-04-14 Thread GitBox
vy merged pull request #473: URL: https://github.com/apache/logging-log4j2/pull/473 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [logging-log4j2] vy commented on pull request #473: ensure EncodingPatternConverter#handlesThrowable is implemented

2021-04-14 Thread GitBox
vy commented on pull request #473: URL: https://github.com/apache/logging-log4j2/pull/473#issuecomment-819366479 Thanks for the contribution @rmannibucau! We had some discussion in the mailing list regarding the failing tests of this PR, though apparently we forgot about the ticket itself.

[GitHub] [logging-log4j2] vy commented on pull request #473: ensure EncodingPatternConverter#handlesThrowable is implemented

2021-04-14 Thread GitBox
vy commented on pull request #473: URL: https://github.com/apache/logging-log4j2/pull/473#issuecomment-819368263 One last remark, a JIRA ticket is always handy. It helps us to link changes with tickets. I will create one for you. -- This is an automated message from the Apache Git Servic

[GitHub] [logging-log4j2] vy commented on pull request #473: LOG4J2-3070 Ensure EncodingPatternConverter#handlesThrowable is implemented

2021-04-14 Thread GitBox
vy commented on pull request #473: URL: https://github.com/apache/logging-log4j2/pull/473#issuecomment-819370081 > since Json appender required 3rd party libs which are often undesired `JsonTemplateLayout` doesn't require any 3rd party libs, FYI. -- This is an automated message

[GitHub] [logging-log4j2] franz1981 commented on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-14 Thread GitBox
franz1981 commented on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-819442403 @carterkozak do we have some benchmark to run this PR vs the baseline and see if it worths? Sorry to ask directly, but I don't have any decent HW but my laptop at hand

[GitHub] [logging-log4cxx] pm-cfs commented on pull request #61: MapFilter documentation in Markdown

2021-04-14 Thread GitBox
pm-cfs commented on pull request #61: URL: https://github.com/apache/logging-log4cxx/pull/61#issuecomment-819621433 I'm ok with these; I would note that the tabs are a visibility thing for non-markdown and/or compatibility for some renderers that use them. I didn't notice that my editor

[GitHub] [logging-log4cxx] rm5248 commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-14 Thread GitBox
rm5248 commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-819902131 >The root cause in this example was a memory look and is pretty interesting, because in this special case one can't guarantee that any subsequent log statements or whatever w

[GitHub] [logging-log4cxx] rm5248 merged pull request #61: MapFilter documentation in Markdown

2021-04-14 Thread GitBox
rm5248 merged pull request #61: URL: https://github.com/apache/logging-log4cxx/pull/61 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, ple

[GitHub] [logging-log4j2] carterkozak commented on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-14 Thread GitBox
carterkozak commented on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-819924009 Of course, I’d be happy to run the benchmarks! Unfortunately I’m not sure I’ll be able to get to it this week with other things going on. -- This is an automated mess

[GitHub] [logging-log4cxx] ams-tschoening commented on pull request #22: Only exporting the log4cxx symbols by default

2021-04-15 Thread GitBox
ams-tschoening commented on pull request #22: URL: https://github.com/apache/logging-log4cxx/pull/22#issuecomment-820215200 A year has passed without further activity, so time to close for now. In case of new conclusions, feel free to reopen to keep the history of this concrete discussion

[GitHub] [logging-log4cxx] ams-tschoening closed pull request #22: Only exporting the log4cxx symbols by default

2021-04-15 Thread GitBox
ams-tschoening closed pull request #22: URL: https://github.com/apache/logging-log4cxx/pull/22 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this serv

[GitHub] [logging-log4cxx] ams-tschoening commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-15 Thread GitBox
ams-tschoening commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-820354938 When researching about how error handlers can be set+used etc., I found the following statement and associated question. In this case the author of the question expec

[GitHub] [logging-log4cxx] rm5248 commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-15 Thread GitBox
rm5248 commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-820586011 I've created a JIRA issue to track this: https://issues.apache.org/jira/browse/LOGCXX-523 I should be able to take a look this weekend. I've also created another issu

[GitHub] [logging-log4cxx] rm5248 opened a new pull request #63: Use new LOG4CXX_SOURCE_DIR in the event that this is not the top-leve…

2021-04-16 Thread GitBox
rm5248 opened a new pull request #63: URL: https://github.com/apache/logging-log4cxx/pull/63 …l cmake file -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries abou

[GitHub] [logging-log4cxx] ams-tschoening commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-17 Thread GitBox
ams-tschoening commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-821788124 @nturner How did you configure using compression, programmatically or using XML configs? In the latter case, please provide your example here or in linke [JIRA](https

[GitHub] [logging-log4cxx] ams-tschoening commented on a change in pull request #63: Use new LOG4CXX_SOURCE_DIR in the event that this is not the top-leve…

2021-04-17 Thread GitBox
ams-tschoening commented on a change in pull request #63: URL: https://github.com/apache/logging-log4cxx/pull/63#discussion_r615231666 ## File path: CMakeLists.txt ## @@ -3,6 +3,11 @@ include(src/cmake/projectVersionDetails.cmake) project(log4cxx VERSION ${log4cxx_VER} LANGUAG

[GitHub] [logging-log4cxx] swebb2066 commented on a change in pull request #63: Use new LOG4CXX_SOURCE_DIR in the event that this is not the top-leve…

2021-04-17 Thread GitBox
swebb2066 commented on a change in pull request #63: URL: https://github.com/apache/logging-log4cxx/pull/63#discussion_r615246571 ## File path: CMakeLists.txt ## @@ -3,6 +3,11 @@ include(src/cmake/projectVersionDetails.cmake) project(log4cxx VERSION ${log4cxx_VER} LANGUAGES CX

[GitHub] [logging-log4cxx] rm5248 commented on a change in pull request #63: Use new LOG4CXX_SOURCE_DIR in the event that this is not the top-leve…

2021-04-17 Thread GitBox
rm5248 commented on a change in pull request #63: URL: https://github.com/apache/logging-log4cxx/pull/63#discussion_r615247114 ## File path: CMakeLists.txt ## @@ -3,6 +3,11 @@ include(src/cmake/projectVersionDetails.cmake) project(log4cxx VERSION ${log4cxx_VER} LANGUAGES CXX)

[GitHub] [logging-log4cxx] swebb2066 commented on a change in pull request #63: Use new LOG4CXX_SOURCE_DIR in the event that this is not the top-leve…

2021-04-17 Thread GitBox
swebb2066 commented on a change in pull request #63: URL: https://github.com/apache/logging-log4cxx/pull/63#discussion_r615247287 ## File path: CMakeLists.txt ## @@ -3,6 +3,11 @@ include(src/cmake/projectVersionDetails.cmake) project(log4cxx VERSION ${log4cxx_VER} LANGUAGES CX

[GitHub] [logging-log4cxx] ams-tschoening commented on a change in pull request #63: Use new LOG4CXX_SOURCE_DIR in the event that this is not the top-leve…

2021-04-17 Thread GitBox
ams-tschoening commented on a change in pull request #63: URL: https://github.com/apache/logging-log4cxx/pull/63#discussion_r615268201 ## File path: CMakeLists.txt ## @@ -3,6 +3,11 @@ include(src/cmake/projectVersionDetails.cmake) project(log4cxx VERSION ${log4cxx_VER} LANGUAG

[GitHub] [logging-log4cxx] nturner commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-17 Thread GitBox
nturner commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-821884724 Here's the minimal test config I used when validating this change (by hand): $ cat src/examples/cpp/trace-rolling.xml http://jakarta.apache.org/log4j/";>

[GitHub] [logging-log4cxx] nturner commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-17 Thread GitBox
nturner commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-821884895 Here's the patch I made to the the "trivial" example test program to facilitate testing: diff --git a/src/examples/cpp/trivial.cpp b/src/examples/cpp/trivial.cpp

[GitHub] [logging-log4cxx] nturner commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-17 Thread GitBox
nturner commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-821885212 Sorry, that was an older patch. Here's the same commit on my local 0.11.0 branch: diff --git a/src/examples/cpp/trivial.cpp b/src/examples/cpp/trivial.cpp index 6

[GitHub] [logging-log4cxx] ams-tschoening edited a comment on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-18 Thread GitBox
ams-tschoening edited a comment on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-821788124 @nturner How did you configure using compression, programmatically or using XML configs? In the latter case, please provide your example here or in linked [JIR

[GitHub] [logging-log4cxx] rm5248 merged pull request #63: Use new LOG4CXX_SOURCE_DIR in the event that this is not the top-leve…

2021-04-18 Thread GitBox
rm5248 merged pull request #63: URL: https://github.com/apache/logging-log4cxx/pull/63 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, ple

[GitHub] [logging-log4cxx] rm5248 opened a new pull request #64: LOGCXX-523 Call error handler if rollover fails

2021-04-18 Thread GitBox
rm5248 opened a new pull request #64: URL: https://github.com/apache/logging-log4cxx/pull/64 If the rollover fails, call the specified error handler for the given appender. This means that you can now replace appenders with a new appender. The entire API at this point is not ve

[GitHub] [logging-log4cxx] rm5248 commented on pull request #64: LOGCXX-523 Call error handler if rollover fails

2021-04-18 Thread GitBox
rm5248 commented on pull request #64: URL: https://github.com/apache/logging-log4cxx/pull/64#issuecomment-822026497 This superceeds PR #62 See the JIRA issue for a few caveats: https://issues.apache.org/jira/projects/LOGCXX/issues/LOGCXX-523 -- This is an automated message from t

[GitHub] [logging-log4cxx] ams-tschoening commented on a change in pull request #64: LOGCXX-523 Call error handler if rollover fails

2021-04-19 Thread GitBox
ams-tschoening commented on a change in pull request #64: URL: https://github.com/apache/logging-log4cxx/pull/64#discussion_r615864606 ## File path: src/main/cpp/rollingfileappender.cpp ## @@ -308,7 +308,9 @@ bool RollingFileAppenderSkeleton::rolloverInternal(Pool& p)

[GitHub] [logging-log4cxx] ams-tschoening commented on a change in pull request #64: LOGCXX-523 Call error handler if rollover fails

2021-04-19 Thread GitBox
ams-tschoening commented on a change in pull request #64: URL: https://github.com/apache/logging-log4cxx/pull/64#discussion_r615864606 ## File path: src/main/cpp/rollingfileappender.cpp ## @@ -308,7 +308,9 @@ bool RollingFileAppenderSkeleton::rolloverInternal(Pool& p)

[GitHub] [logging-log4cxx] ams-tschoening commented on a change in pull request #64: LOGCXX-523 Call error handler if rollover fails

2021-04-19 Thread GitBox
ams-tschoening commented on a change in pull request #64: URL: https://github.com/apache/logging-log4cxx/pull/64#discussion_r615864606 ## File path: src/main/cpp/rollingfileappender.cpp ## @@ -308,7 +308,9 @@ bool RollingFileAppenderSkeleton::rolloverInternal(Pool& p)

[GitHub] [logging-log4cxx] rm5248 commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-19 Thread GitBox
rm5248 commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-822812878 @nturner Can you take a look at #64 and see if that works for you? I've tested it on my end. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [logging-log4j2] carterkozak closed pull request #447: Reproducer JMH benchmark for LOG4J2-2965

2021-04-23 Thread GitBox
carterkozak closed pull request #447: URL: https://github.com/apache/logging-log4j2/pull/447 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this servic

[GitHub] [logging-log4j2] carterkozak commented on pull request #447: Reproducer JMH benchmark for LOG4J2-2965

2021-04-23 Thread GitBox
carterkozak commented on pull request #447: URL: https://github.com/apache/logging-log4j2/pull/447#issuecomment-825784280 Closing this reproducer out, the next release of disruptor will no longer internally initialize loggers upon creation: https://github.com/LMAX-Exchange/disruptor/issu

[GitHub] [logging-log4cxx] rm5248 merged pull request #64: LOGCXX-523 Call error handler if rollover fails

2021-04-26 Thread GitBox
rm5248 merged pull request #64: URL: https://github.com/apache/logging-log4cxx/pull/64 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, ple

[GitHub] [logging-log4j2] vy commented on a change in pull request #469: Fix windows build on master

2021-04-28 Thread GitBox
vy commented on a change in pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469#discussion_r622177048 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/status/StatusLogger.java ## @@ -205,6 +205,32 @@ public void reset() { clear(

[GitHub] [logging-log4j2] jvz commented on a change in pull request #469: Fix windows build on master

2021-04-28 Thread GitBox
jvz commented on a change in pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469#discussion_r622303663 ## File path: src/changes/changes.xml ## @@ -31,6 +31,19 @@ - "remove" - Removed --> + +Cleanly shutdown status logger

[GitHub] [logging-log4j2] perry2of5 commented on a change in pull request #469: Fix windows build on master

2021-04-28 Thread GitBox
perry2of5 commented on a change in pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469#discussion_r622308281 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/status/StatusLogger.java ## @@ -205,6 +205,32 @@ public void reset() {

[GitHub] [logging-log4j2] perry2of5 commented on a change in pull request #469: Fix windows build on master

2021-04-28 Thread GitBox
perry2of5 commented on a change in pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469#discussion_r622310395 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/LoggerContext.java ## @@ -405,6 +405,7 @@ public boolean stop(final long time

[GitHub] [logging-log4j2] perry2of5 commented on a change in pull request #469: Fix windows build on master

2021-04-28 Thread GitBox
perry2of5 commented on a change in pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469#discussion_r622310736 ## File path: log4j-kafka/src/test/java/org/apache/logging/log4j/kafka/builder/ConfigurationBuilderTest.java ## @@ -106,14 +112,27 @@ private void

[GitHub] [logging-log4j2] perry2of5 commented on a change in pull request #469: Fix windows build on master

2021-04-28 Thread GitBox
perry2of5 commented on a change in pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469#discussion_r622409154 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/status/StatusLogger.java ## @@ -205,6 +205,32 @@ public void reset() {

[GitHub] [logging-log4cxx] nturner commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-28 Thread GitBox
nturner commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-828682766 @rm5248 sorry for the delayed reply. I just tried my test case with that change (I see that it's in master now). No, it does not work for me. Below are the results fr

[GitHub] [logging-log4j2] perry2of5 commented on a change in pull request #469: Fix windows build on master

2021-04-28 Thread GitBox
perry2of5 commented on a change in pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469#discussion_r622514218 ## File path: src/changes/changes.xml ## @@ -31,6 +31,19 @@ - "remove" - Removed --> + +Cleanly shutdown status

[GitHub] [logging-log4cxx] rm5248 commented on pull request #62: GZCompressAction: leave file uncompressed if fork of gzip fails

2021-04-28 Thread GitBox
rm5248 commented on pull request #62: URL: https://github.com/apache/logging-log4cxx/pull/62#issuecomment-828823924 Ah, it looks like you haven't updated the config. If you use a config file similar to [this one on JIRA,](https://issues.apache.org/jira/browse/LOGCXX-523?focusedCommentId=1

[GitHub] [logging-log4j2] carterkozak opened a new pull request #486: LOG4J2-2965: Fix JUL/AsyncLoggerContext deadlock

2021-04-29 Thread GitBox
carterkozak opened a new pull request #486: URL: https://github.com/apache/logging-log4j2/pull/486 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #486: LOG4J2-2965: Fix JUL/AsyncLoggerContext deadlock

2021-04-29 Thread GitBox
carterkozak commented on a change in pull request #486: URL: https://github.com/apache/logging-log4j2/pull/486#discussion_r623415612 ## File path: src/changes/changes.xml ## @@ -75,6 +75,9 @@ Slf4j implementations walk the stack at most once rather than twice t

[GitHub] [logging-log4net] brunom opened a new pull request #74: Fix InterProcessLock deadlock

2021-04-29 Thread GitBox
brunom opened a new pull request #74: URL: https://github.com/apache/logging-log4net/pull/74 As discussed in https://issues.apache.org/jira/browse/LOG4NET-583 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [logging-log4cxx] rm5248 opened a new pull request #65: LOGCXX-526 Added includes to compile with GCC-11

2021-04-30 Thread GitBox
rm5248 opened a new pull request #65: URL: https://github.com/apache/logging-log4cxx/pull/65 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this servic

[GitHub] [logging-log4j2] carterkozak commented on pull request #486: LOG4J2-2965: Fix JUL/AsyncLoggerContext deadlock

2021-04-30 Thread GitBox
carterkozak commented on pull request #486: URL: https://github.com/apache/logging-log4j2/pull/486#issuecomment-830460876 committed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[GitHub] [logging-log4j2] carterkozak closed pull request #486: LOG4J2-2965: Fix JUL/AsyncLoggerContext deadlock

2021-04-30 Thread GitBox
carterkozak closed pull request #486: URL: https://github.com/apache/logging-log4j2/pull/486 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this servic

[GitHub] [logging-log4cxx] rm5248 merged pull request #65: LOGCXX-526 Added includes to compile with GCC-11

2021-04-30 Thread GitBox
rm5248 merged pull request #65: URL: https://github.com/apache/logging-log4cxx/pull/65 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, ple

[GitHub] [logging-log4j-kotlin] rocketraman opened a new pull request #15: Throwables params should always be nullable

2021-05-01 Thread GitBox
rocketraman opened a new pull request #15: URL: https://github.com/apache/logging-log4j-kotlin/pull/15 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about t

[GitHub] [logging-log4j-kotlin] rocketraman opened a new pull request #16: Fix missing traceEntry call for runInTrace

2021-05-01 Thread GitBox
rocketraman opened a new pull request #16: URL: https://github.com/apache/logging-log4j-kotlin/pull/16 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about t

[GitHub] [logging-log4j-kotlin] rocketraman opened a new pull request #17: Kotlin provided scope

2021-05-01 Thread GitBox
rocketraman opened a new pull request #17: URL: https://github.com/apache/logging-log4j-kotlin/pull/17 Following the discussion in https://github.com/apache/logging-log4j-kotlin/pull/14, I believe the best path forward is to make the Kotlin dependences "provided" dependencies, which should

[GitHub] [logging-log4j-kotlin] rocketraman opened a new pull request #18: Remove deprecated jcenter repo

2021-05-01 Thread GitBox
rocketraman opened a new pull request #18: URL: https://github.com/apache/logging-log4j-kotlin/pull/18 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about t

[GitHub] [logging-log4j-kotlin] jvz commented on pull request #17: Kotlin provided scope

2021-05-02 Thread GitBox
jvz commented on pull request #17: URL: https://github.com/apache/logging-log4j-kotlin/pull/17#issuecomment-830830676 Seems like a good idea. Are there CI updates needed here, though? Some build failure. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [logging-log4j-kotlin] rocketraman commented on pull request #17: Kotlin provided scope

2021-05-02 Thread GitBox
rocketraman commented on pull request #17: URL: https://github.com/apache/logging-log4j-kotlin/pull/17#issuecomment-830834412 > Seems like a good idea. Are there CI updates needed here, though? Some build failure. Weird I'm not seeing any errors in the build logs, just the abort at

[GitHub] [logging-log4j-kotlin] jvz commented on pull request #17: Kotlin provided scope

2021-05-02 Thread GitBox
jvz commented on pull request #17: URL: https://github.com/apache/logging-log4j-kotlin/pull/17#issuecomment-830836699 If you don't have a "re-run" link on the GitHub Check, then try adding an empty commit or possibly closing then reopening the PR to retrigger CI. -- This is an automated

[GitHub] [logging-log4j-kotlin] rocketraman merged pull request #15: Throwables params should always be nullable

2021-05-02 Thread GitBox
rocketraman merged pull request #15: URL: https://github.com/apache/logging-log4j-kotlin/pull/15 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this se

[GitHub] [logging-log4j-kotlin] rocketraman merged pull request #16: Fix missing traceEntry call for runInTrace

2021-05-02 Thread GitBox
rocketraman merged pull request #16: URL: https://github.com/apache/logging-log4j-kotlin/pull/16 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this se

[GitHub] [logging-log4j-kotlin] rocketraman merged pull request #18: Remove deprecated jcenter repo

2021-05-02 Thread GitBox
rocketraman merged pull request #18: URL: https://github.com/apache/logging-log4j-kotlin/pull/18 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this se

[GitHub] [logging-log4j2] jacobrshields opened a new pull request #487: LOG4J2-2816: Handle Disruptor event translation exceptions

2021-05-02 Thread GitBox
jacobrshields opened a new pull request #487: URL: https://github.com/apache/logging-log4j2/pull/487 # Problem If `RingBufferLogEventTranslator#translateTo` throws an exception for any reason, Disruptor's `RingBuffer#translateAndPublish` will still publish the sequence in a `finally

[GitHub] [logging-log4j2] jacobrshields commented on pull request #487: LOG4J2-2816: Handle Disruptor event translation exceptions

2021-05-02 Thread GitBox
jacobrshields commented on pull request #487: URL: https://github.com/apache/logging-log4j2/pull/487#issuecomment-830869512 CI is failing with this error. Any ideas how to fix this? ``` [ERROR] javac: invalid flag: --release ``` -- This is an automated message from the Apache

[GitHub] [logging-log4j2] garydgregory commented on pull request #487: LOG4J2-2816: Handle Disruptor event translation exceptions

2021-05-02 Thread GitBox
garydgregory commented on pull request #487: URL: https://github.com/apache/logging-log4j2/pull/487#issuecomment-830871192 If you want this fix for the 2.x line, master is the wrong branch as it will become 3.0.0. The 2.x line is from release-2.x. Check your Maven toolchain XML file, it mi

<    8   9   10   11   12   13   14   15   16   17   >