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

Adds more logging in DeltaSharingFileSystem #456

Merged
merged 5 commits into from
Apr 8, 2024

Conversation

linzhou-db
Copy link
Collaborator

Adds more logging in DeltaSharingFileSystem, to understand # of calls on pre-signed urls.

@@ -154,6 +163,7 @@ private[sharing] class DeltaSharingFileSystem extends FileSystem {
throw new UnsupportedOperationException("mkdirs")

override def getFileStatus(f: Path): FileStatus = {
logInfo(s"Checking delta sharing file status for path: $f.")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Is it possible to guard these with some debug level?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated to logDebug

@linzhou-db linzhou-db requested a review from chakankardb April 5, 2024 21:40
@linzhou-db linzhou-db merged commit 762ad49 into delta-io:main Apr 8, 2024
4 checks passed
linzhou-db added a commit to linzhou-db/delta-sharing that referenced this pull request Apr 8, 2024
* add log

* add bufferSize in log

* remove uuid from table path

* log more

* revert to logDebug
linzhou-db added a commit that referenced this pull request Apr 8, 2024
* add log

* add bufferSize in log

* remove uuid from table path

* log more

* revert to logDebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants