Yuki Sekiguchi

Results 13 comments of Yuki Sekiguchi

My coworker faced the same problem during building Erlang 20.3.8.26 with kerl 2.1.0 on macOS Catalina. These are his clang version: ``` % clang --version Apple clang version 11.0.3 (clang-1103.0.32.62)...

Thank you for filing a bug! Since [cowlib](https://ninenines.eu/docs/en/cowlib/2.9/manual/cow_cookie/ ) which Antikythera uses, has `:same_site`, `Antikythera.Http.SetCookie` should have it as well. However, cowlib 2.9 or earlier only supports `:lax` and `:strict`,...

I understand it is the problem of Amazon OpenSearch Service that the mitigation setting doesn't work. However, my question is "**Does OpenSearch have the know issue which Elasticsearch 7.10.2 has?**"...

I updated the description and removed about the mitigation setting because it confused some people. Note for future readers: The `snapshot.max_concurrent_operations` mitigation in [Elasticsearch 7.10.2 Release Note](https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-7.10.2.html#known-issues-7.10.2) should work on...

We are running 6 instances with this plugin for about 1 month. We faced this bug in 3 out of 6 instances. Therefore, this isn't rare problem.

FYI: My quick and dirty fix https://github.com/aYukiSekiguchi/fluent-plugin-opensearch/commits/dont_stop_refresh_aws_credentials/ You can build and install like the following ```console $ fluent-gem build fluent-plugin-opensearch.gemspec $ sudo fluent-gem install fluent-plugin-opensearch ```

Sure. I created a PR: https://github.com/fluent/fluent-plugin-opensearch/pull/142

The reason is that `interval` in the `timer_execute()` is `integer` or `float` and not `string` like `5h` https://docs.fluentd.org/plugin-helper-overview/api-plugin-helper-timer#methods [cool.io](https://github.com/socketry/cool.io/tree/master), which is used by fluentd to implement `timer_execute()`, calls `interval.to_f` to...

This will fix https://github.com/fluent/fluent-plugin-opensearch/issues/129 It looks like there is no test case for `@_aws_credentials` and `aws_credentials()`. I don't create a testcase for the exception. Sorry.

@akhil31415 I'm not very familiar with GitHub Actions, so I might be mistaken. ### Ruby 3.2 Unit Testing on ubuntu-latest * [Failed Job Logs](https://github.com/fluent/fluent-plugin-opensearch/actions/runs/10667120322/job/29575733690#logs) * The job failed with the...