[jira] [Updated] (YARN-8120) JVM can crash with SIGSEGV when exiting due to custom leveldb logger

2018-04-12 Thread Jason Lowe (JIRA)

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

Jason Lowe updated YARN-8120:
-
Fix Version/s: 2.10.0

> JVM can crash with SIGSEGV when exiting due to custom leveldb logger
> 
>
> Key: YARN-8120
> URL: https://issues.apache.org/jira/browse/YARN-8120
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: nodemanager, resourcemanager
>Reporter: Jason Lowe
>Assignee: Jason Lowe
>Priority: Major
> Fix For: 2.10.0, 2.8.4, 3.2.0, 3.1.1, 2.9.2, 3.0.3
>
> Attachments: YARN-8120.001.patch
>
>
> The JVM can crash upon exit with a SIGSEGV when leveldb is configured with a 
> custom user logger as is done with LeveldbLogger.  See 
> https://github.com/fusesource/leveldbjni/issues/36 for details.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8120) JVM can crash with SIGSEGV when exiting due to custom leveldb logger

2018-04-12 Thread Jason Lowe (JIRA)

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

Jason Lowe updated YARN-8120:
-
Fix Version/s: 3.2.0

> JVM can crash with SIGSEGV when exiting due to custom leveldb logger
> 
>
> Key: YARN-8120
> URL: https://issues.apache.org/jira/browse/YARN-8120
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: nodemanager, resourcemanager
>Reporter: Jason Lowe
>Assignee: Jason Lowe
>Priority: Major
> Fix For: 2.8.4, 3.2.0, 3.1.1, 2.9.2, 3.0.3
>
> Attachments: YARN-8120.001.patch
>
>
> The JVM can crash upon exit with a SIGSEGV when leveldb is configured with a 
> custom user logger as is done with LeveldbLogger.  See 
> https://github.com/fusesource/leveldbjni/issues/36 for details.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8120) JVM can crash with SIGSEGV when exiting due to custom leveldb logger

2018-04-12 Thread Eric Payne (JIRA)

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

Eric Payne updated YARN-8120:
-
Fix Version/s: (was: 3.0.2)
   3.0.3

> JVM can crash with SIGSEGV when exiting due to custom leveldb logger
> 
>
> Key: YARN-8120
> URL: https://issues.apache.org/jira/browse/YARN-8120
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: nodemanager, resourcemanager
>Reporter: Jason Lowe
>Assignee: Jason Lowe
>Priority: Major
> Fix For: 2.8.4, 3.1.1, 2.9.2, 3.0.3
>
> Attachments: YARN-8120.001.patch
>
>
> The JVM can crash upon exit with a SIGSEGV when leveldb is configured with a 
> custom user logger as is done with LeveldbLogger.  See 
> https://github.com/fusesource/leveldbjni/issues/36 for details.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8120) JVM can crash with SIGSEGV when exiting due to custom leveldb logger

2018-04-06 Thread Jason Lowe (JIRA)

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

Jason Lowe updated YARN-8120:
-
Component/s: (was: timelineserver)

Patch that removes the use of a custom logger from leveldb instances that were 
using one.

> JVM can crash with SIGSEGV when exiting due to custom leveldb logger
> 
>
> Key: YARN-8120
> URL: https://issues.apache.org/jira/browse/YARN-8120
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: nodemanager, resourcemanager
>Reporter: Jason Lowe
>Assignee: Jason Lowe
>Priority: Major
> Attachments: YARN-8120.001.patch
>
>
> The JVM can crash upon exit with a SIGSEGV when leveldb is configured with a 
> custom user logger as is done with LeveldbLogger.  See 
> https://github.com/fusesource/leveldbjni/issues/36 for details.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8120) JVM can crash with SIGSEGV when exiting due to custom leveldb logger

2018-04-06 Thread Jason Lowe (JIRA)

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

Jason Lowe updated YARN-8120:
-
Attachment: YARN-8120.001.patch

> JVM can crash with SIGSEGV when exiting due to custom leveldb logger
> 
>
> Key: YARN-8120
> URL: https://issues.apache.org/jira/browse/YARN-8120
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: nodemanager, resourcemanager
>Reporter: Jason Lowe
>Assignee: Jason Lowe
>Priority: Major
> Attachments: YARN-8120.001.patch
>
>
> The JVM can crash upon exit with a SIGSEGV when leveldb is configured with a 
> custom user logger as is done with LeveldbLogger.  See 
> https://github.com/fusesource/leveldbjni/issues/36 for details.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org