-
In the RequestExecutor's firstTopologyUpdate method, I understand the process to be, generally, this:
I don't understand two things, though:
|
Beta Was this translation helpful? Give feedback.
Answered by
ayende
Oct 9, 2022
Replies: 1 comment
-
1/ This may happen if we failed the first time we run 2/ I believe that this is protection when the user is passing an empty / null array directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
damccull
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1/ This may happen if we failed the first time we run
FirstTopologyUpdate
, so we already have some defaults there. Better to stick with them. May also happen if we loaded the topology from local file cache.Basically, consider what happens when we retry after a failure, that is why we have this behavior.
2/ I believe that this is protection when the user is passing an empty / null array directly.