You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2022/01/26 08:16:34 UTC

[GitHub] [bigtop] yoda-mon opened a new pull request #858: BIGTOP-3635: Bump logstash's log4j dependencies to 2.17.0

yoda-mon opened a new pull request #858:
URL: https://github.com/apache/bigtop/pull/858


   Update log4j2 version to 2.17.0 to keep up the issue https://issues.apache.org/jira/browse/BIGTOP-3613.
   
   This PR omits default plugins
   - logstash-input-http
   - logstash-input-log4j
   - logstash-input-kafka
   - logstash-input-beats
   - logstash-output-kafka
   that includes older versions of log4j.
   Those plugins do not seem to be maintained now so I would rather remove them than make efforts to path those plugins.


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bigtop] iwasakims merged pull request #858: BIGTOP-3635: Bump logstash's log4j dependencies to 2.17.0

Posted by GitBox <gi...@apache.org>.
iwasakims merged pull request #858:
URL: https://github.com/apache/bigtop/pull/858


   


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bigtop] iwasakims commented on pull request #858: BIGTOP-3635: Bump logstash's log4j dependencies to 2.17.0

Posted by GitBox <gi...@apache.org>.
iwasakims commented on pull request #858:
URL: https://github.com/apache/bigtop/pull/858#issuecomment-1022048965


   looks good on Ubuntu 20.04 too.
   ```
   $ ./gradlew logstash-clean logstash-pkg repo
   
   $ dpkg-deb -c output/logstash/logstash_5.4.1-2_all.deb | grep -i log4j
   -rw-r--r-- root/root      1333 2022-01-26 09:42 ./etc/logstash/conf.dist/log4j2.properties
   drwxr-xr-x root/root         0 2022-01-26 09:42 ./usr/lib/logstash/logstash-core/lib/org/apache/logging/log4j/
   drwxr-xr-x root/root         0 2022-01-26 09:42 ./usr/lib/logstash/logstash-core/lib/org/apache/logging/log4j/log4j-api/
   drwxr-xr-x root/root         0 2022-01-26 09:42 ./usr/lib/logstash/logstash-core/lib/org/apache/logging/log4j/log4j-api/2.17.0/
   -rwxr-xr-x root/root    301742 2022-01-26 09:42 ./usr/lib/logstash/logstash-core/lib/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar
   drwxr-xr-x root/root         0 2022-01-26 09:42 ./usr/lib/logstash/logstash-core/lib/org/apache/logging/log4j/log4j-core/
   drwxr-xr-x root/root         0 2022-01-26 09:42 ./usr/lib/logstash/logstash-core/lib/org/apache/logging/log4j/log4j-core/2.17.0/
   -rwxr-xr-x root/root   1789297 2022-01-26 09:42 ./usr/lib/logstash/logstash-core/lib/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar
   
   $ cd provisioner/docker
   
   $ ./docker-hadoop.sh \
       --create 1 \
       --image bigtop/puppet:trunk-ubuntu-20.04 \
       --memory 16g \
       --repo file:///bigtop-home/output/apt \
       --disable-gpg-check \
       --stack logstash \
       --smoke-tests logstash
   ...
   Now testing...
   :bigtop-tests:smoke-tests:logstash:test (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 13.162 secs.
   
   BUILD SUCCESSFUL in 44s
   34 actionable tasks: 7 executed, 27 up-to-date
   ```


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bigtop] iwasakims commented on pull request #858: BIGTOP-3635: Bump logstash's log4j dependencies to 2.17.0

Posted by GitBox <gi...@apache.org>.
iwasakims commented on pull request #858:
URL: https://github.com/apache/bigtop/pull/858#issuecomment-1022050332


   I merged this to master and branch-3.0. Thanks, @yoda-mon.


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org