hubcio opened a new pull request, #3806:
URL: https://github.com/apache/iggy/pull/3806

   A lone consumer crossing a sealed segment degraded to full-segment
   scans: rotation drops the writer and the resident index, so every poll
   re-opened the file and scanned from byte 0. Sealed segments now share
   a per-partition read-state handle caching the read fd and the sparse
   index reloaded from the .index file, capped by an LRU so descriptors
   stay bounded.
   
   Shard allocation defaults back to numa:auto now that multi-shard
   server-ng is stable; the previous single-shard default collapsed all
   work onto one core.
   
   This is half of the single-node latency parity work; the produce-side
   single-pass batch checksum change lives in #3746.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to