Xiaoge Su

Results 26 issues of Xiaoge Su

# Code-Reviewer Section The general pull request guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check each of the following things and check *all* boxes before accepting a PR. - [ ]...

MonitorLeader.actor.cpp:ClientStatusStats and Status.actor.cpp:ClientStats shares the same structure, thus refactored. Replace this text with your description here... # Code-Reviewer Section The general pull request guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check...

Put description here... # Code-Reviewer Section The general guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check each of the following things and check *all* boxes before accepting a PR. - [...

In this patch * Let Conan generated CMake files have higher priority when using find_package * Demonstrates how to install multiple packages * Clarify the use of the package installation...

By default, RocksDB is using its own compile/link flags, no matter how FDB flags are. This led to the issue that if FDB decides to use clang/ldd/libc++, RocksDB will pick...

When building foundationdb using `clang` compiler set together with `ldd`, `ldd` could not find any symbols from `librocksdb.a`. Switching back to `ld` and disabling `libc++` would fix the issue.

# Code-Reviewer Section The general pull request guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check each of the following things and check *all* boxes before accepting a PR. - [ ]...

See: https://cmake.org/cmake/help/latest/command/cmake_language.html#set-dependency-provider

In DIskFailureCycle, random bits are flipped when writing to disk. When the data is read, Redwood will realize the inconsistent checksum and raise `page_decode_failed` exception, with `asInjectedFault` enabled. This exception...

nightly correctness bugs

**Is your feature request related to a problem? Please describe.** I run `okteto up` in a terminal and run several other `okteto exec -- zsh` in some other terminal windows....

triage