cmcfarlen commented on PR #11871: URL: https://github.com/apache/trafficserver/pull/11871#issuecomment-2513076103
It looks like its still related to when numa is not available: ``` ../src/iocore/net/QUICPacketHandler.cc: In member function 'virtual void QUICPacketHandlerIn::_recv_packet(int, UDPPacket*)': ../src/iocore/net/QUICPacketHandler.cc:270:65: error: no matching function for call to 'EventProcessor::assign_thread(const int&)' 270 | eth = eventProcessor.assign_thread(ET_NET); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from ../src/iocore/net/../eventsystem/P_EventSystem.h:46, from ../src/iocore/net/P_Net.h:92, from ../src/iocore/net/QUICPacketHandler.cc:25: ../src/iocore/net/../eventsystem/P_UnixEventProcessor.h:54:1: note: candidate: 'EThread* EventProcessor::assign_thread(EventType, int)' 54 | EventProcessor::assign_thread(EventType etype, int numa_node) | ^~~~~~~~~~~~~~ ../src/iocore/net/../eventsystem/P_UnixEventProcessor.h:54:1: note: candidate expects 2 arguments, 1 provided ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org