Rajiv Singh
Rajiv Singh
@arpitbbhayani Yes, sync.RWMutex can starve writers in Go. When a writer (NextID) requests the lock, it has to wait for all current readers to finish (mu.RUnlock()). If new readers (ExpandID)...
@aduffeck However, it would be better to have proactive measures in place, such as implementing a time-based or size-based cache eviction policy. If the caches are expected to grow significantly,...
Hi @calebschoepp, just checking in. If this has not been picked up yet, I would be happy to work on it. Would you be assigning this?
Thanks @me-diru @calebschoepp! I went through the issue and the discussion, and here’s what I’ve gathered and what I think I need to do is so: - By default, spin...
hi @joe-elliott i can try working on this if it’s ok? i am a little concerned about something so for the cursor based approach would you prefer the cursor to...
@javiermolinar, I’d like to work on this task and would appreciate your confirmation. We need to update the tests as well, correct? Specifically, we should replace utils.NewJaegerGRPCClient with utils.NewOtlpJaegerClient, right?
@sarathsp06 your http path has 3 parameters {clinic_id}, {patient_id}, {order_id} but your `GetOrderRequest` message only defines `clinic_id` adding the missing fields to your request message should fix this
@helloanoop can u take a look and run the ci
Thanks, @helloanoop. I’ve added the test. Can you review it now?
Hi @Luhring, can you review this and run the CI?