Sutou Kouhei

Results 206 issues of Sutou Kouhei

I see this project via pgsql-announce@. I'm a developer of Apache Arrow. Recent Apache Arrow C++ has a integration module with S3: https://github.com/apache/arrow/blob/master/cpp/src/arrow/filesystem/s3fs.h How about using it instead of implementing...

### What is your problem? Groonga is licensed under [LGPL-2.1-only](https://spdx.org/licenses/LGPL-2.1-only.html). I want to relicense Groonga to [LGPL-2.1-or-later](https://spdx.org/licenses/LGPL-2.1-or-later.html) from LGPL-2.1-only to improve [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) compatibility. Incompatibility between [GPL-2.0](https://spdx.org/licenses/GPL-2.0-only.html) and Apache-2.0 is well...

Feature

### Describe the bug, including details regarding any error messages, version, and platform. `XXX` in `libarrowXXX` should match to `XXX` in `libarrow.so.XXX`. ### Component(s) Packaging

Type: bug
Component: Packaging

### Describe the enhancement requested If we use in-source build, we have files owned by `root` in source tree on host. Because we use `root` in Docker containers. We should...

Type: enhancement
Component: Continuous Integration

### Describe the enhancement requested It will reach EOL on 2024-05-31: https://www.centos.org/centos-stream/ > End-of-life > > 2024-05-31 (end of [RHEL 8 Full Support Phase](https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates)) ### Component(s) Packaging

Type: enhancement
Component: Packaging

### Describe the enhancement requested Because CentOS 7 will reach EOL on 2024-06-30: https://www.centos.org/download/ > End-of-life > 2024-06-30 (end of [RHEL 7 Maintenance Support 2 Phase](https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates)) We can drop support...

Type: enhancement
Component: Packaging

**Is your feature request related to a problem? Please describe.** In general, `-DCMAKE_UNITY_BUILD=ON` may reduce build time. See the following documents for unity build: * https://cmake.org/cmake/help/latest/variable/CMAKE_UNITY_BUILD.html * https://cmake.org/cmake/help/latest/prop_tgt/UNITY_BUILD.html If I...

bug
Client
customer-reported
EngSys
needs-team-triage

We can't get an event loop from `MilterManager` (`MilterClient`) before `milter_client_run()` is called but `milter_manager_main()` in `milter/manager/milter-manager-main.c` tried to use the event loop for `MilterManager` to call `milter_manager_controller_new()`. `test_remove_manager_unix_socket_on_close()` in...

It's caused when SIGINT is received (`milter_client_shutdown()` is called in `shutdown_client()` in `milter/amanger/milter-maanger.c`) between `milter_client_listen()` and `milter_event_loop_run()` inside `milter_client_run()`. `test_remove_manager_unix_socket_on_close()` in `test/manager/test-manager.c` may be blocked by this.

すべての子milterがnegotiateに失敗したら、milter-managerはすぐにMTAとの接続を切断するべき。MTAはnegotiateのときはnegotiate replyしか受け取らないので、negotiate失敗とかいうレスポンスができないため。 今は、negotiate replyを返して、次のリクエストのときにfallback statusレスポンスを返している。