Skip to content
Snippets Groups Projects
  1. Nov 03, 2020
    • Vakhtang Tsulaia's avatar
      Thread safe handling of CORAL transactions by RDBAccessSvc · 6f740552
      Vakhtang Tsulaia authored
      Given CORAL transaction context seems to be global, one thread can
      commit a transaction, which is active at that moment in another thread.
      Worked around this issue by starting readonly transaction when a
      session is created, and committing that transaction only when the
      corresponding session is closed.
      
      Addresses the issue discussed in ATLASRECTS-5737.
      
      Also removed several redundant include statements.
      6f740552
  2. Oct 30, 2020
  3. Oct 27, 2020
  4. Oct 26, 2020
  5. Oct 24, 2020
  6. Oct 23, 2020
  7. Oct 22, 2020
  8. Oct 21, 2020
    • Marcin Nowak's avatar
      Add" SkipEventRanges" string property to EventSelectorAthenaPool · 0ab943c2
      Marcin Nowak authored
      This property accepts comma-separated list of Event and Event Ranges
      that the EventSelector will skip when reading from the input collection.
      Implemented as a new property because the SkipEventSequences uses a list
      of integers and changing that would break existing joboptions.
      0ab943c2
  9. Oct 20, 2020
  10. Oct 19, 2020
  11. Oct 15, 2020
  12. Oct 14, 2020
  13. Oct 13, 2020
  14. Oct 12, 2020
  15. Oct 11, 2020
  16. Oct 09, 2020
  17. Oct 08, 2020
  18. Oct 07, 2020
Loading