Cenness
Cenness
Oh. my mistake, instructions mentioning both channel and discussion group made me confused where bot was expecting confirmation code - "Send this verification code to **the channel** and wait for...
Have the same issue with mostly fresh installation from tempo-distributed 2.6.0 - tempo was running for a day or two without generator. Processors are enabled, but still generator pod has...
Running in microservices mode. Had the same error logs. I've changed my config from ``` server_address: dns+loki-index-gateway-headless.logging.svc.cluster.local:9095 ``` to ``` server_address: dns:///loki-index-gateway.logging.svc.cluster.local:9095 ``` and that error disappeared. But queries are...
> I should make it clear, I'm not asking for ideas for new cbms Right after gist link you wrote this: > Ultimately, I am a bit short on ideas...
https://github.com/hamano/lb/blob/ddd6c727960416bb78b67c62e20bfdfaf8f3bc78/debian/copyright#L6-L7 https://github.com/hamano/lb/blob/ddd6c727960416bb78b67c62e20bfdfaf8f3bc78/python/setup.py#L29 https://github.com/hamano/lb/blob/ddd6c727960416bb78b67c62e20bfdfaf8f3bc78/lb.go#L140-L142
`InvalidLocationConstraint: The specified location-constraint is not valid` Problem with region? I don't see an option in docs to overwrite it, but looking at the code it's populated from `MINIO_REGION`. I'll...
Same error. Api request for location constraint returns null ``` $ aws s3api --endpoint-url=https://ENDPOINT get-bucket-location --bucket existing-bucket { "LocationConstraint": null } ```
> maybe you should check object storage's docs and clarify the mapping between LocationConstraint and endpoints? I did. They don't map to a corresponding region. Docs say its all US,...
Yaml spec 1.1 says it is optional - ["A line beginning with “---” **may** be used..."](https://yaml.org/spec/1.1/current.html#document%20boundary%20marker/) Latest draft introduces "bare documents", which explicitly don't contain markers - [section 9.1.3](https://yaml.org/spec/1.2.2/#rule-l-bare-document)