Xiaofan
Xiaofan
Cumulative commit seems to be a reasonable feature. In our scenario, we use a chan to handle all message. If one ack failed(in current pulsar go client ack didn't throw...
anyone has a reason why we don't have a interface like last messageid?
> Last MessageID is a admin api in pulsar [getLastMessageId](https://pulsar.apache.org/admin-rest-api/?version=2.9.1&apiversion=v2#operation/getLastMessageId), and seems pulsar-client-go only supports client api not admin api. [pulsarctl](https://github.com/streamnative/pulsarctl) is a pulsar admin tool in golang which supports...
Hi migroskub, I just want mark it as good first issue, if you have time please take it~ Anyone has time please feel free to take it. I know people...
This might not a common demands since I thought different collection may have total schema and it's hard to search among collections. If they are all same schema why not...
When we do. import. 1. we get collectionId by collection name from cache 2. we getVchannels from collID (which I don't think is correct),because channels and partition does't has any...
In segcore/knowhere, openmp will create thread independently for each cgo call. And it seems that event these threads could be reused, there are no way to recycle them. Is that...
2. for quick fix, if we remove segment level paralzation, does it help?
In the future: 1) We only support request level parallel (Controlled by segcore scheduler) and data level parallel (Controlled by knowhere) 2) Should probably remove OMP and changed into a...
1. There seems to be a issue a loadbalancer, only 3 of the 5 node is working. @sunby 2. each node takes only 6 cpu cores, from attu each machine...