What influences the time until the next try to reach a dead docbroker?

Mbacct
Mbacct Member
edited September 3, 2012 in Documentum #1

Hi,

the topic basically sums up my question: I have an environment with >1 docbrokers. If one docbroker fails, serivces that try to contact it wait until the timeout and then go to the next docbroker (that timeout is determined by dfc.docbroker.timeout[...] - right?).

All following requests "remember" the docbroker being dead and dont try to contact it anymore. But after how long will they (again) try to contact it?

Thanks and best regards,

M

Tagged:

Best Answer

  • PanfilovAB
    PanfilovAB Member
    edited September 3, 2012 #2 Answer ✓

    it's hardcoded in com.documentum.fc.client.impl.connection.docbroker.netwise.NetwiseDocbrokerRpcClientFactory

Answers

  • PanfilovAB
    PanfilovAB Member
    edited September 2, 2012 #3

    Every 2 minutes DocBrokerResetThread tries to cleanup blacklisted docbrokers.

  • Mbacct
    Mbacct Member
    edited September 3, 2012 #4

    Thanks!

    Can I somehow change that setting (the 2 minutes)?

    Best regards

  • PanfilovAB
    PanfilovAB Member
    edited September 3, 2012 #5 Answer ✓

    it's hardcoded in com.documentum.fc.client.impl.connection.docbroker.netwise.NetwiseDocbrokerRpcClientFactory

  • Mbacct
    Mbacct Member
    edited September 3, 2012 #6

    Ah alright, thanks!!