Aaron Beitch
Aaron Beitch
deadcode generates these errors when processing a package that contains a a cgo file. foo/bar/C:12:6: _Cgo_ptr is unused foo/bar/C:15:5: _Cgo_always_false is unused foo/bar/C:17:6: _Cgo_use is unused foo/bar/C:20:6: _Ctype_void is unused...
We have a similar question to https://github.com/openconfig/reference/issues/66, but about unkeyed lists. How are paths to elements in an unkeyed list supposed to be represented in gNMI? One convenient answer would...
* Removed RegionInfo.SetClient. The client is now set to nil by MarkUnavailable, and then set again with MarkAvailable. This removes bugs and races where a region info may have its...
In commit https://github.com/openconfig/gnoi/commit/64e82de6cfe3c26ea588cf98a2e44e0793dc318a the generated gRPC code looks to have started using a downgraded protoc plugin. It used to be the case that the protoc-gen-go plugin handled Go code generation...
In commit 634a8776566db1b2c2ebd4f6ab46219e3eeead71 new CPU utilization nodes were added to the system module. The leafs are all in unit percentage. However, linux (and I assume other kernels) report CPU usage...
### What version of gRPC are you using? v1.66.0 ### What version of Go are you using (`go version`)? v1.22 ### What operating system (Linux, Windows, …) and version? N/A...
Adds a congestion control mechanism when sending RPCs to a region server.
Remove ReadDeadlines in the regionserver client and replace them with TCP keepalives to detect half-closed connections. HBase is not guaranteed to return a heartbeat in a given amount of time....
Example output: ``` BenchmarkReceive/scanSmall-14 2600080 443.0 ns/op 1040 B/op 17 allocs/op BenchmarkReceive/scanResult200KBCellBlocks-14 18249 65157 ns/op 354860 B/op 2096 allocs/op BenchmarkReceive/scanResult2MBCellBlocks-14 2203 532341 ns/op 3626167 B/op 21338 allocs/op BenchmarkReceive/mutate-14 7684842 154.1...
This allows callers of ScanV2 to get the ResponseSize.