Sebastien Binet
Sebastien Binet
``` 2018/07/24 10:41:55 Unimplemented opcode POLL 2018/07/24 10:41:55 Unimplemented opcode POLL ================== WARNING: DATA RACE Write at 0x00c000074be8 by goroutine 28: go-hep.org/x/hep/rootio/cmd/root-fuse.(*File).Flush() /home/travis/gopath/src/go-hep.org/x/hep/rootio/cmd/root-fuse/fuse.go:163 +0x5f github.com/hanwen/go-fuse/fuse/nodefs.(*rawBridge).Flush() /home/travis/gopath/src/github.com/hanwen/go-fuse/fuse/nodefs/fsops.go:491 +0xe6 github.com/hanwen/go-fuse/fuse.doFlush() /home/travis/gopath/src/github.com/hanwen/go-fuse/fuse/opcode.go:329 +0x8f...
trying to copy the following file: ``` $> xrd-ls -l root://eospublic.cern.ch//eos/root-eos/cms_opendata_2012_nanoaod/Run2012B_DoubleElectron.root -r--r--r-- 1841440760 Oct 16 16:39 /eos/root-eos/cms_opendata_2012_nanoaod/Run2012B_DoubleElectron.root ``` results in: ``` $> time xrd-cp root://eospublic.cern.ch//eos/root-eos/cms_opendata_2012_nanoaod/Run2012B_DoubleElectron.root go.root real 15m49.907s user 0m23.006s...
_From @sbinet on December 15, 2016 9:49_ _Copied from original issue: go-hep/pawgo#2_
_From @ebusato on October 12, 2016 15:10_ Hi, I'd like to retrieve the position on the x axis of the y maximum of the histogram within a certain range provided...
_From @sbinet on December 7, 2016 16:33_ _Copied from original issue: go-hep/hbook#15_
_From @sbinet on December 7, 2016 16:33_ _Copied from original issue: go-hep/hbook#16_
right now, when a user uploads a file, `root-srv` gobbles it up all in memory and keeps it there (until the user session expires). - introduce a local mode where...
the `rootio.Chain` function does not check that it's valid to chain 2 (or more) `Tree`s together. _e.g._ even if 2 trees do not have a valid intersection of branches (names+types)...
_From @sbinet on December 7, 2016 16:35_ _Copied from original issue: go-hep/hbook#17_