Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][UI] Monitor gauge chart display blank with same pid #3548

Closed
geosmart opened this issue Aug 19, 2020 · 5 comments
Closed

[Bug][UI] Monitor gauge chart display blank with same pid #3548

geosmart opened this issue Aug 19, 2020 · 5 comments
Labels
bug Something isn't working
Milestone

Comments

@geosmart
Copy link
Contributor

geosmart commented Aug 19, 2020

Describe the bug
with correct response data , the monitor chart doesn't show as expected.

Expected behavior
just show the correct chart rather than blank

the two worker start by docker ,and have the same pid.
worker in different machine has same pid is ok, so the ui show blank is a bug

Screenshots
chart

response json

Which version of Dolphin Scheduler:
-[1.3.2-preview]

@geosmart geosmart added the bug Something isn't working label Aug 19, 2020
@yangyichao-mango
Copy link
Contributor

Hi~
Please try clear the site cache and try it again.Multi version ui maybe have the left cache in your browser.

@geosmart
Copy link
Contributor Author

geosmart commented Aug 20, 2020

{
    "code": 0,
    "msg": "成功",
    "data": [
        {
            "id": 31,
            "host": "10.199.150.91",
            "port": 5678,
            "zkDirectory": "/xxx/nodes/master/10.199.150.91:5678",
            "resInfo": "{\"cpuUsage\":0.02,\"loadAverage\":0.19,\"memoryUsage\":0.41}",
            "createTime": "2020-08-20T07:05:17.000+0000",
            "lastHeartbeatTime": "2020-08-20T07:31:53.000+0000"
        },
        {
            "id": 30,
            "host": "172.24.0.4",
            "port": 5678,
            "zkDirectory": "/xxx/nodes/master/172.24.0.4:5678",
            "resInfo": "{\"cpuUsage\":0.03,\"loadAverage\":0.01,\"memoryUsage\":0.25}",
            "createTime": "2020-08-20T06:42:30.000+0000",
            "lastHeartbeatTime": "2020-08-20T07:31:54.000+0000"
        },
        {
            "id": 30,
            "host": "10.199.150.90",
            "port": 5678,
            "zkDirectory": "/xx/nodes/master/10.199.150.90:5678",
            "resInfo": "{\"cpuUsage\":0.0,\"loadAverage\":0.14,\"memoryUsage\":0.48}",
            "createTime": "2020-08-20T07:05:21.000+0000",
            "lastHeartbeatTime": "2020-08-20T07:31:47.000+0000"
        }
    ]
}

clear the cache, use new browser,still not show as expect.
the last one show blank ,may be the cpuUsage=0 make something wrong?

@geosmart
Copy link
Contributor Author

finaly I found the key, the two worker start by docker ,and have the same pid.
worker in different machine has same pid is ok, so this is a bug

@geosmart
Copy link
Contributor Author

geosmart commented Aug 24, 2020

finaly I found the key, the two worker start by docker ,and have the same pid.
worker in different machine has same pid is ok, so this is a bug

@gaojun2048

@geosmart geosmart reopened this Aug 24, 2020
@geosmart geosmart changed the title [Bug][Worker Manage]Monitor Chart balnk display [Bug][UI] Worker Manage]Monitor Chart balnk display with same pid Aug 24, 2020
@geosmart geosmart changed the title [Bug][UI] Worker Manage]Monitor Chart balnk display with same pid [Bug][UI] Monitor gauge chart display balnk with same pid Aug 24, 2020
@geosmart geosmart changed the title [Bug][UI] Monitor gauge chart display balnk with same pid [Bug][UI] Monitor gauge chart display blank with same pid Aug 24, 2020
@geosmart
Copy link
Contributor Author

fixed #3563

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants