sorry maxClientCnxns=50 not 5 On Fri, Jan 22, 2016 at 11:15 PM, researcher cs <prog.researc...@gmail.com> wrote:
> i submitted topology and once it submitted i got zeros in all columns > except executed column as you see > > > > But when i clicked Show system stats button i got numbres as you see > > > > Should i open this post in Jira or here to fix it ? > > this topology isn't mine i got it from github and it's supposed to work > well > > and i tried storm-starter project by submitting word count topology > and got numbers before and after click on show system stats button but > Acked in still zero as you can see > > before click button > > after click button > > i'm using single machine with this configuration in zookeeper (zoo.cfg) > tickTime=2000 > initLimit=10 > syncLimit=5 > dataDir=/var/zookeeper > clientPort=2181 > maxClientCnxns=5 > > this storm.yaml > > storm.zookeeper.servers: > - "127.0.0.1" > nimbus.host: "127.0.0.1" > storm.local.dir: "/var/storm" > supervisor.slots.ports: > - 7660 > - 7659 > - 7658 > - 7657 > supervisor.childopts: "-Djava.net.preferIPv4Stack=true" > nimbus.childopts: "-Djava.net.preferIPv4Stack=true" > worker.childopts: "-Djava.net.preferIPv4Stack=true" > topology.stats.sample.rate: 1.0 > topology.message.timeout.secs: 300 > topology.acker.executors: 1 > storm.messaging.transport: "backtype.storm.messaging.netty.Context" > storm.messaging.netty.server_worker_threads: 1 > storm.messaging.netty.client_worker_threads: 1 > storm.messaging.netty.buffer_size: 5242880 > storm.messaging.netty.max_retries: 100 > storm.messaging.netty.max_wait_ms: 1000 > storm.messaging.netty.min_wait_ms: 100 > > if you need details i can provide you , just tell me > > My topolgoy has one spout -- 10 bolts -- spout.max.pending= 50000000 > > > > >