Message80652
I've investigated more. I think this is timeout problem. According to
following site,
http://www.oracle.com/technology/documentation/berkeley-
db/db/api_c/rep_timeout.html
timeout should be specified in microseconds. This means
self.dbenvMaster.rep_set_timeout(db.DB_REP_CONNECTION_RETRY,100123)
only waits 10msec. This is too small comparing to default timeout.
Probably 10sec is appropriate here.
After I applied an attached patch "fix_timeout.py", I ran test several
times and found no error.
# I changed time.time()+10 to time.time()+30 because my machine is too
slow, so 10sec was not enough. :-[ |
|
Date |
User |
Action |
Args |
2009-01-27 14:30:25 | ocean-city | set | recipients:
+ ocean-city, mhammond, barry, gregory.p.smith, jcea, amaury.forgeotdarc, benjamin.peterson, trent |
2009-01-27 14:30:25 | ocean-city | set | messageid: <1233066625.0.0.0692990190192.issue3892@psf.upfronthosting.co.za> |
2009-01-27 14:30:00 | ocean-city | link | issue3892 messages |
2009-01-27 14:29:59 | ocean-city | create | |
|