carlvine500

Results 11 issues of carlvine500

pid=1 in docker will cause many java tools exec exception, to avoid pid=1, we can easily put a command ahead , such as "set -ex;" but we found only alpine3.7...

## What is the purpose of the change several metrics not correct ## Brief changelog metrics bugfix: switch getTps() to getSum()

bug

we want to enhance field with annotation @WrapExecutorService: before enhance: ` @WrapExecutorService private static final ExecutorService executorService1 = Executors.newSingleThreadExecutor();` after enhance: `private static final ExecutorService executorService = NewExecutorService.of(Executors.newSingleThreadExecutor());` full example...

question

This thread identified two improvements to scanning CME we would like to address: - [ ] Implement a new command for doing a stateful scan of multiple cluster nodes. Suggested...

approval-needed

add multi level tag document

### Is Your Feature Request Related to a Problem? 1. migrate message across env: we switch our system from aws to aliyun , some message still not consumed in aws...

type/new feature
stale

### Which Issue(s) This PR Fixes Fixes #6971 refer failed pull request #6972 ### Brief Description 1. migrate message across env: we switch our system from aws to aliyun ,...

### What problem does this feature solve? refer : https://docs.stagehand.dev/examples/best_practices code eg: ``` const [topAction] = await page.observe("Click the quickstart link"); /** The action will map 1:1 with a Playwright...

fix issue: https://github.com/tair-opensource/RedisShake/issues/911 usage example: ./redis-shake rdb_reader -f /tmp/dump.rdb redis_writer -a 172.38.100.68:6379 advanced --ncpu=1 run result: ![3961735439366_ pic](https://github.com/user-attachments/assets/5a73e2de-a548-45f8-ae61-28eee93d0780) ![image](https://github.com/user-attachments/assets/873f05ae-f1fe-4cdb-8149-6fe25db14978) all help tips: ![3901735187320_ pic](https://github.com/user-attachments/assets/5249aef9-35b1-4ef8-a4bb-e568c70427e6) ![3911735187336_ pic](https://github.com/user-attachments/assets/3ca56093-2021-4dc7-af61-a231c85e1df1) ![3921735187339_ pic](https://github.com/user-attachments/assets/e11cc9d3-1efa-45ed-a867-fef7c6748ea5) ![3931735187351_ pic](https://github.com/user-attachments/assets/1af62a52-2e75-488e-babb-ecc9d9bcdc0c)...

there are lots of redis data that will migrate from aws to aliyun, we expect to add some sub commands instead of toml config . 我们有大量的redis从aws迁移到国内云厂商, 如果书写大量的配置文件会有些繁琐, 期望能直接使用子命令的方式做数据转移: ``` ./redis-shake...

type: feature request