Couchbase bucket deleting itself abnormally

Just started using 1.0.2 scala API. When I fetch bulk data from couchbase, cb deleting that bucket I am fetching.
that is weird. I am attaching cb logs below. Why cb is deleting bucket after it got api from scala 1.0.2?

“com.couchbase.client” %% “scala-client” % “1.0.2”

Shutting down bucket "search-products" on 'ns_1@127.0.0.1' for deletion
ns_memcached 000
ns_1@127.0.0.1
8:57:34 PM   4 Mar, 2020
Updated bucket "search-products" (of type couchbase) properties:
[{num_replicas,1},
{ram_quota,36700160000},
{autocompaction,false},
{purge_interval,undefined},
{flush_enabled,false},
{num_threads,3},
{eviction_policy,value_only},
{storage_mode,couchstore},
{max_ttl,0},
{compression_mode,passive}]
menelaus_web_buckets 000
ns_1@127.0.0.1
7:10:20 PM   4 Mar, 2020

Hey @eakarsu

Please provide a small self-contained project that replicates this.

Graham

It is my error. I have put drop bucket command accidentally in scala application. There is nothing wrong with it. Thanks for following up on this

Good to hear :slight_smile: