You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/05/06 06:49:46 UTC

[GitHub] [iceberg] kbendick commented on issue #2557: Consider suppressing INFO level io.quarkus.http.access-log logs in tests

kbendick commented on issue #2557:
URL: https://github.com/apache/iceberg/issues/2557#issuecomment-833273584


   For reference, the `iceberg-spark3` tests only have two spark logs.
   
   ```
   > Task :iceberg-spark3:test
   [Thread-7] INFO org.apache.spark.util.ShutdownHookManager - Shutdown hook called
   [Thread-7] INFO org.apache.spark.util.ShutdownHookManager - Deleting directory /private/var/folders/p7/pjs_74qn64x7x4w5201ctck00000gn/T/spark-6badeb97-ea2a-432a-b53b-31616481347a
   ```
   
   ```
   > Task :iceberg-spark3-runtime:integrationTest
   WARNING: An illegal reflective access operation has occurred
   WARNING: Illegal reflective access by com.google.common.base.internal.Finalizer (file:/Users/kbendickson/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/16.0.1/5fa98cd1a63c99a44dd8d3b77e4762b066a5d0c5/guava-16.0.1.jar) to field java.lang.Thread.inheritableThreadLocals
   WARNING: Please consider reporting this to the maintainers of com.google.common.base.internal.Finalizer
   WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
   WARNING: All illegal access operations will be denied in a future release
   [Thread-7] INFO org.apache.spark.util.ShutdownHookManager - Shutdown hook called
   [Thread-7] INFO org.apache.spark.util.ShutdownHookManager - Deleting directory /private/var/folders/p7/pjs_74qn64x7x4w5201ctck00000gn/T/spark-6bcb11d7-a0d8-4737-9dec-b0e8983a4d99
   ```


-- 
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 contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org