diff options
author | Daniil Demin <deminds@ydb.tech> | 2024-04-09 12:38:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 12:38:52 +0300 |
commit | ca28116546bedb90c1fe10ce9cc9c00e0d5570f4 (patch) | |
tree | 561df82990ed78ec0429cc8484d29a2ff23dbe01 /contrib/python/matplotlib/py2 | |
parent | 76294e7960a896e3a11948a114421d79b6229fd1 (diff) | |
download | ydb-ca28116546bedb90c1fe10ce9cc9c00e0d5570f4.tar.gz |
Remove unnecessary abort when periodic table stats are received from "deleted" shard (#3567)
It turned out to be very possible for SchemeShard to receive TEvPeriodicTableStats from a datashard that has been removed (i.e. ShardInfos has been erased by the shardIdx). TabletIdToShardIdx entry for a shard is not erased, when the shard is being deleted. Moreover, it seems that entries in TabletIdToShardIdx are never erased, unless by .clear(), when the SchemeShard dies.
Diffstat (limited to 'contrib/python/matplotlib/py2')
0 files changed, 0 insertions, 0 deletions