You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Pragya Mittal (JIRA)" <ji...@apache.org> on 2016/08/23 12:41:20 UTC

[jira] [Created] (FALCON-2124) Incorrect order of application services defined in startup.properties

Pragya Mittal created FALCON-2124:
-------------------------------------

             Summary: Incorrect order of application services defined in startup.properties
                 Key: FALCON-2124
                 URL: https://issues.apache.org/jira/browse/FALCON-2124
             Project: Falcon
          Issue Type: Bug
          Components: prism
    Affects Versions: trunk
            Reporter: Pragya Mittal


The expected order in startup.properties is as follows :
{noformat}
*.application.services=org.apache.falcon.security.AuthenticationInitializationService,\
                        org.apache.falcon.workflow.WorkflowJobEndNotificationService, \
                        org.apache.falcon.service.ProcessSubscriberService,\
                        org.apache.falcon.service.FalconJPAService,\
                        org.apache.falcon.extensions.ExtensionService,\
                        org.apache.falcon.service.LifecyclePolicyMap,\
                        org.apache.falcon.entity.store.ConfigurationStore,\
                        org.apache.falcon.rerun.service.RetryService,\
                        org.apache.falcon.rerun.service.LateRunService,\
                        org.apache.falcon.service.LogCleanupService,\
                        org.apache.falcon.service.GroupsService,\
                        org.apache.falcon.service.ProxyUserService,\
                        org.apache.falcon.service.EntitySLAMonitoringService,\
                        org.apache.falcon.metrics.MetricNotificationService,\
                        org.apache.falcon.service.EntitySLAAlertService,\
                        org.apache.falcon.service.BacklogMetricEmitterService
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)