You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jiri Ondrusek (Jira)" <ji...@apache.org> on 2022/09/01 08:30:00 UTC

[jira] [Updated] (CAMEL-18447) Camel-pubsub: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed with real account

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

Jiri Ondrusek updated CAMEL-18447:
----------------------------------
    Description: 
During fixation of [https://github.com/apache/camel-quarkus/issues/4062] I noticed regular exceptions shown only with real account (not with emulater):

 
{code:java}
Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed		at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57)		at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112) {code}
Exception shows that some connections is closed during the acking mechanism. It should be fixed. (To reproduce issue run i.e. run test from CQ with real account GooglePubsubTest#pubsubTopicProduceConsume)

  was:
During fixation of [https://github.com/apache/camel-quarkus/issues/4062] I noticed regular exceptions shown only with real account (not with emulater):

 
{code:java}
Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed		at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57)		at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112) {code}

Exception shows that some connections is closed during the acking mechanism. It should be fixed. (To reproduce issue run i.e. test from CQ with lreal account GooglePubsubTest#pubsubTopicProduceConsume)


> Camel-pubsub: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed with real account
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-18447
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18447
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-google-pubsub
>    Affects Versions: 3.18.2, 3.19.0
>            Reporter: Jiri Ondrusek
>            Assignee: Jiri Ondrusek
>            Priority: Major
>
> During fixation of [https://github.com/apache/camel-quarkus/issues/4062] I noticed regular exceptions shown only with real account (not with emulater):
>  
> {code:java}
> Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed		at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57)		at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112) {code}
> Exception shows that some connections is closed during the acking mechanism. It should be fixed. (To reproduce issue run i.e. run test from CQ with real account GooglePubsubTest#pubsubTopicProduceConsume)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)