[GitHub] [pulsar] lhotari commented on issue #16601: Add support for cgroup v2 in Pulsar Loadbalancer

2023-05-05 Thread via GitHub


lhotari commented on issue #16601:
URL: https://github.com/apache/pulsar/issues/16601#issuecomment-1535779511

   Resolved by #16832


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [pulsar] lhotari commented on issue #16601: Add support for cgroup v2 in Pulsar Loadbalancer

2023-04-26 Thread via GitHub


lhotari commented on issue #16601:
URL: https://github.com/apache/pulsar/issues/16601#issuecomment-1523562861

   AWS EKS v1.26 nodes will default to cgroup v2 based on this comment: 
https://github.com/awslabs/amazon-eks-ami/issues/824#issuecomment-1465951128


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [pulsar] lhotari commented on issue #16601: Add support for cgroup v2 in Pulsar Loadbalancer

2023-04-26 Thread via GitHub


lhotari commented on issue #16601:
URL: https://github.com/apache/pulsar/issues/16601#issuecomment-1523548867

   GKE seems to have a way to select between cgroup v1 & cgroup v2:
   
https://cloud.google.com/kubernetes-engine/docs/how-to/node-system-config#cgroup-mode-options


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [pulsar] lhotari commented on issue #16601: Add support for cgroup v2 in Pulsar Loadbalancer

2023-04-08 Thread via GitHub


lhotari commented on issue #16601:
URL: https://github.com/apache/pulsar/issues/16601#issuecomment-1500815350

   " AKS Kubernetes 1.25+ uses cgroups v2."
   https://github.com/Azure/AKS/releases/tag/2023-03-05


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [pulsar] lhotari commented on issue #16601: Add support for cgroup v2 in Pulsar Loadbalancer

2023-04-08 Thread via GitHub


lhotari commented on issue #16601:
URL: https://github.com/apache/pulsar/issues/16601#issuecomment-1500805110

   It looks like Kubernetes 1.25.2+ defaults to cgroups v2 based on  
https://twitter.com/brunoborges/status/1644413308571721750?t=YLdUH-DamtbgA43dLCBbdw=19
 and  https://github.com/Azure/AKS/issues/3443 . See 
https://kubernetes.io/blog/2022/08/31/cgroupv2-ga-1-25/ .
   Pulsar load balancer doesn't balance memory consumption in that case since 
it doesn't support cgroups V2.
   /Cc @nicoloboschi @michaeljmarshall


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [pulsar] lhotari commented on issue #16601: Add support for cgroup v2 in Pulsar Loadbalancer

2022-07-15 Thread GitBox


lhotari commented on issue #16601:
URL: https://github.com/apache/pulsar/issues/16601#issuecomment-1185277418

   Java 11 is getting cgroup v2 support in 11.0.16 with 
https://bugs.openjdk.org/browse/JDK-8230305 changes. It seems that Java 17 
already supports cgroup v2.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org