You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/10/28 13:18:41 UTC

[GitHub] [druid] quenlang opened a new issue #10538: can not read realtime data when using indexer process instead of middleManager peon process to ingest metrics from kafka

quenlang opened a new issue #10538:
URL: https://github.com/apache/druid/issues/10538


   Hi, all
   
   **Affected Version**
   0.19.0 and 0.20.0
   
   **Description**
   
   I found that can not query real-time data when using the indexer process instead of the peon process to ingest metrics from the Kafka topic.
   Then I terminated the ingestion task, the segments handoff to HDFS and the historical nodes cached the segments, it is queryable.
   
   I downgraded to 0.18.1 but didn't meet this problem, it worked fine. 
   
   I think this is a bug after 0.18.1. Any suggestions? @jihoonson 
   Thanks a lot!
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] gianm commented on issue #10538: can not read realtime data when using indexer process instead of middleManager peon process to ingest metrics from kafka

Posted by GitBox <gi...@apache.org>.
gianm commented on issue #10538:
URL: https://github.com/apache/druid/issues/10538#issuecomment-738582968


   #10631 should fix this.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] quenlang commented on issue #10538: can not read realtime data when using indexer process instead of middleManager peon process to ingest metrics from kafka

Posted by GitBox <gi...@apache.org>.
quenlang commented on issue #10538:
URL: https://github.com/apache/druid/issues/10538#issuecomment-718312655


   Hi @jihoonson, as you say, the response of 0.18.1 includes the indexer node, but 0.19.0 doesn't.
   Any suggestions?
   ```
   the response of the same query in 0.18.1:
   [ {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 4,
     "size" : 243155,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 5,
     "size" : 649577,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 6,
     "size" : 712699,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 7,
     "size" : 678307,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 8,
     "size" : 51998961,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T18:00:00.000Z/2020-10-29T00:00:00.000Z",
     "version" : "2020-10-28T18:00:00.275Z",
     "partitionNumber" : 0,
     "size" : 9444651,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T18:00:00.000Z/2020-10-29T00:00:00.000Z",
     "version" : "2020-10-28T18:00:00.275Z",
     "partitionNumber" : 1,
     "size" : 49608689,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-29T00:00:00.000Z/2020-10-29T06:00:00.000Z",
     "version" : "2020-10-29T00:00:00.237Z",
     "partitionNumber" : 0,
     "size" : 9436024,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-29T00:00:00.000Z/2020-10-29T06:00:00.000Z",
     "version" : "2020-10-29T00:00:00.237Z",
     "partitionNumber" : 1,
     "size" : 0,
     "locations" : [ {
       "name" : "app.sg.com:8091",
       "host" : "app.sg.com:8091",
       "hostAndTlsPort" : null,
       "maxSize" : 0,
       "type" : "indexer-executor",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   } ]
   ```
   
   in 0.19.0:
   ```
   [ {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 4,
     "size" : 243155,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 5,
     "size" : 649577,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 6,
     "size" : 712699,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 7,
     "size" : 678307,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 8,
     "size" : 51998961,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T18:00:00.000Z/2020-10-29T00:00:00.000Z",
     "version" : "2020-10-28T18:00:00.275Z",
     "partitionNumber" : 0,
     "size" : 9444651,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T18:00:00.000Z/2020-10-29T00:00:00.000Z",
     "version" : "2020-10-28T18:00:00.275Z",
     "partitionNumber" : 1,
     "size" : 49608689,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-29T00:00:00.000Z/2020-10-29T06:00:00.000Z",
     "version" : "2020-10-29T00:00:00.237Z",
     "partitionNumber" : 0,
     "size" : 9436024,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   } ]
   ```
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] jihoonson commented on issue #10538: can not read realtime data when using indexer process instead of middleManager peon process to ingest metrics from kafka

Posted by GitBox <gi...@apache.org>.
jihoonson commented on issue #10538:
URL: https://github.com/apache/druid/issues/10538#issuecomment-718102403


   Hi @quenlang, I haven't heard of any issues so far, so want to narrow down the scope of potential issue. Can you check the result of the `druid/v2/candidates` API from the broker (https://druid.apache.org/docs/latest/operations/api-reference.html#queries)? It returns what servers the query will hit. If the result doesn't include the indexer, there might be some problem in segment announcing. Otherwise, the issue might be query execution in indexers.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] jihoonson commented on issue #10538: can not read realtime data when using indexer process instead of middleManager peon process to ingest metrics from kafka

Posted by GitBox <gi...@apache.org>.
jihoonson commented on issue #10538:
URL: https://github.com/apache/druid/issues/10538#issuecomment-718885127


   Thanks. I think maybe something was broken in https://github.com/apache/druid/pull/9971, but not 100% sure yet. I will dig into it more.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] dlyoungerman commented on issue #10538: can not read realtime data when using indexer process instead of middleManager peon process to ingest metrics from kafka

Posted by GitBox <gi...@apache.org>.
dlyoungerman commented on issue #10538:
URL: https://github.com/apache/druid/issues/10538#issuecomment-725692807


   @jihoonson - We are also experiencing the same issue after upgrading two of our clusters to 0.19. Our temporary solution was to downgrade our indexers to 0.18.1, inspired by this issue: #10258. 
   
   I'm curious if there's an ETA for fixing this. It's kind of a big deal for our users. I know indexers are experimental, do you think we should revert to using middle managers and peons for the stability?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] jihoonson closed issue #10538: can not read realtime data when using indexer process instead of middleManager peon process to ingest metrics from kafka

Posted by GitBox <gi...@apache.org>.
jihoonson closed issue #10538:
URL: https://github.com/apache/druid/issues/10538


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] dlyoungerman edited a comment on issue #10538: can not read realtime data when using indexer process instead of middleManager peon process to ingest metrics from kafka

Posted by GitBox <gi...@apache.org>.
dlyoungerman edited a comment on issue #10538:
URL: https://github.com/apache/druid/issues/10538#issuecomment-725692807


   @jihoonson - We are also experiencing the same issue after upgrading two of our clusters to 0.19. Our temporary solution was to downgrade our indexers to 0.18.1, inspired by this issue: #10258. 
   
   I'm curious if there's an ETA for fixing this? It's kind of a big deal for our users. I know indexers are experimental, do you think we should revert to using middle managers and peons for the stability?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] quenlang edited a comment on issue #10538: can not read realtime data when using indexer process instead of middleManager peon process to ingest metrics from kafka

Posted by GitBox <gi...@apache.org>.
quenlang edited a comment on issue #10538:
URL: https://github.com/apache/druid/issues/10538#issuecomment-718312655


   Hi @jihoonson, as you say, the response of 0.18.1 includes the indexer node, but 0.19.0 doesn't.
   Any suggestions?
   
   the response of the same query in 0.18.1:
   ```
   [ {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 4,
     "size" : 243155,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 5,
     "size" : 649577,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 6,
     "size" : 712699,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 7,
     "size" : 678307,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 8,
     "size" : 51998961,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T18:00:00.000Z/2020-10-29T00:00:00.000Z",
     "version" : "2020-10-28T18:00:00.275Z",
     "partitionNumber" : 0,
     "size" : 9444651,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T18:00:00.000Z/2020-10-29T00:00:00.000Z",
     "version" : "2020-10-28T18:00:00.275Z",
     "partitionNumber" : 1,
     "size" : 49608689,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-29T00:00:00.000Z/2020-10-29T06:00:00.000Z",
     "version" : "2020-10-29T00:00:00.237Z",
     "partitionNumber" : 0,
     "size" : 9436024,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-29T00:00:00.000Z/2020-10-29T06:00:00.000Z",
     "version" : "2020-10-29T00:00:00.237Z",
     "partitionNumber" : 1,
     "size" : 0,
     "locations" : [ {
       "name" : "app.sg.com:8091",
       "host" : "app.sg.com:8091",
       "hostAndTlsPort" : null,
       "maxSize" : 0,
       "type" : "indexer-executor",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   } ]
   ```
   
   in 0.19.0:
   ```
   [ {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 4,
     "size" : 243155,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 5,
     "size" : 649577,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 6,
     "size" : 712699,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 7,
     "size" : 678307,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T12:00:00.000Z/2020-10-28T18:00:00.000Z",
     "version" : "2020-10-28T12:30:25.490Z",
     "partitionNumber" : 8,
     "size" : 51998961,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T18:00:00.000Z/2020-10-29T00:00:00.000Z",
     "version" : "2020-10-28T18:00:00.275Z",
     "partitionNumber" : 0,
     "size" : 9444651,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-28T18:00:00.000Z/2020-10-29T00:00:00.000Z",
     "version" : "2020-10-28T18:00:00.275Z",
     "partitionNumber" : 1,
     "size" : 49608689,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   }, {
     "interval" : "2020-10-29T00:00:00.000Z/2020-10-29T06:00:00.000Z",
     "version" : "2020-10-29T00:00:00.237Z",
     "partitionNumber" : 0,
     "size" : 9436024,
     "locations" : [ {
       "name" : "app.sg.com:8083",
       "host" : "app.sg.com:8083",
       "hostAndTlsPort" : null,
       "maxSize" : 1500000000000,
       "type" : "historical",
       "tier" : "_default_tier",
       "priority" : 0
     } ]
   } ]
   ```
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] jihoonson commented on issue #10538: can not read realtime data when using indexer process instead of middleManager peon process to ingest metrics from kafka

Posted by GitBox <gi...@apache.org>.
jihoonson commented on issue #10538:
URL: https://github.com/apache/druid/issues/10538#issuecomment-759979512


   Closing as #10631 is merged. Please feel free to reopen if you still see the same issue.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org