You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2021/09/15 10:22:00 UTC

[jira] [Updated] (HDDS-5335) Method not found: allocateBlock - when tracing is enabled

     [ https://issues.apache.org/jira/browse/HDDS-5335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Attila Doroszlai updated HDDS-5335:
-----------------------------------
    Fix Version/s: 1.2.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

> Method not found: allocateBlock - when tracing is enabled
> ---------------------------------------------------------
>
>                 Key: HDDS-5335
>                 URL: https://issues.apache.org/jira/browse/HDDS-5335
>             Project: Apache Ozone
>          Issue Type: Bug
>          Components: Ozone Client
>    Affects Versions: 1.2.0
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.2.0
>
>
> Jaeger tracing is broken for key creation requests.
> {code:title=steps}
> cd hadoop-ozone/dist/target/ozone-*/compose/ozone
> export COMPOSE_FILE=docker-compose.yaml:monitoring.yaml
> # console 1
> OZONE_REPLICATION_FACTOR=3 ./run.sh
> # console 2
> docker-compose exec -T scm ozone freon ockg -n1 -t1
> {code}
> {noformat:title=log}
> om_1          | java.lang.NoSuchMethodException: Method not found: allocateBlock
> om_1          | 	at org.apache.hadoop.hdds.tracing.TraceAllMethod.invoke(TraceAllMethod.java:65)
> om_1          | 	at com.sun.proxy.$Proxy36.allocateBlock(Unknown Source)
> om_1          | 	at org.apache.hadoop.ozone.om.request.key.OMKeyRequest.allocateBlock(OMKeyRequest.java:130)
> om_1          | 	at org.apache.hadoop.ozone.om.request.key.OMKeyCreateRequest.preExecute(OMKeyCreateRequest.java:151)
> om_1          | 	at org.apache.hadoop.ozone.protocolPB.OzoneManagerProtocolServerSideTranslatorPB.processRequest(OzoneManagerProtocolServerSideTranslatorPB.java:139)
> om_1          | 	at org.apache.hadoop.hdds.server.OzoneProtocolMessageDispatcher.processRequest(OzoneProtocolMessageDispatcher.java:87)
> om_1          | 	at org.apache.hadoop.ozone.protocolPB.OzoneManagerProtocolServerSideTranslatorPB.submitRequest(OzoneManagerProtocolServerSideTranslatorPB.java:122)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org