Hellos, when I issue a query from Pinot Controller...
# troubleshooting
a
Hellos, when I issue a query from Pinot Controller UI
Query console
and check logs on Pinot Broker Pod. I see following log. Is there a way to identify
source_ip
on who/which server issued the query. My goal is to have trace of logs on broker which can provide info on which user/host is querying Pinot.
Copy code
requestId=130,table=<redacted>,timeMs=23,docs=72/108615312,entries=2741105/792,segments(queried/processed/matched/consuming/unavailable):256/253/8/32/0,consumingFreshnessTimeMs=1654707653215,servers=6/6,groupLimitReached=false,brokerReduceTimeMs=0,exceptions=0,serverStats=(Server=SubmitDelayMs,ResponseDelayMs,ResponseSize,DeserializationTimeMs,RequestSentDelayMs);pinot-server-2_R=0,4,1817,0,1;pinot-server-5_R=0,5,1817,1,1;pinot-server-1_R=0,20,1820,0,1;pinot-server-4_R=1,21,1820,0,1;pinot-server-0_R=1,4,1818,0,1;pinot-server-3_R=1,5,1817,0,1,offlineThreadCpuTimeNs(total/thread/sysActivity/resSer):0/0/0/0,realtimeThreadCpuTimeNs(total/thread/sysActivity/resSer):0/0/0/0,query=<redacted>
Hi @Mayank: Any help/comments on this front much appreciated. Thanks !
m
This is a good ask, I can’t remember if we used to do that in OSS. Can you file a GH issue?
a
@Mayank: Just to get a closure on this one. Safe to assume currently this is not supported ?
@Priyank Bagrecha: FYI ^
m
Not afaik.
🙏 1