Print

Print


Hi @simonmichal ! thanks a lot! but i'm not very sure how to use it from python .. doing a grep for the name of the internal variable i get only this:
```
ag -i retry src/XrdCl/XrdClDefaultEnv.cc src/XrdCl/XrdClConstants.hh
src/XrdCl/XrdClDefaultEnv.cc
267:    REGISTER_VAR_INT( varsInt, "ConnectionRetry",         DefaultConnectionRetry         );
297:    REGISTER_VAR_INT( varsInt, "NotAuthorizedRetryLimit", DefaultNotAuthorizedRetryLimit );
305:    REGISTER_VAR_INT( varsInt, "RetryWrtAtLBLimit",       DefaultRetryWrtAtLBLimit       );

src/XrdCl/XrdClConstants.hh
52:  const int DefaultConnectionRetry         = 5;
87:  const int DefaultNotAuthorizedRetryLimit = 3;
95:  const int DefaultRetryWrtAtLBLimit       = 3;
116:      { "ConnectionRetry",         DefaultConnectionRetry },
146:      { "NotAuthorizedRetryLimit", DefaultNotAuthorizedRetryLimit },
154:      { "RetryWrtAtLBLimit",       DefaultRetryWrtAtLBLimit }
```

What parameter should i set to enable retry?
Thanks a lot!


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/1139#issuecomment-857949762

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1