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 2021/05/12 14:59:24 UTC

[GitHub] [pulsar] eolivelli commented on pull request #8048: [Issue 7903][proxy]Enable AutoTopicCreationType partitioned through proxy

eolivelli commented on pull request #8048:
URL: https://github.com/apache/pulsar/pull/8048#issuecomment-839842680


   two jobs failed the same way.
   I have never seen those tests failing.
   
   may it be related to this patch ?
   
   ```
   Error:  testDebeziumMySqlSourceAvro(org.apache.pulsar.tests.integration.functions.PulsarFunctionsThreadTest)  Time elapsed: 36.187 s  <<< FAILURE!
   com.google.common.util.concurrent.UncheckedExecutionException: org.apache.commons.lang3.SerializationException: Failed at fetching schema info for 0
   	at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2051)
   	at com.google.common.cache.LocalCache.get(LocalCache.java:3951)
   	at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3974)
   	at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4935)
   	at org.apache.pulsar.client.impl.schema.reader.AbstractMultiVersionReader.read(AbstractMultiVersionReader.java:86)
   	at org.apache.pulsar.client.impl.schema.AbstractStructSchema.decode(AbstractStructSchema.java:60)
   	at org.apache.pulsar.client.impl.schema.AutoConsumeSchema.decode(AutoConsumeSchema.java:85)
   	at org.apache.pulsar.client.impl.schema.AutoConsumeSchema.decode(AutoConsumeSchema.java:43)
   	at org.apache.pulsar.client.impl.schema.KeyValueSchema.decode(KeyValueSchema.java:160)
   	at org.apache.pulsar.client.impl.MessageImpl.getKeyValueBySchemaVersion(MessageImpl.java:453)
   	at org.apache.pulsar.client.impl.MessageImpl.getValue(MessageImpl.java:412)
   	at org.apache.pulsar.tests.integration.io.SourceTester.validateSourceResultAvro(SourceTester.java:122)
   	at org.apache.pulsar.tests.integration.io.SourceTester.validateSourceResult(SourceTester.java:89)
   	at org.apache.pulsar.tests.integration.functions.PulsarFunctionsTest.testDebeziumMySqlConnect(PulsarFunctionsTest.java:2375)
   	at org.apache.pulsar.tests.integration.functions.PulsarFunctionsTest.testDebeziumMySqlSourceAvro(PulsarFunctionsTest.java:163)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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