You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.UnsupportedOperationException: Printing not supported
at __randomizedtesting.SeedInfo.seed([4C10016566504505:7B5D40D0D89482B4]:0)
at org.joda.time.format.DateTimeFormatter.requirePrinter(DateTimeFormatter.java:695)
at org.joda.time.format.DateTimeFormatter.print(DateTimeFormatter.java:642)
at org.elasticsearch.search.aggregations.support.format.ValueFormatter$DateTime.format(ValueFormatter.java:127)
at org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram$Bucket.toXContent(InternalHistogram.java:156)
at org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.doXContentBody(InternalHistogram.java:535)
at org.elasticsearch.search.aggregations.InternalAggregation.toXContent(InternalAggregation.java:202)
at org.elasticsearch.search.aggregations.InternalAggregations.toXContentInternal(InternalAggregations.java:196)
at org.elasticsearch.search.aggregations.InternalAggregations.toXContent(InternalAggregations.java:187)
at org.elasticsearch.search.internal.InternalSearchResponse.toXContent(InternalSearchResponse.java:91)
at org.elasticsearch.action.search.SearchResponse.toXContent(SearchResponse.java:181)
at org.elasticsearch.action.search.SearchResponse.toString(SearchResponse.java:225)
at org.elasticsearch.search.aggregations.bucket.HistogramTests.testExecute_withAggs(HistogramTests.java:1041)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
to me this looks wrong :) but not my part of the system to figure out what the hack is going on... @colings86 maybe?
happens only on 2.0
The text was updated successfully, but these errors were encountered:
This bug will be fixed with #11482 which adds a printer to the epoch_second and epoch_millis formats. I pushed the test case suggested in this issue to master.
I have a simple testcase here:
which fails generating the XContent with this:
to me this looks wrong :) but not my part of the system to figure out what the hack is going on... @colings86 maybe?
happens only on 2.0
The text was updated successfully, but these errors were encountered: