Add a new singleton ENTITY_COUNTS
and add a post upgrade step to update this state
#17427
Milestone
ENTITY_COUNTS
and add a post upgrade step to update this state
#17427
SystemSetup.doPostUpgradeSetup()
that initializes all these counts using direct calls toKVState.size()
for every K/V state used by every service.WritableEntityIdStore
API to "vend" entity id numbers by type, so that each time a service wants to create a new entity of a certain type, theEntityIdService
can increment the correctENTITY_COUNTS
field.The text was updated successfully, but these errors were encountered: