Monthon Klongklaew

Results 47 comments of Monthon Klongklaew

Hi, @sunl Agree that the memory in those instances should be enough to run your applications and we might want to dig deeper into this problem. Next step for us...

Hi @krismarc, this is an error from the initial HeadBucket request to validate the connection to the bucket and discover the bucket region in case it’s not the default `us-east-1`....

You should be able to specify the host and port together in form of `host:port` in the `--endpoint-url` config, but we don't have any configuration related to proxy right now.

Thanks for your suggestion. We will look into running real workloads for the benchmark. In the meantime, we have some basic file operation benchmarks that run on every commit and...

Thank you for reporting the issue. It seems like the `--profile` configuration doesn't work with `credential_process` right now. The workaround is that you should be able to set it with...

Hey @akhilesh-delphix, the failure with `java.io.FileNotFoundException` suggests that the file has been deleted successfully by thread 1. It seems like your thread 1 removed all the files in a directory,...

The check on `file.isInvalid()` is very limited according to the [javadoc](https://github.com/openjdk/jdk/blob/047c2d7f2676b8c3c8b5645134fb5c00c540e43f/src/java.base/share/classes/java/io/File.java#L181-L196). It does not guarantee that the path is valid. Would you be able to grab Mountpoint debug logs? We...

Hey, thanks for providing the logs. I have reviewed them and here is what I got from the logs: 1. The application listed the files (`readdir`) in directory `0d4e15bcfc913063cb07a7ef6a100532`. 2....

Hey @akhilesh-delphix, I think the missing information is that we don't know how Java API interacts with the file system. Like Danny said, a tool like [strace](https://man7.org/linux/man-pages/man1/strace.1.html) could help in...

From point 4, I meant the parent directory of the file could appear to exist where it's already gone. I think this behavior is surprising for users and we may...