Srecko Morovic
Srecko Morovic
I also ran into the same problem. Last release where this works is 7.0.5, with brace. Problem can be seen in this example: http://securingsincity.github.io/react-ace/ Syntax validation in Ace is on...
Hi, there isn't much (or any) documentation for this format, as far as I know. @fwyzard already explained the concept and how they are merged. Trivial concatenation is the main...
@makortel, streamer is used as a temporary format to ship data in P5 and to Tier-0 and there are no constraints in terms of backwards compatibility (i.e. all clients should...
Hi @makortel, correct. We only keep one copy (from one process) and discard others, which isn't sufficient for a heterogeneous farm. In addition, process lifetime is 'dynamic' over a HLT...
assign core, daq
On Sunday this happened during heavy-ion stable beams when testing a new HLT menu. There were two occurrences within around 20 lumisections of each other of events taking quite a...
I mean globalBeginLumi and globalEndLumi transition. This is driven by the input source when returning new lumisections. We use FedRawDataInputSource. Opening of a lumisection with or without a new event...
Yes, `edm::RawInputSource::Next FedRawDataInputSource::checkNext()` has a loop within, which will not return if nothing new appears in the input side. It breaks the loop and returns when it has a new...
Hi @makortel I managed to reproduce the problem 1. in a simple way. Commit in this branch (13_2_X) contains `RunBUFU2.sh` script to do it with relevant printouts: https://github.com/smorovic/cmssw/tree/132x-testing-ls-transitions https://github.com/smorovic/cmssw/commit/451d9805c58c1aeaab5779ed77c892c7ab7c0e32 There...