This is an automated email from the ASF dual-hosted git repository.

jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from 31bf05c  Compute Absolute Index for RealTime Text Search(#6793) (#6799)
     add 1105a3a  Flush and close kafka consumer once data are produced (#6786)

No new revisions were added by this update.

Summary of changes:
 .../broker/broker/helix/HelixBrokerStarter.java    |  6 ++--
 .../apache/pinot/controller/ControllerStarter.java |  4 +--
 .../resources/PinotControllerResponseFilter.java   |  4 +--
 .../tests/SegmentCompletionIntegrationTest.java    |  4 +--
 .../tests/ServerStarterIntegrationTest.java        | 10 +++---
 .../org/apache/pinot/minion/MinionStarter.java     |  6 ++--
 .../kafka20/KafkaPartitionLevelConsumerTest.java   | 16 +++++----
 .../stream/kafka20/utils/EmbeddedZooKeeper.java    | 11 ++++--
 .../stream/kafka20/utils/MiniKafkaCluster.java     | 40 ++++++++++------------
 .../VirtualColumnProviderFactory.java              |  4 +--
 .../server/starter/helix/HelixServerStarter.java   |  6 ++--
 .../apache/pinot/server/api/AccessControlTest.java |  4 +--
 .../apache/pinot/server/api/BaseResourceTest.java  |  4 +--
 .../java/org/apache/pinot/spi/utils/NetUtils.java  |  4 +--
 .../tools/admin/command/AddSchemaCommand.java      |  4 +--
 .../pinot/tools/admin/command/AddTableCommand.java |  4 +--
 .../tools/admin/command/AddTenantCommand.java      |  4 +--
 .../tools/admin/command/BootstrapTableCommand.java |  4 +--
 .../tools/admin/command/ChangeTableState.java      |  4 +--
 .../admin/command/OperateClusterConfigCommand.java |  4 +--
 .../tools/admin/command/PostQueryCommand.java      |  4 +--
 .../admin/command/StartControllerCommand.java      |  5 ++-
 .../tools/admin/command/UploadSegmentCommand.java  |  4 +--
 .../tools/query/comparison/ClusterStarter.java     |  4 +--
 .../pinot/tools/service/PinotServiceManager.java   | 10 +++---
 .../PinotServiceManagerInstanceResource.java       | 10 +++---
 .../apache/pinot/tools/utils/PinotConfigUtils.java |  8 ++---
 27 files changed, 97 insertions(+), 95 deletions(-)
 rename pinot-common/src/main/java/org/apache/pinot/common/utils/NetUtil.java 
=> pinot-spi/src/main/java/org/apache/pinot/spi/utils/NetUtils.java (96%)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to