Skip to content

Commit 3f5ecc1

Browse files
committed
Merge pull request cms-sw#2649 from ktf/Xrootd-failure-caching-bockelfix
Overriding the cache to avoid high failure rates seen in production when...
2 parents e7c6180 + 2fedc15 commit 3f5ecc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Utilities/XrdAdaptor/src/XrdFile.cc

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ XrdFile::open (const char *name,
136136

137137
m_name = name;
138138
m_client = new XrdClient(name);
139+
m_client->UseCache(false); // Hack from Prof. Bockelman
140+
139141
if (! m_client->Open(perms, openflags)
140142
|| m_client->LastServerResp()->status != kXR_ok) {
141143
edm::Exception ex(edm::errors::FileOpenError);

0 commit comments

Comments
 (0)