forked from apache/pinot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Broker Clean up] Decouple broker from transport package (apache#3105)
Change BrokerRequestHandler to an interface Move all transport package related classes into ConnectionPoolBrokerRequestHandler implementation Enhancing broker query log to include servers and exceptions info Query log example: 2018/08/22 16:53:53.816 INFO [com.linkedin.pinot.broker.requesthandler.ConnectionPoolBrokerRequestHandler] [] Request 7 ScatterGatherStats: <hostName>_O=0,0,0,62 2018/08/22 16:53:53.816 INFO [com.linkedin.pinot.broker.requesthandler.BaseBrokerRequestHandler] [] Request 7:myTable_OFFLINE, time:100ms, docs:10000/44673408, entries:0/80000, servers:1/1, exceptions:0, query:select * from myTable limit 10000 Explaination: first line is the ScatterGatherStats, second line includes tableName, queryTime, numDocsScanned/numTotalDocs, numEntriesScannedIn/PostFilter, serverResponded/Queried, numExceptions, query
- Loading branch information
1 parent
26b0bda
commit 655a9c5
Showing
16 changed files
with
909 additions
and
1,248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 0 additions & 54 deletions
54
pinot-broker/src/main/java/com/linkedin/pinot/broker/broker/BrokerClientConf.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.