Azure / Azure-Data-Factory-Integration-Runtime-in-Windows-Container

Azure Data Factory Integration Runtime in Windows Container Sample
MIT License
25 stars 36 forks source link

Add quickstart guidance in readme #14

Closed byran77 closed 1 year ago

jikuja commented 1 year ago

Looking good.

There is one addition I would like to see: passing third argument to -RegisterNewNode is now kind of black box:

byran77 commented 1 year ago

Looking good.

There is one addition I would like to see: passing third argument to -RegisterNewNode is now kind of black box:

  • When auto-expiration happens?
  • What triggers auto-expiration?
  • Does it just allow re-register SHIR with same node name when HA is used?

The third argument to -RegisterNewNode defines the expiration time of offline nodes, that is, if a node has been in offline status for a time exceeding the value, it will be regarded as "expired". All nodes registered to the same IR should hold the same expiration time.