commit 0181096058428ab3d79da0144c8b92aa136c980a
Author: Nipa Kumar <email address hidden>
Date: Mon May 23 16:42:13 2016 -0700
Send DNS records to named in batches instead of bulk send.
DNS record send and retries to named are done in a burst and does not succeed when it
reaches named limit of handling DNS update rates.
DNS records are now bunched in group sizes equivalent to hardware threads
and sent at periodical intervals (default = 1000msec).
DNS Update Rate = No of Hardware Threads/sec
DNS Update Rate is maintained constant.
o Added introspect command to Snh_ShowBindPendingList to show list of pending records
that have failed the configurable number of retries.
o Added end-of-config from IfMapServer to indicate sync to oper DB and initiate
writes to contrail-named.
o New config knobs are added to tune DNS Record send to named
o DEFAULT.named_max_retransmissions - Maximum number of retries to send records to named
( default set to 12 retries)
o DEFAULT.named_retransmission_interval - Retransmission interval in msec
( default set to 1sec)
o Also DEFAULT.named_max_cache_size is set to 32M as this is purely for caching queries.
Reviewed: https:/ /review. opencontrail. org/21313 github. org/Juniper/ contrail- controller/ commit/ 0181096058428ab 3d79da0144c8b92 aa136c980a
Committed: http://
Submitter: Zuul
Branch: R3.0
commit 0181096058428ab 3d79da0144c8b92 aa136c980a
Author: Nipa Kumar <email address hidden>
Date: Mon May 23 16:42:13 2016 -0700
Send DNS records to named in batches instead of bulk send.
DNS record send and retries to named are done in a burst and does not succeed when it
reaches named limit of handling DNS update rates.
DNS records are now bunched in group sizes equivalent to hardware threads
and sent at periodical intervals (default = 1000msec).
DNS Update Rate = No of Hardware Threads/sec
DNS Update Rate is maintained constant.
o Added introspect command to Snh_ShowBindPen dingList to show list of pending records named_max_ retransmissions - Maximum number of retries to send records to named named_retransmi ssion_interval - Retransmission interval in msec named_max_ cache_size is set to 32M as this is purely for caching queries.
that have failed the configurable number of retries.
o Added end-of-config from IfMapServer to indicate sync to oper DB and initiate
writes to contrail-named.
o New config knobs are added to tune DNS Record send to named
o DEFAULT.
( default set to 12 retries)
o DEFAULT.
( default set to 1sec)
o Also DEFAULT.
Change-Id: I9f23f9d2208fbd 8dfd92e0ad73776 2ed50d762ba
Closes-Bug:1583566
Closes-Bug:1574454