You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "nastra (via GitHub)" <gi...@apache.org> on 2023/05/08 08:00:35 UTC

[GitHub] [iceberg] nastra opened a new pull request, #7552: Core, AWS: Add flag to control whether initialization stack trace should be created in S3FileIO

nastra opened a new pull request, #7552:
URL: https://github.com/apache/iceberg/pull/7552

   When `S3FileIO` gets created through `ResolvingFileIO` then the creation stack
   trace is being kept in `ResolvingFileIO`. `ResolvingFileIO` will then
   close the underlying `S3FileIO` when `ResolvingFileIO#finalize() gets
   called. Therefore we don't want to issue a `WARN` in `S3FileIO` in case
   `S3FileIO#finalize()` gets called before `ResolvingFileIO#finalize()`.


-- 
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: issues-unsubscribe@iceberg.apache.org

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


[GitHub] [iceberg] rdblue merged pull request #7552: Core, AWS: Add flag to control whether initialization stack trace should be created in S3FileIO

Posted by "rdblue (via GitHub)" <gi...@apache.org>.
rdblue merged PR #7552:
URL: https://github.com/apache/iceberg/pull/7552


-- 
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: issues-unsubscribe@iceberg.apache.org

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


[GitHub] [iceberg] rdblue commented on pull request #7552: Core, AWS: Add flag to control whether initialization stack trace should be created in S3FileIO

Posted by "rdblue (via GitHub)" <gi...@apache.org>.
rdblue commented on PR #7552:
URL: https://github.com/apache/iceberg/pull/7552#issuecomment-1541014732

   Thanks, @nastra!


-- 
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: issues-unsubscribe@iceberg.apache.org

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