Open jsternberg opened 8 years ago
Relates to influxdata/telegraf#69
You missunderstand him. He not wanted to reload the telegraf instead of the database influxdb. this is a feature we need too. I always have to restart the complete influxdb service and this ends up with some downtimes of the influxdb. Or does this exists already? I didn´t found something in the docs.
By "relates" I meant "similar feature requested in a different component of the TICK stack"
I need this feature too because I'm using letsencrypt to generate influxdb certificates and a reload configuration could be used to load the new certificate, avoiding database downtime.
I'm bewildered how this still hasn't been implemented. Is there a different way for online configuration change?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Not having any activity doesn't mean it's not important.
This is a feature i expect in an production-ready application!
Putting a vote in for this as well.
We would definitely like to see this implemented also. With production cluster nodes taking as long as 4 hours to complete a restart due to the volume of data we hold, this would avoid many problems.
We would definitely like to see this implemented also. With production cluster nodes taking as long as 4 hours to complete a restart due to the volume of data we hold, this would avoid many problems.
Just curious, but how much data do you have? I have about 1TB and a service restart takes about 5 minutes. Interested to know when I might get to 4 hour territory.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
bump
Bumping again because it seems incredible that I can't update configuration without downtime.
any response from maintainers?
bump
bumping! this is a must-have feature
bump
I'd like to have this.
+1
+1
+1
+1
+1
This is a big problem for me, I have to automatically restart influx whenever my SSL cert renews. I'm able to reload nginx with new certs each time, so why can't I reload influx?
+1
+1
+1
+1 This is a must have for a production ready product.
I have to admit I was surprised to see this issue still open from 2016, I would have expected to have a way to reload SSL certs since day 1.
As a workaround, we've added our load balancers (Kong) in the path to reach influxdb, but it would be nice to not have to proxy requests just for SSL.
Thank you for reminding me to add this date to my anniversary calendar. I ended up running Influx in Docker and passing requests through Traefik. A shame features essential to running huge databases are being ignored, but oh well.
is everyone still waiting for this basic feature in 2022?
Sixth anniversary...
So, what happened?
checks notes exactly... Nothing.
+1 Offtopic (sry for that, but i can't hold back my anger): This is sadly not the only poor (missing) feature. Have you messed up with backup and restore? It is a disaster, because they change the bucket ID and this brokes everything while using tokens with permissions for this bucket ID...we have figured out to get the same bucket ID as before but holy moly...seriously? This can't be the right way to handle this.
We ask us how influxdb2 can be used from so much users and then there are such holes in functionality.
I'm going to take gamble and assume that I speak for everyone here in asking for a response from our friends on the Influx team. The ability to hot-reload configuration is becoming table stakes, for TLS, for avoiding downtime, and myriad other reasons. Hope to see this delivered soon ^_^
I want to congratulate everyone with 7th anniversary of this bug! Here's to meeting all of you in a year!
PS: labels need to be updated.
Hoping to see this feature soon! I am sending SIGHUP to influxdb2 when TLS keys are rotated, but influxdb is not exiting gracefully.
+1
Hi everyone, I would like to keep the tradition and congratulate everyone on the 8th anniversary of this issue! :tada:
I would like to propose the idea of holding a party on the 10th anniversary. :slightly_smiling_face:
Until next year!
Good evening everyone! Thank you @marcsello for reminding me - I swiped away my Keep reminder 😆
We are now on Influx 2.x. Maybe in 3.x we will get this feature?
When will we see Infuxdb 3.x ?
@Guzya the 3.x open source version is currently in development on the main branch of this repo if you want to follow along, but we do not have a time yet for release and the software on main is not ready for daily use as breaking changes are happening quite frequently.
Currently this feature is not a priority for 3.x open source
Didn't spot this in the recent v1.11.7 release. Pity, would've been useful for all of us skipping v2.
Feature Request
Support the standard reloading of a configuration file with SIGHUP for anything that would be reasonable.
Proposal: Support reloading the configuration file with SIGHUP.
Current behavior: You must restart InfluxDB to load new configuration options.
Desired behavior: Configuration values that are easy to change (such as log levels or query limits) without requiring a potentially long restart.
Use case: It allows a DevOps person to be able to update certain settings when tuning the database without downtime.