mirror of https://github.com/apache/druid.git
make query id a bit more readable
This commit is contained in:
parent
40c14c9a3c
commit
dda09633be
|
@ -44,7 +44,7 @@ public class QueryIDProvider
|
|||
return String.format(
|
||||
"%s_%s_%s_%s_%s",
|
||||
query.getDataSource(),
|
||||
query.getDuration(),
|
||||
query.getIntervals(),
|
||||
host,
|
||||
new DateTime(),
|
||||
id.incrementAndGet()
|
||||
|
|
Loading…
Reference in New Issue