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 2022/03/01 17:06:21 UTC

[GitHub] [pulsar] michaeljmarshall edited a comment on pull request #14508: [flaky-tests] AdminApiSchemaTest#testSchemaInfoApi

michaeljmarshall edited a comment on pull request #14508:
URL: https://github.com/apache/pulsar/pull/14508#issuecomment-1055658603


   Note also that the properties map (the original issue from #12461) is a mutable map that is likely passed among threads:
   
   https://github.com/apache/pulsar/blob/89a36f9e4a0cd37676b7501184004f01a7c47150/pulsar-common/src/main/java/org/apache/pulsar/client/impl/schema/SchemaInfoImpl.java#L62-L66
   
   Depending on how we access this map, that could be its own issue.
   
   That `SchemaInfoImpl` class doesn't appear to be using safe publication of state either, which makes the mutability a larger problem. 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org