You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "Andrew Kennedy (JIRA)" <ji...@apache.org> on 2014/12/15 17:31:13 UTC

[jira] [Updated] (BROOKLYN-97) Couchbase bucket creation failure not propagated up nodes so cluster looks as if it is continuously pending

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

Andrew Kennedy updated BROOKLYN-97:
-----------------------------------
    Description: 
The following yaml will create a couchbase cluster. And then try to create two buckets each of size 200MB.  The second should fail as there will only be 300MB total available.
Digging down to the create bucket 2 task will show an error message to the effect that not enough ram available and the task's state will be failed.  However the high level task will show pending and the icon won't go on fire but will show the pending icon indefinitely.  
It does not appear to ever time out.

{noformat}
name: Couchbase Two Bucket

location: my-docker-cloud

services:
- type: brooklyn.entity.nosql.couchbase.CouchbaseCluster
  initialSize: 3
  adminUsername: Administrator
  adminPassword: Password
  createBuckets:
  - bucket: default
    bucket-port: 11211
    bucket-ramsize: 200
  - bucket: my_bucket_2
    bucket-port: 11222
    bucket-ramsize: 200
{noformat}


  was:
The following yaml will create a couchbase cluster. And then try to create two buckets each of size 200MB.  The second should fail as there will only be 300MB total available.
Digging down to the create bucket 2 task will show an error message to the effect that not enough ram available and the task's state will be failed.  However the high level task will show pending and the icon won't go on fire but will show the pending icon indefinitely.  
It does not appear to ever time out.

#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#  http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.
#
name: Couchbase Two Bucket

location: my-docker-cloud

services:
- type: brooklyn.entity.nosql.couchbase.CouchbaseCluster
  initialSize: 3
  adminUsername: Administrator
  adminPassword: Password
  createBuckets:
  - bucket: default
    bucket-port: 11211
    bucket-ramsize: 200
  - bucket: my_bucket_2
    bucket-port: 11222
    bucket-ramsize: 200



> Couchbase bucket creation failure not propagated up nodes so cluster looks as if it is continuously pending
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: BROOKLYN-97
>                 URL: https://issues.apache.org/jira/browse/BROOKLYN-97
>             Project: Brooklyn
>          Issue Type: Bug
>    Affects Versions: 0.7.0-SNAPSHOT
>            Reporter: Duncan Grant
>            Priority: Minor
>
> The following yaml will create a couchbase cluster. And then try to create two buckets each of size 200MB.  The second should fail as there will only be 300MB total available.
> Digging down to the create bucket 2 task will show an error message to the effect that not enough ram available and the task's state will be failed.  However the high level task will show pending and the icon won't go on fire but will show the pending icon indefinitely.  
> It does not appear to ever time out.
> {noformat}
> name: Couchbase Two Bucket
> location: my-docker-cloud
> services:
> - type: brooklyn.entity.nosql.couchbase.CouchbaseCluster
>   initialSize: 3
>   adminUsername: Administrator
>   adminPassword: Password
>   createBuckets:
>   - bucket: default
>     bucket-port: 11211
>     bucket-ramsize: 200
>   - bucket: my_bucket_2
>     bucket-port: 11222
>     bucket-ramsize: 200
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)