myGrid

Avoid Raven/maven dependency for remote execution service

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.7
  • Fix Version/s: 1.7.1
  • Labels:
    None

Description

The remote execution service is currently using Raven, which means that on the first run it can take several minutes before workflow execution starts, due to downloading of Maven artefacts.

In addition, on subsequent startups Raven spends 5-10 seconds scanning various POM-files, which means executing a workflow (since we are currently fork-ing per execution) can take up to 15 seconds even in the simplest helloworld example.

The suggested fix is to use the raven.eclipse system property and depend on the neccessary processors.

Activity

Hide
Stian Soiland-Reyes added a comment - 2008-02-11 12:03

Using -Draven.eclipse method.

Show
Stian Soiland-Reyes added a comment - 2008-02-11 12:03 Using -Draven.eclipse method.

People

Vote (0)
Watch (0)

Dates

  • Created:
    2008-02-11 10:49
    Updated:
    2008-02-11 12:03
    Resolved:
    2008-02-11 12:03