[ https://issues.apache.org/jira/browse/SLIDER-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008397#comment-16008397 ]
ASF subversion and git services commented on SLIDER-1228: --------------------------------------------------------- Commit 46396410b2d6f569729a6f67d08eac09679980bf in incubator-slider's branch refs/heads/develop from [~billie.rinaldi] [ https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;h=4639641 ] SLIDER-1228 flooding Slider-AM log for app state clusterNodes (kyungwan nam via billie) > flooding Slider-AM log for "app state clusterNodes" > --------------------------------------------------- > > Key: SLIDER-1228 > URL: https://issues.apache.org/jira/browse/SLIDER-1228 > Project: Slider > Issue Type: Bug > Affects Versions: Slider 0.92 > Reporter: kyungwan nam > Assignee: kyungwan nam > Attachments: SLIDER-1228.001.patch > > > following message are printed to Slider-AM log continuously. > as a result, slider-am log file are rotated shortly, and more important logs > can be lost. > also, It makes difficult to see the other logs. > {code} > 2017-05-11 22:03:13,706 [61820230@qtp-579805167-115] INFO state.AppState - > app state clusterNodes > {HBASE_REGIONSERVER={container_e14_1490326153792_0075_01_000005=container_e14_1490326153792_0075_01_000005: > 3 > state: 3 > role: HBASE_REGIONSERVER > host: test1304.test.com > hostURL: http://test1304.test.com:8042 > command: python2.6 ./infra/agent/slider-agent/agent/main.py --label > container_e14_1490326153792_0075_01_000005___HBASE_REGIONSERVER --zk-quorum > test1300.test.com:2181,test1301.test.com:2181,test1302.test.com:2181 > --zk-reg-path /registry/users/yarn/services/org-apache-slider/hbase1 > > <LOG_DIR>/slider-agent.out 2>&1 ; > logLink: > http://test1304.test.com:8042/node/containerlogs/container_e14_1490326153792_0075_01_000005/yarn > , > container_e14_1490326153792_0075_01_000003=container_e14_1490326153792_0075_01_000003: > 3 > state: 3 > role: HBASE_REGIONSERVER > host: test1304.test.com > hostURL: http://test1304.test.com:8042 > command: python2.6 ./infra/agent/slider-agent/agent/main.py --label > container_e14_1490326153792_0075_01_000003___HBASE_REGIONSERVER --zk-quorum > test1300.test.com:2181,test1301.test.com:2181,test1302.test.com:2181 > --zk-reg-path /registry/users/yarn/services/org-apache-slider/hbase1 > > <LOG_DIR>/slider-agent.out 2>&1 ; > logLink: > http://test1304.test.com:8042/node/containerlogs/container_e14_1490326153792_0075_01_000003/yarn > }, > HBASE_MASTER={container_e14_1490326153792_0075_01_000002=container_e14_1490326153792_0075_01_000002: > 3 > state: 3 > role: HBASE_MASTER > host: test1307.test.com > hostURL: http://test1307.test.com:8042 > command: python2.6 ./infra/agent/slider-agent/agent/main.py --label > container_e14_1490326153792_0075_01_000002___HBASE_MASTER --zk-quorum > test1300.test.com:2181,test1301.test.com:2181,test1302.test.com:2181 > --zk-reg-path /registry/users/yarn/services/org-apache-slider/hbase1 > > <LOG_DIR>/slider-agent.out 2>&1 ; > logLink: > http://test1307.test.com:8042/node/containerlogs/container_e14_1490326153792_0075_01_000002/yarn > }, > slider-appmaster={container_e14_1490326153792_0075_01_000001=container_e14_1490326153792_0075_01_000001: > 3 > state: 3 > role: slider-appmaster > host: test1309.test.com > hostURL: http://test1309.test.com:42842 > }} > 2017-05-11 22:03:13,707 [1942998487@qtp-579805167-113] INFO state.AppState - > app state clusterNodes > {HBASE_REGIONSERVER={container_e14_1490326153792_0075_01_000005=container_e14_1490326153792_0075_01_000005: > 3 > state: 3 > role: HBASE_REGIONSERVER > host: test1304.test.com > hostURL: http://test1304.test.com:8042 > ... > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)