cluster = new CouchbaseCluster(couchConfig.fromHost);
Bucket bucket = cluster.openBucket(couchConfig.bucket).toBlocking().single();
if (couchConfig.clearDB)
bucket.flush().toBlocking().single();
20140726-01:56:01.351 ernalLoggerFactory/in DEBUG: Using SLF4J as the default logging framework
20140726-01:56:01.355 readEventLoopGroup/in DEBUG: -Dio.netty.eventLoopThreads: 16
20140726-01:56:01.374 PlatformDependent0/in DEBUG: java.nio.Buffer.address: available
20140726-01:56:01.375 PlatformDependent0/in DEBUG: sun.misc.Unsafe.theUnsafe: available
20140726-01:56:01.375 PlatformDependent0/in DEBUG: sun.misc.Unsafe.copyMemory: available
20140726-01:56:01.376 PlatformDependent0/in DEBUG: java.nio.Bits.unaligned: true
20140726-01:56:01.388 .PlatformDependent/in DEBUG: UID: 501
20140726-01:56:01.388 .PlatformDependent/in DEBUG: Java version: 8
20140726-01:56:01.388 .PlatformDependent/in DEBUG: -Dio.netty.noUnsafe: false
20140726-01:56:01.389 .PlatformDependent/in DEBUG: sun.misc.Unsafe: available
20140726-01:56:01.389 .PlatformDependent/in DEBUG: -Dio.netty.noJavassist: false
20140726-01:56:01.395 .PlatformDependent/in DEBUG: Javassist: unavailable
20140726-01:56:01.395 .PlatformDependent/in DEBUG: You don't have Javassist in your class path or you don't have enough permission to load dynamically generated classes. Please check the configuration for better performance.
20140726-01:56:01.395 .PlatformDependent/in DEBUG: -Dio.netty.tmpdir: /var/folders/l2/mppblc9x23l30mnjr0ky9rhr0000gn/T (java.io.tmpdir)
20140726-01:56:01.396 .PlatformDependent/in DEBUG: -Dio.netty.bitMode: 64 (sun.arch.data.model)
20140726-01:56:01.396 .PlatformDependent/in DEBUG: -Dio.netty.noPreferDirect: false
20140726-01:56:01.428 l.nio.NioEventLoop/in DEBUG: -Dio.netty.noKeySetOptimization: false
20140726-01:56:01.429 l.nio.NioEventLoop/in DEBUG: -Dio.netty.selectorAutoRebuildThreshold: 512
20140726-01:56:01.651 figurationProvider/in DEBUG: Setting seed hosts to [warburton/172.21.143.3]
20140726-01:56:07.370 edByteBufAllocator/-1 DEBUG: -Dio.netty.allocator.numHeapArenas: 8
20140726-01:56:07.370 edByteBufAllocator/-1 DEBUG: -Dio.netty.allocator.numDirectArenas: 8
20140726-01:56:07.370 edByteBufAllocator/-1 DEBUG: -Dio.netty.allocator.pageSize: 8192
20140726-01:56:07.370 edByteBufAllocator/-1 DEBUG: -Dio.netty.allocator.maxOrder: 11
20140726-01:56:07.370 edByteBufAllocator/-1 DEBUG: -Dio.netty.allocator.chunkSize: 16777216
20140726-01:56:07.370 edByteBufAllocator/-1 DEBUG: -Dio.netty.allocator.tinyCacheSize: 512
20140726-01:56:07.371 edByteBufAllocator/-1 DEBUG: -Dio.netty.allocator.smallCacheSize: 256
20140726-01:56:07.371 edByteBufAllocator/-1 DEBUG: -Dio.netty.allocator.normalCacheSize: 64
20140726-01:56:07.371 edByteBufAllocator/-1 DEBUG: -Dio.netty.allocator.maxCachedBufferCapacity: 32768
20140726-01:56:07.371 edByteBufAllocator/-1 DEBUG: -Dio.netty.allocator.cacheTrimInterval: 8192
20140726-01:56:07.399 .ThreadLocalRandom/-1 DEBUG: -Dio.netty.initialSeedUniquifier: 0xb74e88fa771dbfda
20140726-01:56:07.406 nnelOutboundBuffer/-1 DEBUG: -Dio.netty.threadLocalDirectBufferSize: 65536
20140726-01:56:07.408 etty.util.Recycler/-1 DEBUG: -Dio.netty.recycler.maxCapacity.default: 262144
20140726-01:56:07.420 buffer.ByteBufUtil/-1 DEBUG: -Dio.netty.allocator.type: unpooled
20140726-01:56:07.478 sourceLeakDetector/-2 DEBUG: -Dio.netty.leakDetectionLevel: simple
20140726-01:56:07.559 .internal.Cleaner0/-3 DEBUG: java.nio.ByteBuffer.cleaner(): available
20140726-01:56:07.561 .endpoint.Endpoint/-2 DEBUG: Connected to BinaryEndpoint warburton/172.21.143.3:11210
20140726-01:56:07.561 .endpoint.Endpoint/-1 DEBUG: Connected to BinaryEndpoint warburton/172.21.143.3:11210
20140726-01:56:07.561 ent.core.node.Node/-2 INFO: Disconnected from Node warburton/172.21.143.3
20140726-01:56:07.561 ent.core.node.Node/-2 DEBUG: Disconnected (CONNECTING) from Node warburton/172.21.143.3
20140726-01:56:07.561 .endpoint.Endpoint/-3 DEBUG: Connected to BinaryEndpoint warburton/172.21.143.3:11210
20140726-01:56:07.562 re.service.Service/-3 DEBUG: Connected (DEGRADED) to BinaryService warburton
20140726-01:56:07.562 ent.core.node.Node/-3 INFO: Connected to Node warburton/172.21.143.3
20140726-01:56:07.562 ent.core.node.Node/-3 DEBUG: Connected (DISCONNECTED) to Node warburton/172.21.143.3
20140726-01:56:07.571 ader.CarrierLoader/-1 DEBUG: Successfully loaded config through carrier.
which looks inherently plausible to me, but could be symptomatic of something going wrong.
Any thoughts?
20140726-09:50:19.572 .endpoint.Endpoint/-4 DEBUG: Connected to ConfigEndpoint warburton/172.21.143.3:8091
20140726-09:50:19.572 re.service.Service/-4 DEBUG: Connected (CONNECTING) to ConfigService warburton
20140726-09:50:19.573 ent.core.node.Node/-4 INFO: Connected to Node warburton/172.21.143.3
20140726-09:50:19.573 ent.core.node.Node/-4 DEBUG: Connected (DEGRADED) to Node warburton/172.21.143.3
--
Couchbase 2.0 is Here!: http://www.couchbase.com/download
Couchbase 2.0 Learn: http://www.couchbase.com/learn
Couchbase Forums: http://www.couchbase.com/forums
---
You received this message because you are subscribed to the Google Groups "Couchbase Team 8091" group.
To unsubscribe from this group and stop receiving emails from it, send an email to couchbase-809...@googlegroups.com.
To post to this group, send email to couchba...@googlegroups.com.
Visit this group at http://groups.google.com/group/couchbase-8091.
To view this discussion on the web visit https://groups.google.com/d/msgid/couchbase-8091/11a3c7f2-fef9-4b35-8508-5d5ea1ae5536%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/couchbase-8091/0B39EBD5-9CFD-4C71-9301-37E34D3102FD%40nitschinger.at.