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
Currently, all calls to es_update end up creating PartialUpdateIndexActions, even if there is only one batch. This leaves unintuitive logging, suggesting that only partial updates were done. This task is to optimize batching so it does not create PartialUpdateIndexActions if there is only one batch.
The text was updated successfully, but these errors were encountered:
Currently, all calls to
es_update
end up creatingPartialUpdateIndexActions
, even if there is only one batch. This leaves unintuitive logging, suggesting that only partial updates were done. This task is to optimize batching so it does not create PartialUpdateIndexActions if there is only one batch.The text was updated successfully, but these errors were encountered: