[DOC] Add docs of warning of Docker env 1.3 of JDK 11 and some doc of FE config. (#5628)

This commit is contained in:
HappenLee
2021-04-14 00:10:30 +08:00
committed by GitHub
parent 489aae5021
commit 9403157da4
5 changed files with 96 additions and 24 deletions

View File

@ -250,7 +250,9 @@ public class Config extends ConfigBase {
* Default is "0.0.0.0", which means not set.
* CAN NOT set this as a hostname, only IP.
*/
@ConfField public static String frontend_address = "0.0.0.0";
@Deprecated
@ConfField
public static String frontend_address = "0.0.0.0";
/**
* Declare a selection strategy for those servers have many ips.