Dongpo Liu
Dongpo Liu
I am working on this.
Filed a pull request: https://github.com/grafana/pyroscope/pull/2247 ~~But I am not sure does it make sense, because it seems we don't think `file-system` is a valid storge.~~ Tested it locally. It didn't...
So the requirement is we only can enable it when we use cloud object storage with the single binary. Or do we need to change the `file-system` to support the...
Oh, I guess the failure was caused by my env. After I changed the config to: ```yaml # Do not use this configuration in production. # It is for demonstration...
> storage.backend configured and `target!=all` (micro services): > * Not valid we should error out, as the microservices need to have a shared storage between them Does this is a...
> Yes true, but for us the ingester already allows local blocks to be queried, the only benefit would be in specifying a directory that is shared by all ingesters/store-gateways,...
I am fine with this change. Do you mind going through other READMEs?
@hds Do you have any thoughts about this change? I think it makes sense to use one format. Personally, I favor capitalization. (@lpnh Just my preference, doesn't mean you need...
Tested locally: 1. Start the TiDB cluster with patch: `tiup playground nightly --db.binpath /Volumes/t7/code/tidb/bin/tidb-server` 2. Create a table: ```sql mysql> create table t (a int, b int, c int); Query...