Gao Hongtao
Gao Hongtao
> Out of curiosity, if there is dependency between multiple OSPP projects, how/when do we expect the students of each project to finish the project? Every single student should have...
After some investigation, https://github.com/blugelabs/bluge is an ideal option to support this requirement. Bluge supports several analyzers and data types that converted our use cases. Furthermore, we could replace the current...
@wu-sheng @wankai123 Would you please provide some use cases to verify this feature? I want to add them to the UTs.
> But I remember BanyanDB is not supporting text-based query for log rawtext, right? We could create an index rule with a simple analyzer to log raw text(its data type...
Thanks for this proposal There are two kinds of files in today's skywalking OAP configuration system: static config file attached to the OAP deployment and ConfigMap-based dynamic file. The end...
>what's community's plan for BanyanDB to adopt a fault-tolerant, multi-replicas structure (using Raft or other algorithms). Relevant feats are under discussion. > 1. If BanyanDB pod fails (network partition, worker...
How about removing the config map to embrace the CRD? We could simplify the code base by supporting a single configuration system. That will bring some benefits like: - If...
> #9047 depends on this issue to finish the task 👇 > > > * Monitor the health status of servers using observability APIs > > But this issue depends...
The latency is unstable even in high network quality. The [fallacies](https://en.wikipedia.org/wiki/Fallacies_of_distributed_computing) of distributed computing told us the network is always unreliable. So we should assume the latency will/must be inevitable....
After some investigation, topology querying relies on `in` operation, which has been supported. There is a single scenario: event querying, which needs `or`. To support `or` logical operation, we have...