12056 Commits (c1e24f7116c928e2f4898ead8dab23d877ef27d9)
 

Author SHA1 Message Date
chrislu c1e24f7116 Make a copy of recordSetData to prevent buffer sharing corruption 5 days ago
chrislu 0019149ae2 Add comprehensive debug logging to diagnose message corruption in GitHub Actions 5 days ago
chrislu ef658f3cd0 add debug 5 days ago
chrislu 110f236a90 fix offset tracking in log buffer 5 days ago
chrislu 3025b6abfc skip if If schema management is not enabled 5 days ago
chrislu 2b8261c65b fix tests 5 days ago
chrislu a8bc96e7e3 fix hostname 5 days ago
chrislu 5425f647bc Validate that the unmarshaled RecordValue 5 days ago
chrislu 0c27069cca Validate that the unmarshaled RecordValue has valid field data 5 days ago
chrislu 23316d4d13 fix: Correct Kafka error codes - UNKNOWN_SERVER_ERROR = -1, OFFSET_OUT_OF_RANGE = 1 5 days ago
chrislu 50c16e0839 debug: Add verbose offset management logging 5 days ago
chrislu a6cd014dad fix test 5 days ago
chrislu ae94e4d8f1 fix: Check previous buffers even when offset < bufferStart 5 days ago
chrislu 6af1dfcb61 fix: Invalidate disk cache after buffer flush to prevent stale data 5 days ago
chrislu b1856dfc9f debug: Added detailed parseMessages logging to identify root cause 5 days ago
chrislu b68b9c6dd6 test: Single-partition test confirms broker data retrieval bug 5 days ago
chrislu dfd03396a1 test: Add production-scenario unit tests - buffer flush works correctly 5 days ago
chrislu acc5f81104 Revert "fix: Add offset increment to AddDataToBuffer to prevent flush gaps" 5 days ago
chrislu 2c28860aad fix: Add offset increment to AddDataToBuffer to prevent flush gaps 5 days ago
chrislu f69e2a0c2d feat: Add unit tests to reproduce buffer flush offset gaps 5 days ago
chrislu 0cdcb88081 feat: Identify root cause - data loss during buffer flush 5 days ago
chrislu 4e98483661 feat: Add cache invalidation on extraction failure (incomplete fix) 5 days ago
chrislu 2bc29f93d3 feat: Add comprehensive broker-side logging for disk read debugging 5 days ago
chrislu be247ae497 feat: Add critical broker data retrieval bug detection logging 5 days ago
chrislu f66960e445 feat: Add comprehensive server-side fetch request logging 5 days ago
chrislu e9293cd201 debug: Add channel closure detection for early message stream termination 5 days ago
chrislu 6ea2f8a4bd feat: Add comprehensive timeout and hang detection logging 5 days ago
chrislu 006c8ac47c fix: Add topic auto-creation and cache invalidation to ALL metadata handlers 5 days ago
chrislu 5d86a30d8e debug: Add comprehensive message flow logging - 73% improvement! 5 days ago
chrislu e1addd3433 feat: Add HWM and Fetch logging - BREAKTHROUGH: Consumers now fetching messages! 5 days ago
chrislu 476ea5758f feat: Add detailed logging for topic visibility debugging 5 days ago
chrislu a5db489f82 fix: Add topic cache invalidation and auto-creation on metadata requests 5 days ago
chrislu 3c1df04c9a test: Add consumer stalling reproducer tests 5 days ago
chrislu 3c74ae2151 test: Add comprehensive unit tests for offset/fetch pattern 5 days ago
chrislu 851fe6f69e feat: Add detailed logging for offset tracking and partition assignment 5 days ago
chrislu 97be7c6aee simplify: Rely on in-memory commit as source of truth for offsets 5 days ago
chrislu b3c3c38cb2 optimize: Make persistent offset storage writes asynchronous 5 days ago
chrislu ec114b09b4 fix: Ensure atomic offset commits to prevent message loss and duplicates 5 days ago
chrislu 133698a9c4 tune: Adjust commit frequency to every 20 messages for optimal balance 5 days ago
chrislu ebdabdc8fe fix: Balance commit frequency at every 50 messages 5 days ago
chrislu 5ae0b21b22 fix: Reduce manual commit frequency from every 10 to every 100 messages 5 days ago
chrislu 690754acb7 fix: Increase fetch batch sizes to utilize available maxBytes capacity 5 days ago
chrislu 8969b45092 fix: Don't report long-poll duration as throttle time 5 days ago
chrislu c6807de7cc fix: Load persisted offsets into memory cache immediately on fetch 6 days ago
chrislu 5273e781f0 clean up, mem.Allocate and Free 6 days ago
chrislu 9d53d5883c Revert "fix: Ensure offset fetch checks SMQ storage as fallback" 6 days ago
chrislu 5c0f215eb5 fix: Ensure offset fetch checks SMQ storage as fallback 6 days ago
chrislu ed5d801ee6 Revert "fix: Critical offset persistence race condition causing message loss" 6 days ago
chrislu 833b09c449 remove debug 6 days ago
chrislu f18ff58476 fix: Critical offset persistence race condition causing message loss 6 days ago