czd890

Results 28 comments of czd890

1. Open folder 2. Enter `F1`, input cassandra, select `Cassandra Workbench: Generate configuration` ![image](https://user-images.githubusercontent.com/4011549/69321066-5b464a80-0c7d-11ea-8e44-ac6635edf421.png)

@nobodyiam 不是的, 主机/容器是aws ecs fargate. 没有检查代码, 根据异常的message, 我猜测是由同一个ip被多次重复使用导致的. 一个ip分配给A container, A 在terminate之后又分配给了B container(不同的appId).

@nobodyiam 应该会影响在portal instances 列表功能把? 是不是需要fix下?

@NickCraver It's possible. Based on the existing logs, it's difficult to reproduce the detailed process during the failure.

@nobodyiam 把$APOLLO_RUN_MODE 变量的判断改成前台/后台如何. 现在的docker值就是前台模式?

Thank you @martincostello Get the expected data if adding 'application/openmetrics-text' header. ``` curl --location --request GET 'http://localhost:8080/metrics' \ --header 'Accept: application/openmetrics-text' ## output # TYPE target info # HELP target...