I've set up a GL2 0.20.1 installation with one  Graylog2 radio  server + a 
one-node Kafka 0.8 cluster + 3 graylog2 servers + 4 ES data-only nodes +
3 ES master-only nodes. 

I've configured the 3 graylog2 servers identically apart from setting one 
of them to be master and setting the ES node names.
However, it seems that one of them consumes alle the log entries despite 
the fact that I've created 3 Kafka partitions:

root@loggl2loghost01:/opt/kafka#   bin/kafka-create-topic.sh --zookeeper 
localhost:2181 --replica 1 --partition 3 --topic graylog2-radio-messages


root@loggl2loghost01:/opt/kafka#  bin/kafka-run-class.sh 
kafka.tools.ConsumerOffsetChecker --group graylog2 --zkconnect 
localhost:2181 --topic graylog2-radio-messages
Group           Topic                          Pid Offset          logSize 
        Lag             Owner
graylog2        graylog2-radio-messages        0   1446029         1452858 
        6829            graylog2_loggl2gsrv01-1393413333982-f966544d-0
graylog2        graylog2-radio-messages        1   1446138         1452894 
        6756            graylog2_loggl2gsrv01-1393413333982-f966544d-1
graylog2        graylog2-radio-messages        2   1444911         1451726 
        6815            graylog2_loggl2gsrv01-1393413333982-f966544d-2

I.e gsrv1 has grabbed all the partitions which was not what I expected.

Is there a way to make the graylog2 servers share the load?

 - Michael



-- 
You received this message because you are subscribed to the Google Groups 
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to