mihai-cazacu-adswizz commented on issue #7119: [materialized view] The last day 
of month and the last 24h are not ingested by the Supervisor
URL: 
https://github.com/apache/incubator-druid/issues/7119#issuecomment-465977770
 
 
   I have deleted the mentioned Supervisor (used for creating the view which is 
present in one of the above pictures) but I have another one:
   
   ```
   {
     "type": "kafka",
     "dataSchema": {
       "dataSource": "some-data-source",
       "parser": {
         "type": "string",
         "parseSpec": {
           "format": "json",
           "timestampSpec": {
             "column": "timestamp",
             "format": "auto"
           },
           "dimensionsSpec": {
             "dimensions": [],
             "dimensionExclusions": [
                        ...
             ],
             "spatialDimensions": []
           }
         }
       },
       "metricsSpec": [
         ...
       ],
       "granularitySpec": {
         "type": "uniform",
         "segmentGranularity": "HOUR",
         "queryGranularity": "HOUR",
         "rollup": true,
         "intervals": null
       },
       "transformSpec": {
         "filter": null,
         "transforms": []
       }
     },
     "tuningConfig": {
       "type": "kafka",
       "maxRowsInMemory": 40000,
       "maxBytesInMemory": 0,
       "maxRowsPerSegment": 5000000,
       "maxTotalRows": null,
       "intermediatePersistPeriod": "PT10M",
       "basePersistDirectory": "/mnt/druid/tmp/1550607663100-0",
       "maxPendingPersists": 0,
       "indexSpec": {
         "bitmap": {
           "type": "concise"
         },
         "dimensionCompression": "lz4",
         "metricCompression": "lz4",
         "longEncoding": "longs"
       },
       "buildV9Directly": true,
       "reportParseExceptions": false,
       "handoffConditionTimeout": 0,
       "resetOffsetAutomatically": true,
       "segmentWriteOutMediumFactory": null,
       "workerThreads": null,
       "chatThreads": null,
       "chatRetries": 20,
       "httpTimeout": "PT60S",
       "shutdownTimeout": "PT180S",
       "offsetFetchPeriod": "PT30S",
       "intermediateHandoffPeriod": "P2147483647D",
       "logParseExceptions": false,
       "maxParseExceptions": 2147483647,
       "maxSavedParseExceptions": 0
     },
     "ioConfig": {
       "topic": "some-topic",
       "replicas": 1,
       "taskCount": 12,
       "taskDuration": "PT3600S",
       "consumerProperties": {
         "bootstrap.servers": "kafka-broker.site.com:9092",
         "group.id": "someGroupId",
         "auto.offset.reset": "latest",
         "max.partition.fetch.bytes": "4000000"
       },
       "startDelay": "PT0S",
       "period": "PT30S",
       "useEarliestOffset": false,
       "completionTimeout": "PT1800S",
       "lateMessageRejectionPeriod": null,
       "earlyMessageRejectionPeriod": null,
       "skipOffsetGaps": false
     },
     "context": null,
     "suspended": false
   }
   ```
   
   Off topic: Maybe I didn't understand well but do we have the possibility to 
mention a timeline in the payload? A such feature it would be awesome!
   
   Thank you, @zhangxinyu1!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to