Hi all,

I have experimented with the local development server and the built-in
simulation of the High Replication Datastore.
The dev-server runs with the flag:
-Ddatastore.default_high_rep_job_policy_unapplied_job_pct=X,
where X is an integer between 0 and 100,
as described in the Java GAE 1.5.1 release notes.
My observation is that when choosing e.g. X=85 some entities get
persisted/updated, others don't get persisted/updated,
even if I wait a loooong time (around an hour).
>From these experiments, I speculate that X is the percentage of
entities that do not get persisted/updated at all - never ever.
Is this correct? That is, does the HRD simulation work as described
above?
If this is correct, then it does not work as one would expect for a
HRD simulation, because in the real HRD entities _always_ get
persisted/updated. That is, I expected that the parameter X specifies
the _delay_ in persisting.

Thanks,
Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to