OpenTSDB / opentsdb

A scalable, distributed Time Series Database.
http://opentsdb.net
GNU Lesser General Public License v2.1
5.01k stars 1.25k forks source link

NPE on GraphHandler.java when `o` isn't specified as part of the query parameters #2280

Closed theultimatequestion closed 1 year ago

theultimatequestion commented 1 year ago

https://github.com/OpenTSDB/opentsdb/blob/db2863725f301d3f3acaeb7b6be2b3f15646de85/src/tsd/GraphHandler.java#L207

When o isn't part of the query params, options.size() causes a NPE.