Hi Hooman,
Bulkload operations on the HRD are eventually consistent, which means you cannot use bulkloader with HRD and be guaranteed to get up-to-date data.
In particular,
Note: This document applies to apps that use the master/slave datastore. If your app uses the High Replication datastore, it is possible to copy data from the app, but Google does not currently support this use case. If you attempt to copy from a High Replication datastore, you'll see a high_replication_warning error in the Admin Console, and the downloaded data might not include recently saved entities.
That said, it is true that in the past two days the HRD has had longer-than-usual eventual consistency. This is returning to a more normal range now, but again: for operations that are not strongly consistent, including bulkloader, there are no guarantees. I hope this helps clarify the situation.
Thanks,
Jesse Rohwer on behalf of the App Engine team