[jira] [Closed] (DRILL-8446) Incorrect use of OperatingSystemMXBean

2023-11-06 Thread James Turton (Jira)


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

James Turton closed DRILL-8446.
---

> Incorrect use of OperatingSystemMXBean
> --
>
> Key: DRILL-8446
> URL: https://issues.apache.org/jira/browse/DRILL-8446
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.21.1
>Reporter: Mahmoud Ouali Alami
>Assignee: James Turton
>Priority: Major
> Attachments: image-2023-07-04-15-36-42-905.png, 
> image-2023-07-04-16-24-59-662.png
>
>
> *Context :* 
> In Drill "CpuGaugeSet" class, we use an internal class instead of a public 
> class : com.sun.management.OperatingSystemMXBean;
> !image-2023-07-04-15-36-42-905.png|width=387,height=257!
> This can result to a NoClassDefFoundError:
> !image-2023-07-04-16-24-59-662.png|width=845,height=108!  
> *To do :* 
> Replace the private class "com.sun.managemenet.OperatingSystemMXBean" with 
> "java.lang.management.OperatingSystemMXBean",
>  
> Kind regards,
> Mahmoud
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (DRILL-8446) Incorrect use of OperatingSystemMXBean

2023-11-06 Thread James Turton (Jira)


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

James Turton updated DRILL-8446:

Fix Version/s: 1.22.0

> Incorrect use of OperatingSystemMXBean
> --
>
> Key: DRILL-8446
> URL: https://issues.apache.org/jira/browse/DRILL-8446
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.21.1
>Reporter: Mahmoud Ouali Alami
>Assignee: James Turton
>Priority: Major
> Fix For: 1.22.0
>
> Attachments: image-2023-07-04-15-36-42-905.png, 
> image-2023-07-04-16-24-59-662.png
>
>
> *Context :* 
> In Drill "CpuGaugeSet" class, we use an internal class instead of a public 
> class : com.sun.management.OperatingSystemMXBean;
> !image-2023-07-04-15-36-42-905.png|width=387,height=257!
> This can result to a NoClassDefFoundError:
> !image-2023-07-04-16-24-59-662.png|width=845,height=108!  
> *To do :* 
> Replace the private class "com.sun.managemenet.OperatingSystemMXBean" with 
> "java.lang.management.OperatingSystemMXBean",
>  
> Kind regards,
> Mahmoud
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Reopened] (DRILL-8446) Incorrect use of OperatingSystemMXBean

2023-11-06 Thread James Turton (Jira)


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

James Turton reopened DRILL-8446:
-

> Incorrect use of OperatingSystemMXBean
> --
>
> Key: DRILL-8446
> URL: https://issues.apache.org/jira/browse/DRILL-8446
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.21.1
>Reporter: Mahmoud Ouali Alami
>Assignee: James Turton
>Priority: Major
> Attachments: image-2023-07-04-15-36-42-905.png, 
> image-2023-07-04-16-24-59-662.png
>
>
> *Context :* 
> In Drill "CpuGaugeSet" class, we use an internal class instead of a public 
> class : com.sun.management.OperatingSystemMXBean;
> !image-2023-07-04-15-36-42-905.png|width=387,height=257!
> This can result to a NoClassDefFoundError:
> !image-2023-07-04-16-24-59-662.png|width=845,height=108!  
> *To do :* 
> Replace the private class "com.sun.managemenet.OperatingSystemMXBean" with 
> "java.lang.management.OperatingSystemMXBean",
>  
> Kind regards,
> Mahmoud
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Closed] (DRILL-8446) Incorrect use of OperatingSystemMXBean

2023-11-06 Thread James Turton (Jira)


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

James Turton closed DRILL-8446.
---
Resolution: Fixed

> Incorrect use of OperatingSystemMXBean
> --
>
> Key: DRILL-8446
> URL: https://issues.apache.org/jira/browse/DRILL-8446
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.21.1
>Reporter: Mahmoud Ouali Alami
>Assignee: James Turton
>Priority: Major
> Fix For: 1.22.0
>
> Attachments: image-2023-07-04-15-36-42-905.png, 
> image-2023-07-04-16-24-59-662.png
>
>
> *Context :* 
> In Drill "CpuGaugeSet" class, we use an internal class instead of a public 
> class : com.sun.management.OperatingSystemMXBean;
> !image-2023-07-04-15-36-42-905.png|width=387,height=257!
> This can result to a NoClassDefFoundError:
> !image-2023-07-04-16-24-59-662.png|width=845,height=108!  
> *To do :* 
> Replace the private class "com.sun.managemenet.OperatingSystemMXBean" with 
> "java.lang.management.OperatingSystemMXBean",
>  
> Kind regards,
> Mahmoud
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-8446) Incorrect use of OperatingSystemMXBean

2023-11-06 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783443#comment-17783443
 ] 

ASF GitHub Bot commented on DRILL-8446:
---

jnturton merged PR #2843:
URL: https://github.com/apache/drill/pull/2843




> Incorrect use of OperatingSystemMXBean
> --
>
> Key: DRILL-8446
> URL: https://issues.apache.org/jira/browse/DRILL-8446
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.21.1
>Reporter: Mahmoud Ouali Alami
>Assignee: James Turton
>Priority: Major
> Attachments: image-2023-07-04-15-36-42-905.png, 
> image-2023-07-04-16-24-59-662.png
>
>
> *Context :* 
> In Drill "CpuGaugeSet" class, we use an internal class instead of a public 
> class : com.sun.management.OperatingSystemMXBean;
> !image-2023-07-04-15-36-42-905.png|width=387,height=257!
> This can result to a NoClassDefFoundError:
> !image-2023-07-04-16-24-59-662.png|width=845,height=108!  
> *To do :* 
> Replace the private class "com.sun.managemenet.OperatingSystemMXBean" with 
> "java.lang.management.OperatingSystemMXBean",
>  
> Kind regards,
> Mahmoud
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DRILL-8446) Incorrect use of OperatingSystemMXBean

2023-11-06 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DRILL-8446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783441#comment-17783441
 ] 

ASF GitHub Bot commented on DRILL-8446:
---

jnturton commented on PR #2843:
URL: https://github.com/apache/drill/pull/2843#issuecomment-1797131001

   > LGTM +1
   > 
   > @jnturton Does this fix the Splunk flaky test?
   
   Hopefully.




> Incorrect use of OperatingSystemMXBean
> --
>
> Key: DRILL-8446
> URL: https://issues.apache.org/jira/browse/DRILL-8446
> Project: Apache Drill
>  Issue Type: Bug
>Affects Versions: 1.21.1
>Reporter: Mahmoud Ouali Alami
>Assignee: James Turton
>Priority: Major
> Attachments: image-2023-07-04-15-36-42-905.png, 
> image-2023-07-04-16-24-59-662.png
>
>
> *Context :* 
> In Drill "CpuGaugeSet" class, we use an internal class instead of a public 
> class : com.sun.management.OperatingSystemMXBean;
> !image-2023-07-04-15-36-42-905.png|width=387,height=257!
> This can result to a NoClassDefFoundError:
> !image-2023-07-04-16-24-59-662.png|width=845,height=108!  
> *To do :* 
> Replace the private class "com.sun.managemenet.OperatingSystemMXBean" with 
> "java.lang.management.OperatingSystemMXBean",
>  
> Kind regards,
> Mahmoud
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)