)
readerInitializer := func(readerID int64, slices []Slice) Reader {
if readerID != DefaultReaderId {
// non-default reader should not trigger task unloading
// otherwise those readers will keep loading, hit pending task count limit, unload, throttle, load, etc...