Re: [DICUSS] Cherry-pick #22792 into branch-3.0 and branch-3.3

2025-05-06 Thread Yubiao Feng
Cherry-picked On Sat, Apr 26, 2025 at 4:21 PM Yubiao Feng wrote: > Hi all > > Before #22792, brokers searched messages by timestamp as follows > - Binary search entries > - Reading the entry and getting the entry's publish timestamp > > After #22792, brokers searched messages by timestamp as fol

Re: [DICUSS] Cherry-pick #22792 into branch-3.0 and branch-3.3

2025-04-29 Thread Tao Jiuming
+1 Yubiao Feng 于2025年4月26日 周六16:22写道: > Hi all > > Before #22792, brokers searched messages by timestamp as follows > - Binary search entries > - Reading the entry and getting the entry's publish timestamp > > After #22792, brokers searched messages by timestamp as follows > - Locate a range by t

Re: [DICUSS] Cherry-pick #22792 into branch-3.0 and branch-3.3

2025-04-28 Thread Lari Hotari
Sounds good. -Lari On 2025/04/26 08:40:27 Yubiao Feng wrote: > And the PR #23919, which is a fix for #22792 > > On Sat, Apr 26, 2025 at 4:21 PM Yubiao Feng > wrote: > > > Hi all > > > > Before #22792, brokers searched messages by timestamp as follows > > - Binary search entries > > - Reading t

Re: [DICUSS] Cherry-pick #22792 into branch-3.0 and branch-3.3

2025-04-26 Thread Yubiao Feng
And the PR #23919, which is a fix for #22792 On Sat, Apr 26, 2025 at 4:21 PM Yubiao Feng wrote: > Hi all > > Before #22792, brokers searched messages by timestamp as follows > - Binary search entries > - Reading the entry and getting the entry's publish timestamp > > After #22792, brokers search

[DICUSS] Cherry-pick #22792 into branch-3.0 and branch-3.3

2025-04-26 Thread Yubiao Feng
Hi all Before #22792, brokers searched messages by timestamp as follows - Binary search entries - Reading the entry and getting the entry's publish timestamp After #22792, brokers searched messages by timestamp as follows - Locate a range by the ledger's close-timestamp. - Binary search between t