On 2019/06/13 22:24:26, Shrikant Patel <shripatel1...@gmail.com> wrote:
> kafka-consumer-groups.sh fails for just one consumer group -
> group-vendor-cust. It work for every other consumer group. Command errors
> out complaining about the timeout, but adding --timeout does not help
> either.
>
> I don't know whats wrong or how go about debug this.
>
> Any help or suggestion?? Thanks Shri
>
> *bash-4.2$ /opt/kafka/bin/kafka-consumer-groups.sh --bootstrap-server
> x.x.x.x:9093 --list --command-config
> /opt/kafka/config/client-ssl.properties*
> eopn-group-vendor-cust
> group-vendor-cust
> console-consumer-52725
> group-cust
> error-group-vendor-cust
> error-eopn-group-vendor-cust
>
>
> *bash-4.2$ /opt/kafka/bin/kafka-consumer-groups.sh --bootstrap-server
> x.x.x.x:9093 --describe --group group-vendor-cust --command-config
> /opt/kafka/config/client-ssl.properties*Error: Executing consumer group
> command failed due to Failed to send request after 5000 ms.
>
>
> *bash-4.2$ /opt/kafka/bin/kafka-consumer-groups.sh --bootstrap-server
> x.x.x.x:9093 --describe --group group-vendor-cust --command-config
> /opt/kafka/config/client-ssl.properties --timeout 10000*Error: Executing
> consumer group command failed due to Failed to send request after 5000 ms.
>
>
> *bash-4.2$ /opt/kafka/bin/kafka-consumer-groups.sh --bootstrap-server
> x.x.x.x:9093 --describe --group group-cust --command-config
> /opt/kafka/config/client-ssl.properties*
> TOPIC PARTITION CURRENT-OFFSET LOG-END-OFFSET LAG
> CONSUMER-ID HOST
> CLIENT-ID
> patient-cust 7 59 59 0
> pnmConsumer[patient-cust#rx-cust]-15713999-459b-48de-870d-8579179d57b9
> /x.x.x.x pnmConsumer[patient-cust#rx-cust]
> rx-cust 7 23608 23608 0
> .................................
> Could you change the log-level of log4j.properties and provide more
> information?