Actions
Bug #5356
closedArchivingDataturbine workflow couldn't update the second sensor's lastArchiving time in command line mode
Start date:
03/23/2011
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5356
Description
There are two sensors in the dataturbine actor.
When I ran the workflow in command line mode, i found the workflow can't update the second sensor's lastArchiving time. But it can update the first sensor's successfully.
If the same workflow is run under Kepler GUI mode, both sensor's lastArchiving time can be updated successfully.
Updated by Jing Tao over 13 years ago
This is an issue in HSQL. It has WRITE_DELAY property and its default value is 20 seconds. So the data couldn't be stored before kepler quitted.
I set it up to false and the issue has gone.
See the page:
Actions