Tao Wu

Results 136 issues of Tao Wu

In my case, I cache a lot of intermediate compilation objects on EBS and I don't want to lose them when a workflow is finished. So I'm wondering if we...

This PR upgraded the rust toolchain and fixed the warnings, also fixed a error that had been complained in https://github.com/rrevenantt/antlr4rust/issues/34. @rrevenantt PTAL

SQLsmith is a random SQL query generator. It has found many bugs across the database industry. The original Sqlsmith was licensed under gplv2 which is unfriendly to use. https://github.com/anse1/sqlsmith CockroachDB...

type/feature
component/test

### What problem does this PR solve? This PR refactored the constructor of `pegasus_server_impl`, reduced the LOC from 472 to 312, and separate the config definitions to a single module....

cpp
build

### What problem does this PR solve? ``` >>> restore_app USAGE: restore_app [-n|--new_app_name str] [-s|--skip_bad_partition] ``` `` is required at least in the help info of `restore_app` command. Users are...

scripts
cpp

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. Normal setup. 2. What...

type/bug

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. Normal bootstrap. c3srv-xiaoai, on...

type/bug

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. - Compaction writes per...

type/bug

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. Normal setup 2. What...

type/bug

Compilation failure of rdsn in origin/master. ## compiler gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 ## error outputs ERROR#1 ``` /home/wutao1/git/pegasus/rdsn/include/dsn/utility/time_utils.h: In function ‘void dsn::tools::print_header(FILE*, dsn_log_level_t)’: /home/wutao1/git/pegasus/rdsn/include/dsn/utility/time_utils.h:47:24: error: ‘%02d’ directive writing between 2...

type/bug