[jira] [Assigned] (YARN-4586) YARN ATS: ATS leveldb fails to come up

2019-03-10 Thread Rakesh Shah (JIRA)


 [ 
https://issues.apache.org/jira/browse/YARN-4586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rakesh Shah reassigned YARN-4586:
-

Assignee: (was: Rakesh Shah)

> YARN ATS: ATS leveldb fails to come up
> --
>
> Key: YARN-4586
> URL: https://issues.apache.org/jira/browse/YARN-4586
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: timelineserver
> Environment: hadoop2.6.0+tez0.7.0
>Reporter: Lvpenglin
>Priority: Major
>
> My environment is hadoop2.6.0+tez0.7.0,when I start yarn timelineserver  
> occurred this problem,I can not solve it ,can you help me or give some 
> suggestion? Thank you very much. 
> {code}
> STARTUP_MSG:   build = https://git-wip-us.apache.org/repos/asf/hadoop.git -r 
> e3496499ecb8d220fba99dc5ed4c99c8f9e33bb1; compiled by 'jenkins' on 
> 2014-11-13T21:10Z
> STARTUP_MSG:   java = 1.7.0_79
> /
> 16/01/13 00:01:29 INFO applicationhistoryservice.ApplicationHistoryServer: 
> registered UNIX signal handlers for [TERM, HUP, INT]
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in 
> [jar:file:/home/td/hadoop-2.6.0/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in 
> [jar:file:/home/td/tez-jars/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
> explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> 16/01/13 00:01:31 WARN applicationhistoryservice.ApplicationHistoryServer: 
> The filesystem based application history store is deprecated.
> 16/01/13 00:01:31 INFO impl.MetricsConfig: loaded properties from 
> hadoop-metrics2.properties
> 16/01/13 00:01:31 INFO impl.MetricsSystemImpl: Scheduled snapshot period at 
> 10 second(s).
> 16/01/13 00:01:31 INFO impl.MetricsSystemImpl: ApplicationHistoryServer 
> metrics system started
> 16/01/13 00:01:31 INFO timeline.LeveldbTimelineStore: Using leveldb path 
> file:/home/td/temp/yarn/timeline/leveldb-timeline-store.ldb
> 16/01/13 00:01:31 INFO service.AbstractService: Service 
> org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore failed in state 
> INITED; cause: org.fusesource.leveldbjni.internal.NativeDB$DBException: IO 
> error: 
> /home/td/file:/home/td/temp/yarn/timeline/leveldb-timeline-store.ldb/LOCK: No 
> such file or directory
> org.fusesource.leveldbjni.internal.NativeDB$DBException: IO error: 
> /home/td/file:/home/td/temp/yarn/timeline/leveldb-timeline-store.ldb/LOCK: No 
> such file or directory
> at 
> org.fusesource.leveldbjni.internal.NativeDB.checkStatus(NativeDB.java:200)
> at org.fusesource.leveldbjni.internal.NativeDB.open(NativeDB.java:218)
> at org.fusesource.leveldbjni.JniDBFactory.open(JniDBFactory.java:168)
> at 
> org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore.serviceInit(LeveldbTimelineStore.java:219)
> at 
> org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
> at 
> org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
> at 
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.serviceInit(ApplicationHistoryServer.java:99)
> at 
> org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
> at 
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.launchAppHistoryServer(ApplicationHistoryServer.java:157)
> at 
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.main(ApplicationHistoryServer.java:167)
> 16/01/13 00:01:31 INFO service.AbstractService: Service 
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer
>  failed in state INITED; cause: 
> org.apache.hadoop.service.ServiceStateException: 
> org.fusesource.leveldbjni.internal.NativeDB$DBException: IO error: 
> /home/td/file:/home/td/temp/yarn/timeline/leveldb-timeline-store.ldb/LOCK: No 
> such file or directory
> org.apache.hadoop.service.ServiceStateException: 
> org.fusesource.leveldbjni.internal.NativeDB$DBException: IO error: 
> /home/td/file:/home/td/temp/yarn/timeline/leveldb-timeline-store.ldb/LOCK: No 
> such file or directory
> at 
> org.apache.hadoop.service.ServiceStateException.convert(ServiceStateException.java:59)
> at 
> org.apache.hadoop.service.AbstractService.init(AbstractService.java:172)
> at 
> org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
> at 
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.serviceInit(ApplicationHistoryServer.java:99)
> at 
> org.apache.hadoop.service.AbstractServi

[jira] [Assigned] (YARN-4586) YARN ATS: ATS leveldb fails to come up

2019-02-26 Thread Rakesh Shah (JIRA)


 [ 
https://issues.apache.org/jira/browse/YARN-4586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rakesh Shah reassigned YARN-4586:
-

Assignee: Rakesh Shah

> YARN ATS: ATS leveldb fails to come up
> --
>
> Key: YARN-4586
> URL: https://issues.apache.org/jira/browse/YARN-4586
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: timelineserver
> Environment: hadoop2.6.0+tez0.7.0
>Reporter: Lvpenglin
>Assignee: Rakesh Shah
>Priority: Major
>
> My environment is hadoop2.6.0+tez0.7.0,when I start yarn timelineserver  
> occurred this problem,I can not solve it ,can you help me or give some 
> suggestion? Thank you very much. 
> {code}
> STARTUP_MSG:   build = https://git-wip-us.apache.org/repos/asf/hadoop.git -r 
> e3496499ecb8d220fba99dc5ed4c99c8f9e33bb1; compiled by 'jenkins' on 
> 2014-11-13T21:10Z
> STARTUP_MSG:   java = 1.7.0_79
> /
> 16/01/13 00:01:29 INFO applicationhistoryservice.ApplicationHistoryServer: 
> registered UNIX signal handlers for [TERM, HUP, INT]
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in 
> [jar:file:/home/td/hadoop-2.6.0/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in 
> [jar:file:/home/td/tez-jars/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
> explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> 16/01/13 00:01:31 WARN applicationhistoryservice.ApplicationHistoryServer: 
> The filesystem based application history store is deprecated.
> 16/01/13 00:01:31 INFO impl.MetricsConfig: loaded properties from 
> hadoop-metrics2.properties
> 16/01/13 00:01:31 INFO impl.MetricsSystemImpl: Scheduled snapshot period at 
> 10 second(s).
> 16/01/13 00:01:31 INFO impl.MetricsSystemImpl: ApplicationHistoryServer 
> metrics system started
> 16/01/13 00:01:31 INFO timeline.LeveldbTimelineStore: Using leveldb path 
> file:/home/td/temp/yarn/timeline/leveldb-timeline-store.ldb
> 16/01/13 00:01:31 INFO service.AbstractService: Service 
> org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore failed in state 
> INITED; cause: org.fusesource.leveldbjni.internal.NativeDB$DBException: IO 
> error: 
> /home/td/file:/home/td/temp/yarn/timeline/leveldb-timeline-store.ldb/LOCK: No 
> such file or directory
> org.fusesource.leveldbjni.internal.NativeDB$DBException: IO error: 
> /home/td/file:/home/td/temp/yarn/timeline/leveldb-timeline-store.ldb/LOCK: No 
> such file or directory
> at 
> org.fusesource.leveldbjni.internal.NativeDB.checkStatus(NativeDB.java:200)
> at org.fusesource.leveldbjni.internal.NativeDB.open(NativeDB.java:218)
> at org.fusesource.leveldbjni.JniDBFactory.open(JniDBFactory.java:168)
> at 
> org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore.serviceInit(LeveldbTimelineStore.java:219)
> at 
> org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
> at 
> org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
> at 
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.serviceInit(ApplicationHistoryServer.java:99)
> at 
> org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
> at 
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.launchAppHistoryServer(ApplicationHistoryServer.java:157)
> at 
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.main(ApplicationHistoryServer.java:167)
> 16/01/13 00:01:31 INFO service.AbstractService: Service 
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer
>  failed in state INITED; cause: 
> org.apache.hadoop.service.ServiceStateException: 
> org.fusesource.leveldbjni.internal.NativeDB$DBException: IO error: 
> /home/td/file:/home/td/temp/yarn/timeline/leveldb-timeline-store.ldb/LOCK: No 
> such file or directory
> org.apache.hadoop.service.ServiceStateException: 
> org.fusesource.leveldbjni.internal.NativeDB$DBException: IO error: 
> /home/td/file:/home/td/temp/yarn/timeline/leveldb-timeline-store.ldb/LOCK: No 
> such file or directory
> at 
> org.apache.hadoop.service.ServiceStateException.convert(ServiceStateException.java:59)
> at 
> org.apache.hadoop.service.AbstractService.init(AbstractService.java:172)
> at 
> org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
> at 
> org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.serviceInit(ApplicationHistoryServer.java:99)
> at 
> org.apache.hado