Missing entities after insertion in Google Cloud DataStore
问题 After inserting 29447 entities of a single kind in Google Cloud DataStore I wait about 30 seconds and go and check how many entities are there for that particular kind. The surprising thing is that I notice some of them missing ( getCurrentKeys returns a bit less than 29447 entities). When I check after a longer period of time (~1 hour), I can then see that all of the entities are there ( getCurrentKeys returns the expected 29447 entities). The code used to read the number of entities is the