influxdata / influxdata/influxdb-java
Client constructor fails if the target host name is not resolvable
- Lingua principale
- Java
- Stelle
- 1.2k
- Fork
- 469
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Client constructor fails if the target hostname is not resolvable, which IMO is not a desired behavior.
In the dynamic environments (like containers) hostname -> IP mapping can change very fast and sometimes at the construction time the target host name is really not resolvable, but IMO it should be tolerated by the constructor.
Besides the actual mapping can change during runtime, so not sure if static hostname -> IP address resolving makes sense at all.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Individua il costruttore del client Java e riproduci il problema con un hostname che non può essere risolto al momento della costruzione. Determina il comportamento attuale della risoluzione degli hostname; il lavoro è completato quando la costruzione tollera un errore DNS temporaneo e il comportamento risultante è coperto dai test.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- networking
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 42/100