Laurent Pellegrino

Results 58 issues of Laurent Pellegrino

When a Node is reconnecting, the infrastructure internals are not updated. Let's say that a Scheduler is deployed along with 2 local nodes. In that case, the _LocalInfrastructureManager_ is used....

type:bug

The order of the fields in NodeState enum has an impact on business code execution. For instance, if you swap the entries from a line to another, some features will...

type:task
type:improvement

RMNodeImpl#vnodeName field value seems not set either used. Either the field value is set by introspection in a non-maintained project or the field is no longer used and can be...

type:task
type:improvement
type:question

The native and Java dependencies for _Winp_ are not defined with the same version number: - https://github.com/ow2-proactive/scheduling/blob/master/build.gradle#L262-L262 - https://github.com/lpellegr/scheduling/blob/master/rm/rm-node/build.gradle#L3-L3 I discussed with Fabien about this point. It seems the native...

When `proactive-server` is used from a directory whose hierarchy contains directory names that contain spaces, then the following exception is raised during the execution of a native task: ``` [10000@oops;15:46:34]...

type:bug
severity:minor

We have tried to setup SSH Infrastructure deployment on Windows from a Linux machine. In other words, the Scheduler is running on a Linux machine (trydev) and the nodes are...

type:bug
priority:medium

Creating folders hierarchy in parallel while transferring files with dataspaces causes problems. To address this issue, dataspace implementation has been updated (see TaskProActiveDataspaces class) in order to identify and create...

type:improvement

When dataspaces are used, the copy of files from input dataspaces (input, output, global or user space) to the Scratch dataspace on compute nodes is performed in parallel. However, when...

type:improvement

There is no common configuration file for setting node specific properties. It prevents nodes to be initialized uniformly. Let's say that we have for instance a new Java property used...

type:new-feature

_SSHInfrastructure_ relies on Trilead SSH2 library. It makes by default several assumptions regarding SSH configuration and access (e.g. system username is the same on Scheduler and compute nodes). Besides, it...

type:improvement
severity:major
priority:medium