11980 Commits (f3f93a9483d1b82aef9a674bcbe2d38ad1bd342b)
 

Author SHA1 Message Date
chrislu f3f93a9483 Add comprehensive debug logging for Noop record processing 2 weeks ago
chrislu 3e32331f38 Apply client-specified timeout to context 2 weeks ago
chrislu 4bf914e274 clean up 2 weeks ago
chrislu 017e7d32cf fix Node ID Mismatch, and clean up log messages 2 weeks ago
chrislu bca94e778d fmt 2 weeks ago
chrislu fa1be8b2b0 perf: add RecordType inference cache to eliminate 37% gateway CPU overhead 2 weeks ago
chrislu 98ec5e03eb perf: add partition assignment cache in gateway to eliminate 13.5% CPU overhead 2 weeks ago
chrislu 78d4e15c79 fmt 2 weeks ago
chrislu 1ad25ba030 perf: optimize broker assignment validation to eliminate 14% CPU overhead 2 weeks ago
chrislu 8532acea53 fix: add cache to LookupTopicBrokers to eliminate 26% CPU overhead 2 weeks ago
chrislu b9ad795dce refactor: merge topicExistsCache and topicConfCache into unified topicCache 2 weeks ago
chrislu 8ea740978f fmt 2 weeks ago
chrislu 0e1afe8943 perf: add topic configuration cache to fix 60% CPU overhead 2 weeks ago
chrislu 37809822f3 fix: critical bug causing 51% message loss in stateless reads 2 weeks ago
chrislu bdde0acb1c less logs 2 weeks ago
chrislu b96563946b remove _schemas debug 2 weeks ago
chrislu 4b4dffc731 refactor: change remaining glog.Infof debug messages to V(3) 2 weeks ago
chrislu 4d86fd345b refactor: reduce verbosity of debug log messages 2 weeks ago
chrislu cd9b39ca50 feat: automatic idle partition cleanup to prevent memory bloat 2 weeks ago
chrislu 7e46abf052 fmt 2 weeks ago
chrislu 2ffdda2661 fix: commit offsets in Cleanup() before rebalancing 2 weeks ago
chrislu 7e755c70ce feat: add in-memory cache for disk chunk reads 2 weeks ago
chrislu 0e481cf97a fmt 2 weeks ago
chrislu c5634470ed feat: add disk I/O fallback for historical offset reads 2 weeks ago
chrislu e1a4bff794 feat: add context timeout propagation to produce path 2 weeks ago
chrislu 66d87659e5 test: increase timeouts for consumer group operations in E2E tests 2 weeks ago
chrislu 39e7bbdc6d less logs 2 weeks ago
chrislu a12f7b2ee8 fix go mod 2 weeks ago
chrislu 53f9124a26 fix tests 2 weeks ago
chrislu 1807b8093c debug fetch offset APIs 2 weeks ago
chrislu ba1a8aed64 log read stateless 2 weeks ago
chrislu 210fc49891 Merge branch 'master' into fix-race-condition 2 weeks ago
Chris Lu 3d25f206c8
S3: Signature verification should not check permissions (#7335) 2 weeks ago
chrislu 3b75e50b04 removing the unnecessary restart logic and relying on the seek mechanism we already implemented 2 weeks ago
chrislu 6c1298b5f7 track messages with testStartTime 2 weeks ago
chrislu f4a018e731 verify produced messages are consumed 2 weeks ago
chrislu e7747a7572 adjust s3 tests 2 weeks ago
chrislu 38befd30ee pin s3 test version 2 weeks ago
chrislu 0bf4ace6b1 reuse cached records 2 weeks ago
chrislu 7e934d6283 ack messages to broker 2 weeks ago
chrislu 5222ddaf2f seekable subscribe messages 2 weeks ago
chrislu 60e6e63706 avoid goroutine leak 2 weeks ago
chrislu f639c42472 clean up consumer protocols 2 weeks ago
chrislu e344c6ce24 adjust return values on failures 2 weeks ago
chrislu 0cbc5e906e purge unused 2 weeks ago
chrislu fd33e03008 less logs, remove unused code 2 weeks ago
chrislu bb0e613275 more time 2 weeks ago
chrislu 5c6b0eaa0d Update fetch.go 2 weeks ago
chrislu 718113d085 adjust deadline 2 weeks ago
chrislu e9101d9733 add some delays 2 weeks ago