Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-1998

C library calls getaddrinfo unconditionally from zookeeper_interest

    XMLWordPrintableJSON

Details

    Description

      (commented this on ZOOKEEPER-338)

      I've just noticed that we call getaddrinfo from zookeeper_interest... on every call. So from zookeeper_interest we always call update_addrs:

      https://github.com/apache/zookeeper/blob/trunk/src/c/src/zookeeper.c#L2082

      which in turns unconditionally calls resolve_hosts:

      https://github.com/apache/zookeeper/blob/trunk/src/c/src/zookeeper.c#L787

      which does the unconditional calls to getaddrinfo:

      https://github.com/apache/zookeeper/blob/trunk/src/c/src/zookeeper.c#L648

      We should fix this since it'll make 3.5.0 slower for people relying on DNS. I think this is happened as part of ZOOKEEPER-107 in which the list of servers can be updated.

      cc: shralex, phunt, fpj

      Attachments

        Issue Links

          Activity

            People

              ztzg Damien Diederen
              rgs Raúl Gutiérrez Segalés
              Votes:
              1 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 3h 10m
                  3h 10m