Kefu Chai

Results 171 issues of Kefu Chai

- check for -fcoroutines-ts if clang is used - disable exception_tracer for libc++ - add coroutine tests to cmake build - allow user to override CMAKE_CXX_STANDARD - extract coroutine options...

CLA Signed

this allows us to use the preinstalled package on a "rocky" box as the build dependencies. Signed-off-by: Kefu Chai

CLA Signed

- guard AsyncSocket before calling invalidState() - s/setReadCallback/setReadCB/ in logging messages

CLA Signed

despite that ScopeExitTaskPromise declares ScopeExitTask as a friend, and ScopeExitTask considers co_viaIfAsync() as its friend, co_viaIfAsync() is still not a friend of ScopeExitTaskPromise, hence it does not have the access...

CLA Signed

this change helps to silence gcc warning like ``` /usr/include/c++/12/bits/stl_construct.h:119:7: warning: ‘colored’ may be used uninitialized [-Wmaybe-uninitialized] 119 | ::new((void*)__p) _Tp(std::forward(__args)...); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ folly/folly/logging/StandardLogHandlerFactory.cpp: In member function ‘virtual std::shared_ptr folly::{anonymous}::CustomLogFormatterFactory::createFormatter(const...

CLA Signed

in order to improve visual debugging experience, logging message with colored prefix could be helpful. in this change, an command line option named "--log-with-color" is added. this option is enabled...

the config's type of "retention.ms" is defined in `topic_properties`, like ```c++ tristate retention_duration{std::nullopt}; ``` and we use `describe_as_string()` to format the value of config description, and `describe_as_string()` in turn uses...

area/redpanda

Signed-off-by: Kefu Chai

in 4a3afcf27769a512fba7e0194d2e3b6a55e06bca, the $PATH is set for the test, but without teaching tox to pass the env variable down to the command, the PATH cannot be populated to the test...

build/ops
dashboard
needs-rebase
monitoring