You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/02/25 11:01:28 UTC

[GitHub] [camel-k] lburgazzoli opened a new issue #1297: Events are reported twice in dev mode

lburgazzoli opened a new issue #1297: Events are reported twice in dev mode
URL: https://github.com/apache/camel-k/issues/1297
 
 
   Running an integration with `--dev` flag like:
   
       $ kamel run --dev examples/simple.groovy 
   
   Leads to event being reported twice if the build takes some time:
   
   ```
   integration "simple" created
   Progress: integration "simple" in phase Initialization
   IntegrationPlatformAvailable for Integration simple: camel-k
   Integration simple in phase Initialization
   Progress: integration "simple" in phase Building Kit
   Integration simple in phase Building Kit
   No IntegrationKitAvailable for Integration simple: creating a new integration kit
   Integration simple dependent resource kit-bpafk8483bbsemjvspv0 (Integration Kit) changed phase to Build Submitted
   Integration simple dependent resource kit-bpafk8483bbsemjvspv0 (Build) changed phase to Scheduling
   Integration simple dependent resource kit-bpafk8483bbsemjvspv0 (Build) changed phase to Pending
   Integration simple dependent resource kit-bpafk8483bbsemjvspv0 (Build) changed phase to Running
   Integration simple dependent resource kit-bpafk8483bbsemjvspv0 (Integration Kit) changed phase to Build Running
   IntegrationPlatformAvailable for Integration simple: camel-k
   Integration simple in phase Initialization
   No IntegrationKitAvailable for Integration simple: creating a new integration kit
   Integration simple in phase Building Kit
   Integration simple dependent resource kit-bpafk8483bbsemjvspv0 (Integration Kit) changed phase to Build Submitted
   Integration simple dependent resource kit-bpafk8483bbsemjvspv0 (Build) changed phase to Scheduling
   Integration simple dependent resource kit-bpafk8483bbsemjvspv0 (Build) changed phase to Pending
   Integration simple dependent resource kit-bpafk8483bbsemjvspv0 (Build) changed phase to Running
   Integration simple dependent resource kit-bpafk8483bbsemjvspv0 (Integration Kit) changed phase to Build Running
   Integration simple dependent resource kit-bpafk8483bbsemjvspv0 (Build) changed phase to Succeeded
   Integration simple dependent resource kit-bpafk8483bbsemjvspv0 (Build) changed phase to Succeeded
   Progress: integration "simple" in phase Deploying
   Integration simple dependent resource kit-bpafk8483bbsemjvspv0 (Integration Kit) changed phase to Ready
   Integration simple dependent resource kit-bpafk8483bbsemjvspv0 (Integration Kit) changed phase to Ready
   Integration simple in phase Deploying
   Integration simple in phase Deploying
   IntegrationKitAvailable for Integration simple: kit-bpafk8483bbsemjvspv0
   IntegrationKitAvailable for Integration simple: kit-bpafk8483bbsemjvspv0
   Progress: integration "simple" in phase Running
   Integration simple in phase Running
   Integration simple in phase Running
   No ServiceAvailable for Integration simple: no http service required
   No ServiceAvailable for Integration simple: no http service required
   No ExposureAvailable for Integration simple: no host or service defined
   No ExposureAvailable for Integration simple: no host or service defined
   No CronJobAvailable for Integration simple: different controller strategy used (deployment)
   No CronJobAvailable for Integration simple: different controller strategy used (deployment)
   DeploymentAvailable for Integration simple: deployment name is simple
   DeploymentAvailable for Integration simple: deployment name is simple
   ```
   
   Looks like the event watch restarts after a timeout but the old watcher is still runnig.
   

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