Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Job Status

Hello!

Well... for each actor we already have support to describe status meaning:

- for users: in g-eclipse Jobs view we have column "Reason", where user see short description for current status. E.g. "Authentication token could not be created", "Job successfully submitted to Globus" etc

- for developers: interface IGridJobStatus has enumerated all status values. Each value has Javadoc description

Maybe column name "reason" is not the best, but if user looks at values there, he can recognize meaning of that column.

I think current solution is enough.

--
Pozdrawiam,
Mariusz Wojtysiak

Stuempert, Mathias IWR pisze:
Hi Guys,

I realized a few times in the past that the definition of our job status sometimes seems to be not as clear as it should be. So what could we do here to make things better? One idea from my side would be to povide a descriptive text for each job status as part of the API and in the UI provide hooks to these texts, for instance as a tool tip or as part of the job details view. What are the opinions here? Other ideas?

Cheers, Mathias


-----Original Message-----
From: geclipse-dev-bounces@xxxxxxxxxxx on behalf of Mariusz Wojtysiak
Sent: Wed 9/24/2008 8:58 AM
To: Developer mailing list
Subject: Re: [geclipse-dev] Job Status
Hello Romain!

Job status 0x80 is IGridJobStatus.UNKNOWN and is set when last status update failed for some reason (e.g. network connection broken, user authentication failed etc).

This status is not returned from GRID. It's set by g-eclipse, because real status couldn't be obtained from the GRID.




Back to the top