You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/01/23 11:16:15 UTC

[GitHub] sautran edited a comment on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d

sautran edited a comment on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d
URL: https://github.com/apache/pulsar/issues/3362#issuecomment-453636095
 
 
   Consumer log:
   ```
   20190111.142908.328 INFO  [org.apache.kafka.clients.consumer.ConsumerConfig] ConsumerConfig values: 
   	auto.commit.interval.ms = 5000
   	auto.offset.reset = latest
   	bootstrap.servers = [pulsar://localhost:6650]
   	check.crcs = true
   	client.id = 
   	connections.max.idle.ms = 540000
   	enable.auto.commit = false
   	exclude.internal.topics = true
   	fetch.max.bytes = 52428800
   	fetch.max.wait.ms = 500
   	fetch.min.bytes = 1
   	group.id = 222
   	heartbeat.interval.ms = 3000
   	interceptor.classes = null
   	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
   	max.partition.fetch.bytes = 1048576
   	max.poll.interval.ms = 300000
   	max.poll.records = 500
   	metadata.max.age.ms = 300000
   	metric.reporters = []
   	metrics.num.samples = 2
   	metrics.recording.level = INFO
   	metrics.sample.window.ms = 30000
   	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
   	receive.buffer.bytes = 65536
   	reconnect.backoff.ms = 50
   	request.timeout.ms = 305000
   	retry.backoff.ms = 100
   	sasl.jaas.config = null
   	sasl.kerberos.kinit.cmd = /usr/bin/kinit
   	sasl.kerberos.min.time.before.relogin = 60000
   	sasl.kerberos.service.name = null
   	sasl.kerberos.ticket.renew.jitter = 0.05
   	sasl.kerberos.ticket.renew.window.factor = 0.8
   	sasl.mechanism = GSSAPI
   	security.protocol = PLAINTEXT
   	send.buffer.bytes = 131072
   	session.timeout.ms = 10000
   	ssl.cipher.suites = null
   	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
   	value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
    - 
   20190111.142908.474 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] The configuration 'AAA' was supplied but isn't a known config. - 
   20190111.142908.475 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] The configuration 'BBB' was supplied but isn't a known config. - 
   20190111.142908.475 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] The configuration 'thread_number' was supplied but isn't a known config. - 
   20190111.142908.475 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] The configuration 'socket.timeout.ms' was supplied but isn't a known config. - 
   20190111.142908.477 INFO  [org.apache.kafka.common.utils.AppInfoParser] Kafka version : 0.10.2.1 - 
   20190111.142908.477 INFO  [org.apache.kafka.common.utils.AppInfoParser] Kafka commitId : e89bffd6b2eff799 - 
   20190111.143140.410 INFO  [org.apache.kafka.clients.consumer.ConsumerConfig] ConsumerConfig values: 
   	auto.commit.interval.ms = 5000
   	auto.offset.reset = latest
   	bootstrap.servers = [pulsar://localhost:6650]
   	check.crcs = true
   	client.id = 
   	connections.max.idle.ms = 540000
   	enable.auto.commit = false
   	exclude.internal.topics = true
   	fetch.max.bytes = 52428800
   	fetch.max.wait.ms = 500
   	fetch.min.bytes = 1
   	group.id = 222
   	heartbeat.interval.ms = 3000
   	interceptor.classes = null
   	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
   	max.partition.fetch.bytes = 1048576
   	max.poll.interval.ms = 300000
   	max.poll.records = 500
   	metadata.max.age.ms = 300000
   	metric.reporters = []
   	metrics.num.samples = 2
   	metrics.recording.level = INFO
   	metrics.sample.window.ms = 30000
   	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
   	receive.buffer.bytes = 65536
   	reconnect.backoff.ms = 50
   	request.timeout.ms = 305000
   	retry.backoff.ms = 100
   	sasl.jaas.config = null
   	sasl.kerberos.kinit.cmd = /usr/bin/kinit
   	sasl.kerberos.min.time.before.relogin = 60000
   	sasl.kerberos.service.name = null
   	sasl.kerberos.ticket.renew.jitter = 0.05
   	sasl.kerberos.ticket.renew.window.factor = 0.8
   	sasl.mechanism = GSSAPI
   	security.protocol = PLAINTEXT
   	send.buffer.bytes = 131072
   	session.timeout.ms = 10000
   	ssl.cipher.suites = null
   	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
   	value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
    - 
   20190111.143140.575 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] The configuration 'AAA' was supplied but isn't a known config. - 
   20190111.143140.575 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] The configuration 'BBB' was supplied but isn't a known config. - 
   20190111.143140.575 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] The configuration 'thread_number' was supplied but isn't a known config. - 
   20190111.143140.575 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] The configuration 'socket.timeout.ms' was supplied but isn't a known config. - 
   20190111.143140.578 INFO  [org.apache.kafka.common.utils.AppInfoParser] Kafka version : 0.10.2.1 - 
   20190111.143140.582 INFO  [org.apache.kafka.common.utils.AppInfoParser] Kafka commitId : e89bffd6b2eff799 - 
   ```
   Producer log:
   ```
   20190111.142849.112 INFO  [org.apache.kafka.clients.producer.ProducerConfig] ProducerConfig values: 
   	acks = 1
   	batch.size = 16384
   	block.on.buffer.full = false
   	bootstrap.servers = [pulsar://localhost:6650]
   	buffer.memory = 33554432
   	client.id = 
   	compression.type = lz4
   	connections.max.idle.ms = 540000
   	interceptor.classes = null
   	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
   	linger.ms = 0
   	max.block.ms = 60000
   	max.in.flight.requests.per.connection = 5
   	max.request.size = 1048576
   	metadata.fetch.timeout.ms = 60000
   	metadata.max.age.ms = 300000
   	metric.reporters = []
   	metrics.num.samples = 2
   	metrics.sample.window.ms = 30000
   	partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
   	receive.buffer.bytes = 32768
   	reconnect.backoff.ms = 50
   	request.timeout.ms = 30000
   	retries = 0
   	retry.backoff.ms = 100
   	sasl.jaas.config = null
   	sasl.kerberos.kinit.cmd = /usr/bin/kinit
   	sasl.kerberos.min.time.before.relogin = 60000
   	sasl.kerberos.service.name = null
   	sasl.kerberos.ticket.renew.jitter = 0.05
   	sasl.kerberos.ticket.renew.window.factor = 0.8
   	sasl.mechanism = GSSAPI
   	security.protocol = PLAINTEXT
   	send.buffer.bytes = 131072
   	ssl.cipher.suites = null
   	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
   	timeout.ms = 30000
   	value.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer
    - 
   20190111.142849.263 INFO  [org.apache.kafka.common.utils.AppInfoParser] Kafka version : 0.10.2.1 - 
   20190111.142849.263 INFO  [org.apache.kafka.common.utils.AppInfoParser] Kafka commitId : e89bffd6b2eff799 -
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services