management/src/main/scala/org/apache/pekko/management/scaladsl/PekkoManagement.scala (2 lines): - line 154: // TODO instead of binding to hardcoded things here, discovery could also be used for this binding! - line 158: // FIXME -- think about the style of how we want to make these available management-cluster-bootstrap/src/main/scala/org/apache/pekko/management/cluster/bootstrap/contactpoint/HttpClusterBootstrapRoutes.scala (1 line): - line 42: // TODO shuffle the members so in a big deployment nodes start joining different ones and not all the same? integration-test/aws-api-ec2/src/it/scala/org/apache/pekko/cluster/bootstrap/IntegrationTest.scala (1 line): - line 159: ips._1 != null && ips._2 != null) // TODO: investigate whether there are edge cases that may makes this necessary lease-kubernetes/src/main/scala/org/apache/pekko/coordination/lease/kubernetes/LeaseActor.scala (1 line): - line 224: // FIXME deal with failure from releasing the the lock, currently handled in whenUnhandled but could retry to remove: https://github.com/lightbend/akka-commercial-addons/issues/502 lease-kubernetes/src/main/scala/org/apache/pekko/coordination/lease/kubernetes/internal/AbstractKubernetesApiImpl.scala (1 line): - line 85: // TODO backoff retry management-cluster-bootstrap/src/main/scala/org/apache/pekko/management/cluster/bootstrap/internal/BootstrapCoordinator.scala (1 line): - line 336: // TODO stop the obsolete children (they are stopped when probing fails for too long)