DIRAC icon indicating copy to clipboard operation
DIRAC copied to clipboard

Elastic JobParameters improvements

Open fstagni opened this issue 2 years ago • 2 comments

  • [ ] define index policy independent from jobs lifetime
  • [x] should job Status stay? -- removed from https://github.com/DIRACGrid/DIRAC/pull/7679
  • [ ] define dashboard

fstagni avatar Sep 06 '23 12:09 fstagni

More things that might be useful for DiracX:

  • [x] Remove setup from index name: done in https://github.com/DIRACGrid/DIRAC/pull/7292
  • [x] Remove elastic and the .0 from index name: done in https://github.com/DIRACGrid/DIRAC/pull/7679
  • [x] Remove MySQL implementation: not removed, but insertions only go to OS: https://github.com/DIRACGrid/DIRAC/pull/7292
  • [x] Consider adding vo to the end of the index name (before the job ID)? done in https://github.com/DIRACGrid/DIRAC/pull/7679

If we do the three index changes we can have DiracX only write to the new indices and avoid having to apply workarounds.

What do you think?

chrisburr avatar Sep 15 '23 10:09 chrisburr

I think so too

chaen avatar Sep 15 '23 12:09 chaen