influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
28.66k stars 3.54k forks source link

InfluxDB 2.0: Create forever Bucket through GUI raise error on period 0sec #13149

Closed laurelgr closed 5 years ago

laurelgr commented 5 years ago

Version used

InfluxDB 2.0.0-alpha.6

Steps to reproduce

In GUI,

Additional notes

Same error of course also appends if creating bucket through first selecting an organization.

Error remains if value of retention changed before selecting back Never (and is reset to zero if selecting Periodically again).

Must close the dialog box to clear the error and be able to create a neverending bucket.

Error raised

(from network monitor)

422 - Unprocessable entity "expiration seconds must be greater than or equal to one second"

russorat commented 5 years ago

@laurelgr i believe this was fixed in https://github.com/influxdata/influxdb/issues/12688 and should be in the latest alpha 7 release.

laurelgr commented 5 years ago

@russorat Damn, and I spent so much time checking that the issue was not yet reported. Thanks