abhilekhsingh / gc3pie

Automatically exported from code.google.com/p/gc3pie
0 stars 0 forks source link

Make "next ID" file session-specific #487

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1) What part of the model would need changes:

Initialization of the `FileSystemStore` class.

2) What is the reason why the changes is proposed:

Use of a system-wide global "next ID" file goes back to the time
GC3Pie was session-less, and all jobs were stored in a single global
database.

With separate sessions as we have today, this part of the design just
needs to be reconsidered.

3) What is the proposal:

Make `FileSystemStore` use a session-specific "next ID" file.

Not yet sure where is the best place in the code to effect this change.

Original issue reported on code.google.com by riccardo.murri@gmail.com on 15 May 2015 at 3:51