grayson

Results 30 comments of grayson

```java Failed to execute goal com.github.maven-nar:nar-maven-plugin:3.5.2:nar-validate (default-nar-validate) on project circe-checksum: NAR: One of two things may be wrong here: [ERROR] [ERROR] 1. tag is missing inside the tag of your...

> fix old workflow,please see #3455 for detail This is my first contribution. Require maintainers to approve running workflows

> @graysonzeng Not related to the reported issue, but it's good to be aware that when using this type of config, it won't be optimal for read performance since sticky...

@lhotari I haven't tested it again, but I think it's not reproducible without brokerEntryMetadataInterceptors. Currently it seems that CompositeByteBuf will be generated in addBrokerEntryMetadata only when brokerEntryMetadataInterceptors are enabled. https://github.com/apache/pulsar/blob/0b6bd70b8d1e7b7cd4d82aa2e0cbfd5e0323d440/pulsar-common/src/main/java/org/apache/pulsar/common/protocol/Commands.java#L1723

> The `close` method maybe be called more than once, so cause the issue. I think we can just let `indexEntries=null`, no need to `clear` it @Technoboy- thanks. done

> @graysonzeng could please provide the steps that I can reproduce the issue? This is an occasional error that occurs only once. I can't try to reproduce it @dao-jun

Thanks for the fix, I'll close it once the related PR is merged @dao-jun

I had the same problem on flink task and got fixed after trying this PR.