How to adjust the GrainDirectory Lookup timeout #9503
              
                Unanswered
              
          
                  
                    
                      cristianalex81
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| Hello,I have the same problem,and I soved.Here is code: public interface IHelloGrain : IGrainWithStringKey public class HelloGrain : Grain, IHelloGrain } public class Program } | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm wondering if there's any possibility to increase the response timeout for grain directory lookup. I tried to modify both the
SiloMessagingOptions and ClientMessagingOptions and increased the ResponseTimeout property but but I'm still seeing the default 30 sec timeout in the thrown exception:
Response did not arrive on time in 00:00:30 for message: Request [S10.244.8.33:11111:106636927 sys.client/hosted-10.244.8.33:11111@106636927]->[S10.244.11.27:11111:106624174 sys.svc.dir.mem/10.244.11.27:11111@106624174] Orleans.GrainDirectory.IDhtGrainDirectory.LookupAsync(Orleans.Runtime.GrainId, System.Int32) #3EC1E758F98DB1F6.
Note: I'm using the default orleans grain directory, there no custom/multiple directories configured.
Can someone help me please with how this timeout config value can be changed?
Beta Was this translation helpful? Give feedback.
All reactions