Uploaded image for project: 'VOLTHA'
  1. VOLTHA
  2. VOL-421

kafka not starting in cluster mode. It keeps exiting.

    XMLWordPrintable

    Details

    • Story Points:
      2

      Description

      kafka seems exit as soon as it comes up.

      Below are the logs from kafka container:

      voltha@cord1:~$ docker logs 6c57d2d7914c
      waiting for kafka to be ready
      [2017-09-06 04:25:30,678] INFO KafkaConfig values:
      advertised.host.name = null
      advertised.listeners = PLAINTEXT://:9092
      advertised.port = null
      alter.config.policy.class.name = null
      authorizer.class.name =
      auto.create.topics.enable = true
      auto.leader.rebalance.enable = true
      background.threads = 10
      broker.id = -1
      broker.id.generation.enable = true
      broker.rack = null
      compression.type = producer
      connections.max.idle.ms = 600000
      controlled.shutdown.enable = true
      controlled.shutdown.max.retries = 3
      controlled.shutdown.retry.backoff.ms = 5000
      controller.socket.timeout.ms = 30000
      create.topic.policy.class.name = null
      default.replication.factor = 1
      delete.records.purgatory.purge.interval.requests = 1
      delete.topic.enable = false
      fetch.purgatory.purge.interval.requests = 1000
      group.initial.rebalance.delay.ms = 0
      group.max.session.timeout.ms = 300000
      group.min.session.timeout.ms = 6000
      host.name =
      inter.broker.listener.name = null
      inter.broker.protocol.version = 0.11.0-IV2
      leader.imbalance.check.interval.seconds = 300
      leader.imbalance.per.broker.percentage = 10
      listener.security.protocol.map = SSL:SSL,SASL_PLAINTEXT:SASL_PLAINTEXT,TRACE:TRACE,SASL_SSL:SASL_SSL,PLAINTEXT:PLAINTEXT
      listeners = PLAINTEXT://:9092
      log.cleaner.backoff.ms = 15000
      log.cleaner.dedupe.buffer.size = 134217728
      log.cleaner.delete.retention.ms = 86400000
      log.cleaner.enable = true
      log.cleaner.io.buffer.load.factor = 0.9
      log.cleaner.io.buffer.size = 524288
      log.cleaner.io.max.bytes.per.second = 1.7976931348623157E308
      log.cleaner.min.cleanable.ratio = 0.5
      log.cleaner.min.compaction.lag.ms = 0
      log.cleaner.threads = 1
      log.cleanup.policy = [delete]
      log.dir = /tmp/kafka-logs
      log.dirs = /kafka/kafka-logs-6c57d2d7914c
      log.flush.interval.messages = 9223372036854775807
      log.flush.interval.ms = null
      log.flush.offset.checkpoint.interval.ms = 60000
      log.flush.scheduler.interval.ms = 9223372036854775807
      log.flush.start.offset.checkpoint.interval.ms = 60000
      log.index.interval.bytes = 4096
      log.index.size.max.bytes = 10485760
      log.message.format.version = 0.11.0-IV2
      log.message.timestamp.difference.max.ms = 9223372036854775807
      log.message.timestamp.type = CreateTime
      log.preallocate = false
      log.retention.bytes = -1
      log.retention.check.interval.ms = 300000
      log.retention.hours = 168
      log.retention.minutes = null
      log.retention.ms = null
      log.roll.hours = 168
      log.roll.jitter.hours = 0
      log.roll.jitter.ms = null
      log.roll.ms = null
      log.segment.bytes = 1073741824
      log.segment.delete.delay.ms = 60000
      max.connections.per.ip = 2147483647
      max.connections.per.ip.overrides =
      message.max.bytes = 1000012
      metric.reporters = []
      metrics.num.samples = 2
      metrics.recording.level = INFO
      metrics.sample.window.ms = 30000
      min.insync.replicas = 1
      num.io.threads = 8
      num.network.threads = 3
      num.partitions = 1
      num.recovery.threads.per.data.dir = 1
      num.replica.fetchers = 1
      offset.metadata.max.bytes = 4096
      offsets.commit.required.acks = -1
      offsets.commit.timeout.ms = 5000
      offsets.load.buffer.size = 5242880
      offsets.retention.check.interval.ms = 600000
      offsets.retention.minutes = 1440
      offsets.topic.compression.codec = 0
      offsets.topic.num.partitions = 50
      offsets.topic.replication.factor = 1
      offsets.topic.segment.bytes = 104857600
      port = 9092
      principal.builder.class = class org.apache.kafka.common.security.auth.DefaultPrincipalBuilder
      producer.purgatory.purge.interval.requests = 1000
      queued.max.requests = 500
      quota.consumer.default = 9223372036854775807
      quota.producer.default = 9223372036854775807
      quota.window.num = 11
      quota.window.size.seconds = 1
      replica.fetch.backoff.ms = 1000
      replica.fetch.max.bytes = 1048576
      replica.fetch.min.bytes = 1
      replica.fetch.response.max.bytes = 10485760
      replica.fetch.wait.max.ms = 500
      replica.high.watermark.checkpoint.interval.ms = 5000
      replica.lag.time.max.ms = 10000
      replica.socket.receive.buffer.bytes = 65536
      replica.socket.timeout.ms = 30000
      replication.quota.window.num = 11
      replication.quota.window.size.seconds = 1
      request.timeout.ms = 30000
      reserved.broker.max.id = 1000
      sasl.enabled.mechanisms = [GSSAPI]
      sasl.kerberos.kinit.cmd = /usr/bin/kinit
      sasl.kerberos.min.time.before.relogin = 60000
      sasl.kerberos.principal.to.local.rules = [DEFAULT]
      sasl.kerberos.service.name = null
      sasl.kerberos.ticket.renew.jitter = 0.05
      sasl.kerberos.ticket.renew.window.factor = 0.8
      sasl.mechanism.inter.broker.protocol = GSSAPI
      security.inter.broker.protocol = PLAINTEXT
      socket.receive.buffer.bytes = 102400
      socket.request.max.bytes = 104857600
      socket.send.buffer.bytes = 102400
      ssl.cipher.suites = null
      ssl.client.auth = none
      ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
      ssl.endpoint.identification.algorithm = null
      ssl.key.password = null
      ssl.keymanager.algorithm = SunX509
      ssl.keystore.location = null
      ssl.keystore.password = null
      ssl.keystore.type = JKS
      ssl.protocol = TLS
      ssl.provider = null
      ssl.secure.random.implementation = null
      ssl.trustmanager.algorithm = PKIX
      ssl.truststore.location = null
      ssl.truststore.password = null
      ssl.truststore.type = JKS
      transaction.abort.timed.out.transaction.cleanup.interval.ms = 60000
      transaction.max.timeout.ms = 900000
      transaction.remove.expired.transaction.cleanup.interval.ms = 3600000
      transaction.state.log.load.buffer.size = 5242880
      transaction.state.log.min.isr = 1
      transaction.state.log.num.partitions = 50
      transaction.state.log.replication.factor = 1
      transaction.state.log.segment.bytes = 104857600
      transactional.id.expiration.ms = 604800000
      unclean.leader.election.enable = false
      zookeeper.connect = zk1:2181,zk2:2181,zk3:2181
      zookeeper.connection.timeout.ms = 6000
      zookeeper.session.timeout.ms = 6000
      zookeeper.set.acl = false
      zookeeper.sync.time.ms = 2000
      (kafka.server.KafkaConfig)
      [2017-09-06 04:25:30,753] INFO starting (kafka.server.KafkaServer)
      [2017-09-06 04:25:30,754] INFO Connecting to zookeeper on zk1:2181,zk2:2181,zk3:2181 (kafka.server.KafkaServer)
      [2017-09-06 04:25:30,767] INFO Starting ZkClient event thread. (org.I0Itec.zkclient.ZkEventThread)
      [2017-09-06 04:25:30,774] INFO Client environment:zookeeper.version=3.4.10-39d3a4f269333c922ed3db283be479f9deacaa0f, built on 03/23/2017 10:13 GMT (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,774] INFO Client environment:host.name=6c57d2d7914c (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,774] INFO Client environment:java.version=1.8.0_131 (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,774] INFO Client environment:java.vendor=Oracle Corporation (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,774] INFO Client environment:java.home=/opt/jdk1.8.0_131/jre (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,774] INFO Client environment:java.class.path=:/opt/kafka/bin/../libs/aopalliance-repackaged-2.5.0-b05.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/commons-lang3-3.5.jar:/opt/kafka/bin/../libs/connect-api-0.11.0.0.jar:/opt/kafka/bin/../libs/connect-file-0.11.0.0.jar:/opt/kafka/bin/../libs/connect-json-0.11.0.0.jar:/opt/kafka/bin/../libs/connect-runtime-0.11.0.0.jar:/opt/kafka/bin/../libs/connect-transforms-0.11.0.0.jar:/opt/kafka/bin/../libs/guava-20.0.jar:/opt/kafka/bin/../libs/hk2-api-2.5.0-b05.jar:/opt/kafka/bin/../libs/hk2-locator-2.5.0-b05.jar:/opt/kafka/bin/../libs/hk2-utils-2.5.0-b05.jar:/opt/kafka/bin/../libs/jackson-annotations-2.8.5.jar:/opt/kafka/bin/../libs/jackson-core-2.8.5.jar:/opt/kafka/bin/../libs/jackson-databind-2.8.5.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.8.5.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.8.5.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.8.5.jar:/opt/kafka/bin/../libs/javassist-3.21.0-GA.jar:/opt/kafka/bin/../libs/javax.annotation-api-1.2.jar:/opt/kafka/bin/../libs/javax.inject-1.jar:/opt/kafka/bin/../libs/javax.inject-2.5.0-b05.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.0.1.jar:/opt/kafka/bin/../libs/jersey-client-2.24.jar:/opt/kafka/bin/../libs/jersey-common-2.24.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.24.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.24.jar:/opt/kafka/bin/../libs/jersey-guava-2.24.jar:/opt/kafka/bin/../libs/jersey-media-jaxb-2.24.jar:/opt/kafka/bin/../libs/jersey-server-2.24.jar:/opt/kafka/bin/../libs/jetty-continuation-9.2.15.v20160210.jar:/opt/kafka/bin/../libs/jetty-http-9.2.15.v20160210.jar:/opt/kafka/bin/../libs/jetty-io-9.2.15.v20160210.jar:/opt/kafka/bin/../libs/jetty-security-9.2.15.v20160210.jar:/opt/kafka/bin/../libs/jetty-server-9.2.15.v20160210.jar:/opt/kafka/bin/../libs/jetty-servlet-9.2.15.v20160210.jar:/opt/kafka/bin/../libs/jetty-servlets-9.2.15.v20160210.jar:/opt/kafka/bin/../libs/jetty-util-9.2.15.v20160210.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.3.jar:/opt/kafka/bin/../libs/kafka-clients-0.11.0.0.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-0.11.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-0.11.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-0.11.0.0.jar:/opt/kafka/bin/../libs/kafka-tools-0.11.0.0.jar:/opt/kafka/bin/../libs/kafka_2.12-0.11.0.0-sources.jar:/opt/kafka/bin/../libs/kafka_2.12-0.11.0.0-test-sources.jar:/opt/kafka/bin/../libs/kafka_2.12-0.11.0.0.jar:/opt/kafka/bin/../libs/log4j-1.2.17.jar:/opt/kafka/bin/../libs/lz4-1.3.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.5.0.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.1.jar:/opt/kafka/bin/../libs/plexus-utils-3.0.24.jar:/opt/kafka/bin/../libs/reflections-0.9.11.jar:/opt/kafka/bin/../libs/rocksdbjni-5.0.1.jar:/opt/kafka/bin/../libs/scala-library-2.12.2.jar:/opt/kafka/bin/../libs/scala-parser-combinators_2.12-1.0.4.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.25.jar:/opt/kafka/bin/../libs/slf4j-log4j12-1.7.25.jar:/opt/kafka/bin/../libs/snappy-java-1.1.2.6.jar:/opt/kafka/bin/../libs/validation-api-1.1.0.Final.jar:/opt/kafka/bin/../libs/zkclient-0.10.jar:/opt/kafka/bin/../libs/zookeeper-3.4.10.jar (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,775] INFO Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,775] INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,775] INFO Client environment:java.compiler=<NA> (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,775] INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,775] INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,775] INFO Client environment:os.version=4.4.0-62-generic (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,775] INFO Client environment:user.name=root (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,775] INFO Client environment:user.home=/root (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,775] INFO Client environment:user.dir=/ (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,776] INFO Initiating client connection, connectString=zk1:2181,zk2:2181,zk3:2181 sessionTimeout=6000 watcher=org.I0Itec.zkclient.ZkClient@6d2a209c (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:30,788] INFO Waiting for keeper state SyncConnected (org.I0Itec.zkclient.ZkClient)
      [2017-09-06 04:25:36,789] INFO Terminate ZkClient event thread. (org.I0Itec.zkclient.ZkEventThread)
      waiting for kafka to be ready
      [2017-09-06 04:25:40,802] INFO Opening socket connection to server 10.0.0.6/10.0.0.6:2181. Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn)
      [2017-09-06 04:25:40,812] INFO Socket connection established to 10.0.0.6/10.0.0.6:2181, initiating session (org.apache.zookeeper.ClientCnxn)
      [2017-09-06 04:25:40,824] INFO Session establishment complete on server 10.0.0.6/10.0.0.6:2181, sessionid = 0x15e5565b29e001c, negotiated timeout = 6000 (org.apache.zookeeper.ClientCnxn)
      [2017-09-06 04:25:40,830] INFO Session: 0x15e5565b29e001c closed (org.apache.zookeeper.ZooKeeper)
      [2017-09-06 04:25:40,833] FATAL Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)
      org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server 'zk1:2181,zk2:2181,zk3:2181' with timeout of 6000 ms
      at org.I0Itec.zkclient.ZkClient.connect(ZkClient.java:1233)
      at org.I0Itec.zkclient.ZkClient.<init>(ZkClient.java:157)
      at org.I0Itec.zkclient.ZkClient.<init>(ZkClient.java:131)
      at kafka.utils.ZkUtils$.createZkClientAndConnection(ZkUtils.scala:103)
      at kafka.utils.ZkUtils$.apply(ZkUtils.scala:85)
      at kafka.server.KafkaServer.initZk(KafkaServer.scala:341)
      at kafka.server.KafkaServer.startup(KafkaServer.scala:191)
      at kafka.server.KafkaServerStartable.startup(KafkaServerStartable.scala:38)
      at kafka.Kafka$.main(Kafka.scala:65)
      at kafka.Kafka.main(Kafka.scala)
      [2017-09-06 04:25:40,833] INFO EventThread shut down for session: 0x15e5565b29e001c (org.apache.zookeeper.ClientCnxn)
      [2017-09-06 04:25:40,838] INFO shutting down (kafka.server.KafkaServer)
      [2017-09-06 04:25:40,851] INFO shut down completed (kafka.server.KafkaServer)
      [2017-09-06 04:25:40,852] FATAL Exiting Kafka. (kafka.server.KafkaServerStartable)
      [2017-09-06 04:25:40,856] INFO shutting down (kafka.server.KafkaServer)

      voltha@cord1:~$ docker stack ps kafka
      ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS
      j3j0y93cagm2 kafka_kafka.oxzp2qrob6xz770575ozv9zx3 wurstmeister/kafka cord3 Running Running 23 seconds ago
      knx2ufnucy32 kafka_kafka.z1nhydjfk8yyajeoxvyy3hztm wurstmeister/kafka cord2 Running Running about a minute ago
      kq0wcnry23bn kafka_kafka.wbr4hrnvm85o288cxb88fgxb9 wurstmeister/kafka cord1 Running Running 8 seconds ago
      nsbzx9mlyi6p kafka_kafka.oxzp2qrob6xz770575ozv9zx3 wurstmeister/kafka cord3 Shutdown Failed 30 seconds ago "task: non-zero exit (1)"
      k715ymo0anhc kafka_kafka.z1nhydjfk8yyajeoxvyy3hztm wurstmeister/kafka cord2 Shutdown Failed about a minute ago "task: non-zero exit (1)"
      8ad9pkwwxeib kafka_kafka.wbr4hrnvm85o288cxb88fgxb9 wurstmeister/kafka cord1 Shutdown Failed 15 seconds ago "task: non-zero exit (1)"
      zyg6aswc12mp kafka_kafka.oxzp2qrob6xz770575ozv9zx3 wurstmeister/kafka cord3 Shutdown Failed 52 seconds ago "task: non-zero exit (1)"
      n04pwrnm9vnm kafka_kafka.z1nhydjfk8yyajeoxvyy3hztm wurstmeister/kafka cord2 Shutdown Failed about a minute ago "task: non-zero exit (1)"
      dhrmixe3vsbv kafka_kafka.wbr4hrnvm85o288cxb88fgxb9 wurstmeister/kafka cord1 Shutdown Failed 37 seconds ago "task: non-zero exit (1)"
      7lcut9cigttz kafka_kafka.oxzp2qrob6xz770575ozv9zx3 wurstmeister/kafka cord3 Shutdown Failed about a minute ago "task: non-zero exit (1)"
      natfsfi9dg3y kafka_kafka.z1nhydjfk8yyajeoxvyy3hztm wurstmeister/kafka cord2 Shutdown Failed 2 minutes ago "task: non-zero exit (1)"
      0c9vad6prxut kafka_kafka.wbr4hrnvm85o288cxb88fgxb9 wurstmeister/kafka cord1 Shutdown Failed 58 seconds ago "task: non-zero exit (1)"
      u92e3o7zgxdv kafka_kafka.oxzp2qrob6xz770575ozv9zx3 wurstmeister/kafka cord3 Shutdown Failed about a minute ago "task: non-zero exit (1)"
      rzfxjlx1i9h1 kafka_kafka.z1nhydjfk8yyajeoxvyy3hztm wurstmeister/kafka cord2 Shutdown Failed 2 minutes ago "task: non-zero exit (1)"
      7qhm9bbyq9zn kafka_kafka.wbr4hrnvm85o288cxb88fgxb9 wurstmeister/kafka cord1 Shutdown Failed about a minute ago "task: non-zero exit (1)"
      tgb3ny0o9a9s kafka_zk3.1 zookeeper cord1 Running Running 12 minutes ago
      ew0ruf202k43 kafka_zk2.1 zookeeper cord3 Running Running 12 minutes ago
      mri1u0huagyo kafka_zk1.1 zookeeper cord2 Running Running 13 minutes ago

      voltha@cord1:~$ docker ps
      CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
      8ac94c98aa7c cord/chameleon:latest "/chameleon/chamel..." 11 minutes ago Up 11 minutes chameleon_chameleon.wbr4hrnvm85o288cxb88fgxb9.v9ns3cj8cy4swxnzck3iwghs7
      5b0a1dc49492 cord/netconf:latest "/netconf/netconf/..." 11 minutes ago Up 11 minutes netconf_netconf.wbr4hrnvm85o288cxb88fgxb9.5a7g3c7yq8uejuu50pss3ac4q
      e7d19667a57f cord/voltha:latest "voltha/voltha/mai..." 11 minutes ago Up 11 minutes vcore_vcore.1.pk6k2bea26drzx7midk1ou49q
      c963e8782bbe voltha/envoy:latest "/usr/local/bin/en..." 11 minutes ago Up 11 minutes voltha_voltha.1.z3kwbmday1la4a17pjvkw1afr
      2f963083d349 cord/vcli:latest "/cli/cli/setup.sh..." 11 minutes ago Up 11 minutes 22/tcp cli_cli.2.59n0sr8ft664h2yzfyc8uauai
      254af416567e cord/ofagent:latest "/ofagent/ofagent/..." 11 minutes ago Up 11 minutes ofagent_ofagent.1.lqoo8w2b728uoahytqp529x0f
      2fa327448f00 consul:0.9.2 "consul agent -ser..." 11 minutes ago Up 11 minutes 8300-8302/tcp, 8500/tcp, 8301-8302/udp, 8600/tcp, 8600/udp consul_consul.wbr4hrnvm85o288cxb88fgxb9.vdfjdanvoxm7zzus318fobep4
      e8a9aa65393a zookeeper:latest "/docker-entrypoin..." 11 minutes ago Up 11 minutes 2181/tcp, 2888/tcp, 3888/tcp kafka_zk3.1.tgb3ny0o9a9s4agotq10z5pmh
      voltha@cord1:~$ docker ps
      CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
      79babd7e52ec wurstmeister/kafka:latest "start-kafka.sh" 6 seconds ago Up Less than a second kafka_kafka.wbr4hrnvm85o288cxb88fgxb9.8ad9pkwwxeibqz556lw8fnkw7
      8ac94c98aa7c cord/chameleon:latest "/chameleon/chamel..." 11 minutes ago Up 11 minutes chameleon_chameleon.wbr4hrnvm85o288cxb88fgxb9.v9ns3cj8cy4swxnzck3iwghs7
      5b0a1dc49492 cord/netconf:latest "/netconf/netconf/..." 11 minutes ago Up 11 minutes netconf_netconf.wbr4hrnvm85o288cxb88fgxb9.5a7g3c7yq8uejuu50pss3ac4q
      e7d19667a57f cord/voltha:latest "voltha/voltha/mai..." 11 minutes ago Up 11 minutes vcore_vcore.1.pk6k2bea26drzx7midk1ou49q
      c963e8782bbe voltha/envoy:latest "/usr/local/bin/en..." 11 minutes ago Up 11 minutes voltha_voltha.1.z3kwbmday1la4a17pjvkw1afr
      2f963083d349 cord/vcli:latest "/cli/cli/setup.sh..." 11 minutes ago Up 11 minutes 22/tcp cli_cli.2.59n0sr8ft664h2yzfyc8uauai
      254af416567e cord/ofagent:latest "/ofagent/ofagent/..." 11 minutes ago Up 11 minutes ofagent_ofagent.1.lqoo8w2b728uoahytqp529x0f
      2fa327448f00 consul:0.9.2 "consul agent -ser..." 11 minutes ago Up 11 minutes 8300-8302/tcp, 8500/tcp, 8301-8302/udp, 8600/tcp, 8600/udp consul_consul.wbr4hrnvm85o288cxb88fgxb9.vdfjdanvoxm7zzus318fobep4
      e8a9aa65393a zookeeper:latest "/docker-entrypoin..." 11 minutes ago Up 11 minutes 2181/tcp, 2888/tcp, 3888/tcp kafka_zk3.1.tgb3ny0o9a9s4agotq10z5pmh

        Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

            Assignee:
            sslobodr Sergio Slobodrian
            Reporter:
            sathishg Sathish G
            Watchers:
            8 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Gerrit Reviews

                There are no open Gerrit changes