Ray Yan

Results 24 issues of Ray Yan

how dynomite handle the data conflicts between different cluster in other region?

Question

TODO

help wanted

some stats and status data should be monitored, prometheus data push should be added.

help wanted

In this pr, super batch mechanism was added, and this mechanism default to disabled, you can enable it by ``` Config::default().with_kv_allow_batch(true); ``` and some other configures were added for batch...

Fix a memory leak when load `REDIS_RDB_TYPE_LIST_QUICKLIST` type data.

Fix cpu deadloop for a long time when a msg consists of lots of mbufs. Example: With a key with 512M bytes value, the migrate tool process cpu 100% usage...

Add new `scan_stream`, `scan_keys_stream`, `scan_reverse_stream`, `scan_keys_reverse_stream` APIs for transaction scan. Use these APIs, scan request will be invoke request to one region at a time in a configurable batch size,...

It is useful to get with the latest commit in transaction, we can create a new readonly transaction (not a snapshot wraps transaction) ``` let txn = client.new_transaction(Timestamp::from_version(u64::MAX), options.read_only()) let...

### Describe the bug Watching LiveTV using ExoPlayer, audio stream have mp2 format, but no sound in device. And when I exit client, the stream keep going in server, and...

bug