Task #6625
closedUpdate Hazelcast version to 2.6.9 for Dataone cci-1.5.0 release
Description
Please see the bug: https://redmine.dataone.org/issues/6011 :
After the upgrade to Java7, I began seeing the following messages in the logs:
[DEBUG] 2014-07-28 09:07:31,559 (ObjectListHarvestTask:call:162) Sleeping for 5
secs. hzSyncObjectQueue has 50000 # of objects.
The SyncObjectTask thread appeared to have stopped running. Dyrad during this time has been sending back records to listObjects even when there were none to process each time synchronization ran.
It is possible that there is a bug in the way that hazelcasts IQueue IQueue.size() method tracks the number of records on the queue.
Or there might be an Exception in SyncObjectTask that I have not discovered an Exception/trace for in the log files
Updated by Jing Tao about 10 years ago
- Status changed from New to Closed
- translation missing: en.field_remaining_hours set to 0.0
updated to the new version and didn't see any issue so far.