[Kea-users] HA Load Balancing: HA_BUFFER4_RECEIVE_NOT_FOR_US Issue

Derek Swank derek.swank at dfn.net
Fri Mar 21 16:26:43 UTC 2025


Hello,

I am setting up a Kea server in a load balancing HA configuration. I am experiencing an issue where I am getting the error: "HA_BUFFER4_RECEIVE_NOT_FOR_US: dropping query to be processed by another server"

Here is an exact line from my Kea HA hooks log:
"2025-03-20 16:45:28.365 DEBUG [kea-dhcp4.ha-hooks/64143.140171193816768] HA_BUFFER4_RECEIVE_NOT_FOR_US [hwtype=1 00:50:56:bb:e1:9c], cid=[no info], tid=0xffbd0305: dropping query to be processed by another server"

Here is my HA configuration:

{
        "library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_ha.so",
        "parameters": {
            "high-availability": [{
                "this-server-name": "server1",
                "mode": "load-balancing",
                "heartbeat-delay": 10000,
                "max-response-delay": 60000,
                "max-ack-delay": 5000,
                "max-unacked-clients": 3,
                "max-rejected-lease-updates": 10,
                "delayed-updates-limit": 100,
                "peers": [{
                    //BEGIN server1
                    "name": "server1",
                    "url": "http://172.16.120.3:8000/",
                    "role": "primary",
                    "auto-failover": true
                    //END
                }, {
                    //BEGIN server2
                    "name": "server2",
                    "url": "http://172.16.120.4:8000/",
                    "role": "secondary",
                    "auto-failover": true
                    //END
                }, {
                    //BEGIN server3
                    "name": "server3",
                    "url": "http://172.16.120.5:8000/",
                    "role": "backup",
                    "auto-failover": false
                    //END
                }]
            }]
        }


All servers have the same configuration, other than "this-server-name".


Derek Swank

Systems Engineer

[cid:3d0033dd-59b6-43be-ac01-f4c675156d74]<https://dfn.net/>

Main: 541-673-4242

2350 NW Aviation Dr

Roseburg, OR 97470

[cid:bcd84d17-fef1-42d6-8e4a-c004b50829ab]<https://www.linkedin.com/company/douglas-fast-net/> [cid:d20587ea-6e17-4039-b0d3-cdb512ad27a7] <https://www.facebook.com/DouglasFastNet>

The information contained in this email and any attachments may be privileged, confidential, and/or proprietary and is intended solely for the use of the person(s) to whom it is addressed. If you are not the intended recipient, any review, re-transmission, dissemination or any other use of the information contained in this email and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender immediately by replying to this email and then delete this material from any system that it may be on.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20250321/387a7d74/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Outlook-1vppe2lb.png
Type: image/png
Size: 4182 bytes
Desc: Outlook-1vppe2lb.png
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20250321/387a7d74/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Outlook-4d1ro553.png
Type: image/png
Size: 451 bytes
Desc: Outlook-4d1ro553.png
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20250321/387a7d74/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Outlook-5mkf1u2p.png
Type: image/png
Size: 438 bytes
Desc: Outlook-5mkf1u2p.png
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20250321/387a7d74/attachment-0005.png>


More information about the Kea-users mailing list