aromanenko-dev commented on code in PR #22093:
URL: https://github.com/apache/beam/pull/22093#discussion_r910203929
##########
sdks/java/io/amazon-web-services/src/main/java/org/apache/beam/sdk/io/aws/s3/S3FileSystem.java:
##########
@@ -120,6 +124,10 @@ class S3FileSystem extends FileSystem<S3ResourceId> {
MoreExecutors.listeningDecorator(
Executors.newFixedThreadPool(
config.getS3ThreadPoolSize(), new
ThreadFactoryBuilder().setDaemon(true).build()));
+
+ LOG.warn(
Review Comment:
Yes but it would be useful to have it in runtime as well
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]