responseContext from data node is returned in a header which could get truncated and not be a valid json, and results in json parsing exception in RetryQueryRunner ( https://github.com/druid-io/druid/blob/druid-0.11.0/processing/src/main/java/io/druid/query/RetryQueryRunner.java#L118 )
there was an effort ( #3319 ) to move response context into response payload instead of header and that would fix it.
responseContext from data node is returned in a header which could get truncated and not be a valid json, and results in json parsing exception in RetryQueryRunner ( https://github.com/druid-io/druid/blob/druid-0.11.0/processing/src/main/java/io/druid/query/RetryQueryRunner.java#L118 )
there was an effort ( #3319 ) to move response context into response payload instead of header and that would fix it.