You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeadLetterQueueUtils#extractSegmentId improvement: replace split with index of and substring methods. (#18874) (#18961)
* DeadLetterQueueUtils: avoid using heavy split operation, replace it with simple index of and substring methods.
* Handle exception case if file name doesn't end with .log. Add unit test cases.
(cherry picked from commit 8d7a5a3)
Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com>
0 commit comments