You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/12/29 09:01:59 UTC

[GitHub] [druid] leventov opened a new issue #9107: Fix concurrency of ComplexMetrics

leventov opened a new issue #9107: Fix concurrency of ComplexMetrics
URL: https://github.com/apache/druid/issues/9107
 
 
   A possible solution:
    1. Make `COMPLEX_SERIALIZERS` a `ConcurrentHashMap`
    2. Convert the whole body of `registerSerde()` method as a single `COMPLEX_SERIALIZERS.compute()` operation
   
   Alternatively, both `getSerdeForType()` and `registerSerde()` methods could be made `synchronized`.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] leventov closed issue #9107: Fix concurrency of ComplexMetrics

Posted by GitBox <gi...@apache.org>.
leventov closed issue #9107: Fix concurrency of ComplexMetrics
URL: https://github.com/apache/druid/issues/9107
 
 
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] imrahul361 commented on issue #9107: Fix concurrency of ComplexMetrics

Posted by GitBox <gi...@apache.org>.
imrahul361 commented on issue #9107: Fix concurrency of ComplexMetrics
URL: https://github.com/apache/druid/issues/9107#issuecomment-573758659
 
 
   I am Newbie to open source. and I would like to contribute to this issue.
   So,May I know how can I contribute to it?

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org