curl -X POST -H 'content-type: application/json' -d @query-metadata.json cluster-a:8082/druid/v2/
{
"queryType": "dataSourceMetadata", "dataSource": "opportunity_histogram_1M", "intervals": ["2015-01-01/2015-12-31"]}
curl -X POST -H 'Content-Type:application/json' -d @query-timeboundary.json cluster-a:8082/druid/v2/
{
"queryType" : "timeBoundary", "dataSource" : "opportunity_histogram_1M"}
I enabled request logging on both the historical node that happens to host these segments (cluster-c), and on the broker node (cluster-a). I can see the requests coming into both nodes.
On the broker:
2015-11-18T00:09:06.951Z 10.0.10.246 {"queryType":"timeBoundary","dataSource":{"type":"table","name":"opportunity_histogram_1M"},"intervals":{"type":"intervals","intervals":["0000-01-01T00:00:00.000Z/3000-01-01T00:00:00.000Z"]},"bound":"","context":{"queryId":"3aa88e03-5e7d-4dc0-929d-e54b16dd2e6d","timeout":300000}} {"query/time":18,"success":true}
On the historical node:
2015-11-18T00:18:06.399Z 10.0.10.248 {"queryType":"timeBoundary","dataSource":{"type":"table","name":"opportunity_histogram_1M"},"intervals":{"type":"segments","segments":[{"itvl":"2015-02-16T00:00:00.000Z/2015-02-17T00:00:00.000Z","ver":"2015-11-10T23:03:30.838Z","part":0},{"itvl":"2015-03-18T00:00:00.000Z/2015-03-19T00:00:00.000Z","ver":"2015-11-10T23:03:30.838Z","part":0}]},"bound":"","context":{"finalize":false,"queryId":"3aa88e03-5e7d-4dc0-929d-e54b16dd2e6d","timeout":300000}} {"query/time":11,"success":true}
Both nodes seem to be reporting success, but no data is returned. No errors or warnings are displayed on the standard output or standard error of any of the cluster nodes.
Any suggestions how to troubleshoot this problem?
--
You received this message because you are subscribed to the Google Groups "Druid User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-user+...@googlegroups.com.
To post to this group, send email to druid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-user/a865b94d-6dc1-483d-a44b-8b72b32f758c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-user/893ca3df-2ad2-4ce6-a96e-c6f3f93c823c%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-user/1b60c160-2572-4bed-bc6d-1d96fe26bc49%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-user/07debd52-8b00-464a-81aa-049ac3fd3223%40googlegroups.com.
2015-11-18T00:08:04,076 INFO [ServerInventoryView-0] io.druid.client.BatchServerInventoryView - New Server[DruidServerMetadata{name='cluster-c:8081', host='cluster-c:8081', maxSize=300000000000, tier='_default_tier', type='historical', priority='0'}]
2015-11-18T00:26:08,334 INFO [qtp640275932-40] com.metamx.http.client.pool.ChannelResourceFactory - Generating: http://cluster-c:8081
That is the only output after the broker service is started. I don't see any other logs from the broker. Is there a way to configure more verbose logging?
Craig
curl -X POST -H 'Content-Type:application/json' -d @query-timeboundary.json cluster-c:8081/druid/v2/
2015-11-22T22:26:29.997Z 10.0.10.246 {"queryType":"timeBoundary","dataSource":{"type":"table","name":"opportunity_histogram_10k"},"intervals":{"type":"intervals","intervals":["0000-01-01T00:00:00.000Z/3000-01-01T00:00:00.000Z"]},"bound":"","context":{"queryId":"5ad7bf12-daf4-4469-a01c-96c84b7e8533","timeout":300000}} {"query/time":16,"success":true}