1 parent a148f73 commit 5be7019Copy full SHA for 5be7019
1 file changed
common-tools/clas-reco/src/main/java/org/jlab/clas/reco/ReconMutil.java
@@ -278,9 +278,9 @@ void write(String output) {
278
for (int i=0; i<e.size(); i++) {
279
while (paused.get()) ReconUtil.sleep (100);
280
Benchmark.getInstance().resume("post");
281
- //synchronized (serialLock) {
282
- // serial.process(e.get(i));
283
- //}
+ synchronized (serialLock) {
+ serial.process(e.get(i));
+ }
284
Benchmark.getInstance().pause("post");
285
Benchmark.getInstance().resume("write");
286
if (writer != null) {
0 commit comments