Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting AWSGlueClientFactory log level to WARN #277

Merged
merged 1 commit into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.11.2] - 2023-07-04
### Changed
- Setting AWSGlueClientFactory log level to `WARN` because it spams this [log](https://github.com/awslabs/aws-glue-data-catalog-client-for-apache-hive-metastore/blob/branch-3.4.0/aws-glue-datacatalog-client-common/src/main/java/com/amazonaws/glue/catalog/metastore/AWSGlueClientFactory.java#L57) every ~200ms. It could be creating unnecessary Glue clients.

## [3.11.1] - 2023-05-31
### Fixed
- Clean up delegation-token set for Kerberos in thread-local.
Expand Down
1 change: 1 addition & 0 deletions waggle-dance/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<Loggers>
<Logger name="com.hotels.bdp.waggledance" level="debug"/>
<Logger name="com.hotels.bdp.waggledance.server.invocation-log" level="info"/>
<Logger name="com.amazonaws.glue.catalog.metastore.AWSGlueClientFactory" level="warn"/>
<Root level="info">
<AppenderRef ref="STDOUT"/>
</Root>
Expand Down