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
As @kellymclaughlin noted in MANTA-3896, the schema-manager should be refactored to process large numbers (> 10,000) of vnodes, otherwise we risk OOM errors on the database.
This should be able to be accomplished in the code, but splitting the list of vnodes returned from the fast query: here.
The text was updated successfully, but these errors were encountered:
As @kellymclaughlin noted in MANTA-3896, the schema-manager should be refactored to process large numbers (> 10,000) of vnodes, otherwise we risk OOM errors on the database.
This should be able to be accomplished in the code, but splitting the list of vnodes returned from the fast query: here.
The text was updated successfully, but these errors were encountered: