Lari Hotari
Lari Hotari
> pulsar version: 4.04 @aweiri1 Does the problem reproduce with Pulsar 4.0.7? IIRC, several fixes have been made between 4.0.4 and 4.0.7 to geo-replication and topic creation. Diff between 4.0.4...
> But we can’t do cross-cluster-communication with brokers because they do not expose an external endpoint, only internal. You didn't mention which method you use for the Kubernetes deployment. In...
Before enabling geo-replication, you should validate the connection between the clusters, so that you can produce messages into a topic from the source cluster to the target cluster. You can...
The change https://github.com/apache/avro/pull/3304 causes the StackOverflowError issue. ``` Caused by: java.lang.StackOverflowError at org.apache.avro.specific.SpecificData.createSchema(SpecificData.java:492) at org.apache.avro.reflect.ReflectData.createSchema(ReflectData.java:673) at org.apache.avro.reflect.ReflectData.createNonStringMapSchema(ReflectData.java:548) at org.apache.avro.reflect.ReflectData.createSchema(ReflectData.java:642) at org.apache.avro.reflect.ReflectData.createFieldSchema(ReflectData.java:894) at org.apache.avro.reflect.ReflectData$AllowNull.createFieldSchema(ReflectData.java:98) at org.apache.avro.reflect.ReflectData.createSchema(ReflectData.java:744) at org.apache.avro.reflect.ReflectData.createSchema(ReflectData.java:649) at org.apache.avro.reflect.ReflectData.createFieldSchema(ReflectData.java:894) at...
Issue reported to Avro project: https://issues.apache.org/jira/browse/AVRO-4209
> I don't understand why previous pr need to change the process, while it only illustrate clean the duplicate code I think it links to another PR which refers to...
> I have read this mailing list before. It looks like [#19085](https://github.com/apache/pulsar/issues/19085) is fix by [#19086](https://github.com/apache/pulsar/pull/19086). But I don't find any relationship between previous issue and the refactor pr. Why...
@TakaHiR07 Thanks for the great analysis and fix. Would it be possible to make a fix to master branch too? Does the problem appear there too? Usually we target master...
@TakaHiR07 Please check this test failure: ``` Error: Tests run: 155, Failures: 1, Errors: 0, Skipped: 53, Time elapsed: 853.185 s
@peterh-wob Thanks for a good issue report and great analysis! Looking forward to your PR.