Xiaoge Su

Results 26 issues of Xiaoge Su

Currently if ASAN flag is enabled (USE_ASAN), `fdbserver` would crash with the following steps: 1. Start a `fdbserver` process (not simulation) 2. Start a `fdbcli` and attach to the cluster...

It is hard, if not impossible, to create a state variable via macro expansion since macros are expanded after actorcompiler.

enhancement

It would be helpful for adding typing information to FDB python package.

trollius is deprecated and not supported anymore.

Officially Python community supports 3.8, Python2 should be deprecated.

Python2 is years deprecated.

With this patch, it is possible to bind `string_view`, which addresses PR #298.

Since the open-source FoundationDB does not fully support tenants, the `bindings/go/src/fdb/fdb_test.go:TestOpenNotExistTenant` will not pass as FDB will not return the correct error for a non-existing tenant. https://github.com/apple/foundationdb/pull/11380 and https://github.com/apple/foundationdb/pull/11381 temporarily...

Plus some minor fixes, e.g. override decorator/better readability # 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*...

This patch adds more output about TLS failures, e.g. The failure data will include the rule, the reason of failure and the value of corresponding fields. Replace this text with...