Skip to content

Conversation

@monthonk
Copy link
Contributor

@monthonk monthonk commented Feb 16, 2023

After #72, we have changed the FS name to s3-file-connector and our file connector will be running in background by default. This breaks the benchmark clean up process because we're now using the wrong pid to kill the process after unmount.

Technically, running in background should not be a problem but because of #93 we will have to use --foreground flag until we have it fixed.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@monthonk monthonk added the performance PRs to run benchmarks on label Feb 16, 2023
After #72, our file connector will be running in background by default.
This breaks the benchmark clean up process because we're now using the
wrong pid to kill the process after unmount.

Technically, running in background should not be a problem but because
of #93 we will have to use `--foreground` flag until we have it fixed.

Signed-off-by: Monthon Klongklaew <[email protected]>
Copy link
Contributor

@dannycjones dannycjones left a comment

Choose a reason for hiding this comment

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

I think we need to update the name of the FS from fuse_sync to s3-file-connector in the findmnt command usage also.

https://github.com/awslabs/s3-file-connector/blob/69da68371c6fd7c4441c7c093cfb8d665e05c0d3/s3-file-connector/scripts/fs_bench.sh#L55

@monthonk monthonk merged commit 1d03fdc into main Feb 16, 2023
@dannycjones dannycjones deleted the fix_benchmark branch February 16, 2023 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance PRs to run benchmarks on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants