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

GH-15972: Add Option Filtering File System For Reading and Writing #16057

Merged
merged 5 commits into from
Feb 29, 2024

Conversation

krasinski
Copy link
Member

fix #15972

@krasinski krasinski self-assigned this Feb 5, 2024
@mn-mikke
Copy link
Collaborator

mn-mikke commented Feb 5, 2024

@krasinski The PR looks good to me, good job! Can you also add some docs.?

throw new IllegalArgumentException("Error parsing file_deny_glob parameter");
}
}
else if(s.matches("embedded")) {
Copy link
Contributor

Choose a reason for hiding this comment

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

@krasinski : This seems to significantly slow down H2O. Is it possible to do this check less frequently? Like when there is a actual reading/writing that is about to happen rather than any time someone wants to look at the key?

Copy link
Contributor

Choose a reason for hiding this comment

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

@krasinski : It seems like my previous comment was wrong. The failure is probably caused by error throws by worker node not caught and the whole test just hang. Here is a copy of the test run time:

image

wendycwong
wendycwong previously approved these changes Feb 20, 2024
tomasfryda
tomasfryda previously approved these changes Feb 21, 2024
Copy link
Contributor

@tomasfryda tomasfryda left a comment

Choose a reason for hiding this comment

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

Looks good to me, thank you @krasinski !

@krasinski krasinski dismissed stale reviews from tomasfryda and wendycwong via 02cb709 February 23, 2024 11:57
@krasinski krasinski merged commit e8884f5 into master Feb 29, 2024
64 of 68 checks passed
@krasinski krasinski deleted the gh-15972 branch February 29, 2024 16:32
valenad1 added a commit that referenced this pull request Mar 5, 2024
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.

Add Configuration Option Filtering File System For Reading and Writing
4 participants