Avoid calling filter_batch with chunked_req_to_exclude being things unrelated to chunked reqs (#26547)
This commit is contained in:
@@ -2296,7 +2296,7 @@ class ScheduleBatch(ScheduleBatchDisaggregationDecodeMixin):
|
||||
for idx in range(len(self.reqs)):
|
||||
self.release_req(idx, len(self.reqs) - idx, server_args)
|
||||
|
||||
self.filter_batch(retracted_reqs)
|
||||
self.reqs = []
|
||||
return retracted_reqs
|
||||
|
||||
def retract_decode(
|
||||
|
||||
Reference in New Issue
Block a user