[
http://mifosforge.jira.com/browse/MIFOS-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57619#action_57619
]
johnwoodlock commented on MIFOS-2885:
-------------------------------------
1st piece committed to trunk - commit notes below:
------
Initial part of http://mifosforge.jira.com/browse/MIFOS-2885 - Reduce/Remove
batch constraints on 24x7 mifos operation (use system if batch jobs running)
There is now a way to tell mifos that your batch job doesn't require exclusive
access (using the override method below in your helper task - see
ProductStatusHelper as an example). The default is still true.
@Override
public void requiresExclusiveAccess() {
MifosTask.batchJobRequiresExclusiveAccess(false);
}
This commit also tells mifos that the following batch jobs don't need exclusive
access and can run alongside mifos (although the system might be slower than
normal).
ProductStatus - updates the start and end dates of product offerings
GenerateMeetingsForCustomerAndSavingsTask - creates new (well in the future)
customer_schedules and savings_schedules
BranchReportTask - ETL job that reads branch stats and inserts into reporting
tables
and hopefully more to come.
-------
> Reduce/Remove batch constraints on 24x7 mifos operation (use system if batch
> jobs running)
> ------------------------------------------------------------------------------------------
>
> Key: MIFOS-2885
> URL: http://mifosforge.jira.com/browse/MIFOS-2885
> Project: mifos
> Issue Type: Improvement
> Affects Versions: Release 1.5
> Reporter: johnwoodlock
> Assignee: johnwoodlock
> Priority: Major
> Fix For: Shamim D
>
>
> Currently, mifos can't be used when the batch jobs are running.
> This is a bit severe as many batch jobs don't require this exclusive access.
> This work is to find out which batch jobs do and don't require exclusive
> access (and the extent of it) and also to implement a way to allow
> non-impacting batch jobs to work alongside mifos users as much as possible.
> reference:
> http://groups.google.com/group/mifosdeveloper/browse_thread/thread/8aed83171328595b/4c248a2b52add68f?#4c248a2b52add68f
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues