Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-591

NullReferenceException in Couchbase.Configuration.Server.Providers.Streaming.HttpStreamingProvider.GetBucketConfig

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Test Blocker
    • 2.0 Beta
    • 2.0 DP3
    • library
    • None

    Description

      $ git log
      commit 07c4c72cc7a34cc46149cf9be357c84913113fae
      Author: jeffrymorris <jeffrymorris@gmail.com>
      Date: Mon Aug 18 22:31:37 2014 -0700

      NCBC-589: ThrowInvalidOperationException in CouchbaseConfigContext.LoadConfig during rebalance

      Change-Id: I813092f07bb6fde414ea4e05a67239173a540568

      commit 8ba11bbadd0d9d2b3621840b531e350a6b506760
      Author: jeffrymorris <jeffrymorris@gmail.com>
      Date: Mon Aug 18 22:15:49 2014 -0700

      Check that length is positive in TypeSerializer.Deserialize

      Change-Id: Ic229fbdd0362593ac7577350cc04f549380ac7f5

      commit 5c2c0e3589b5f0099fc8048de8b398c28f6eb04c
      Author: jeffrymorris <jeffrymorris@gmail.com>
      Date: Tue Aug 12 16:48:03 2014 -0700

      NCBC-581: System.InvalidOperationException when server list is empty

      Change-Id: I8fdef46b4057bc9f3b898b789fcccd78f689fdb6
      Reviewed-on: http://review.couchbase.org/40546

      I changed the sdkd-net code to a primitive version, and now each handler(read as thread of cb commands) I use separate CouchbaseCluster and CouchbaseBucket for each handler

      using (var client = new CouchbaseCluster(config)){
      using (var SdkHandle = (CouchbaseBucket)client.OpenBucket("default", ""))
      {
      resp = new Sdkd.Protocol.Response(req, 0);
      SendMessage(resp);

      while (true)
      {
      req = GetMessage(true);
      if (req == null)

      { HLogger.Warn("Socket closed without sending CLOSEHANDLE"); ReleaseHandle(SdkHandle); return; }

      HLogger.Warn("Got command

      {0}", req.Command);
      HLogger.Warn("Command data: {0}

      ", req.CommandData);

      try
      {
      if (DispatchCommand(req, SdkHandle) == false)

      { ReleaseHandle(SdkHandle); HLogger.Warn("DispatchCommand(req, SdkHandle) == false"); return; }

      }
      catch (SdkdProtocolException exc)

      { SendMessage(new Response(req, exc.ProtoErr)); }

      }
      }

      ( I still face with http://www.couchbase.com/issues/browse/NCBC-575 problem when I use the same CouchbaseCluster for different CouchbaseBucket instances. will add my thoughts there)

      c:\jenkins\workspace-net2\sdkdclient-ng>call packages\sdkdclient\bin\brun.bat -I cluster_config.ini -I sdkd.args --variants HYBRID -d all:debug --no-upload
      [0,12 INFO] (BRun run:435) Initializing history database

      ============================================================
      Running Rb2Out-HYBRID
      rebalance/count=2
      workload=HybridWorkloadGroup
      rebalance/mode=out
      testcase=RebalanceScenario
      Logging to c:\jenkins\workspace-net2\sdkdclient-ng\log\SDK-SDK\CB-3.0.0-1105\Rb2Out-HYBRID\08-19-14\067477\8af0690bf5e9f06fa0c37ccbebf0379d

      To re-run the test, copy/paste the following into the shell.
      You may also copy/paste (except the first line) into an argfile
      8<----------------------------------------
      ./stester \
      \ --rebalance-count 2 --workload HybridWorkloadGroup
      \ --rebalance-mode out --testcase RebalanceScenario -C share\rexec
      \ --rexec_path C:\temp\sdkd-out-debug\SdkdConsole.exe --rexec_port
      \ 8675 --cluster_node=10.3.4.144 --cluster_node=10.3.4.145
      \ --cluster_node=10.3.4.146 --cluster_node=10.3.4.147
      --cluster_ssh-username=root --cluster_ssh-password=couchbase
      ---------------------------------------->8
      [1,34 WARN] (Drivers getDriver:76) 'rexec' is now mapped to local execution only. Use RemoteExecutingDriver for remote execution
      [1,65 INFO] (RunContext run:102) Ramp for 30 seconds. Cluster modification: remove 2 nodes and rebalance. Rebound for 90 seconds.
      [1,66 INFO] (RunContext run:124) Starting cluster and driver
      [1,66 INFO] (HostPortDriver launch:32) Invoking SDKD as 'C:\temp\sdkd-out-debug\SdkdConsole.exe'
      [1,66 INFO] (CBCluster startCluster:360) Node http://10.3.4.144:8091 is master now
      [1,66 DEBUG] (CBCluster startCluster:366) Stopping any existing rebalance operations..
      [1,82 INFO] (SDKD log:137) — Logging Self-Test —
      [1,82 INFO] (SDKD log:137) [Sdkd.Main|Info] Info Message
      [1,82 INFO] (SDKD log:137) [Sdkd.Main|Warn] Warn Message
      [1,82 INFO] (SDKD log:137) [Sdkd.Main|Error] Error Message
      [1,83 INFO] (SDKD log:137) [Sdkd.Main|Fatal] Fatal Message
      [1,83 INFO] (SDKD log:137) [Sdkd.Main|Info] SDKD Listening on port 8675
      [2,19 INFO] (SDKD log:137) Call SweepOnce()
      [2,19 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [2,19 INFO] (SDKD log:137) Call SweepOnce()
      [2,20 DEBUG] (Handle sendMessageAsync:183) > INFO@0.0
      [2,20 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [2,36 INFO] (SDKD log:137) Call SweepOnce()
      [2,37 INFO] (SDKD log:137) Call SweepOnce()
      [2,37 DEBUG] (Handle receiveMessage:158) < INFO@0.0 => {"CAPS":

      {"DS_SHARED":true,"PREAMBLE":false,"CANCEL":true,"CONTINUOUS":true}

      ,"COMPONENTS":{"SDK":"1.0.0.0","CLR":"4.0.30319.34014"}}
      [7,66 DEBUG] (CBCluster clearSingleCluster:140) Failing over existing node <URI:10.3.4.145:8091,ns_1@10.3.4.145>
      [8,10 DEBUG] (CBCluster clearSingleCluster:140) Failing over existing node <URI:10.3.4.146:8091,ns_1@10.3.4.146>
      [8,52 DEBUG] (CBCluster clearSingleCluster:140) Failing over existing node <URI:10.3.4.147:8091,ns_1@10.3.4.147>
      [8,99 DEBUG] (SSHConnection initUserKeys:79) Loaded indentity C:\Users\Andrei\.ssh\id_rsa
      [8,99 DEBUG] (SSHConnection initUserKeys:79) Loaded indentity C:\Users\Andrei\.ssh\id_rsa
      [8,99 DEBUG] (SSHConnection connect:99) Connecting with User[root] Pass[HASH=3b8cf05627127baaf3808913209aac84]
      [9,00 DEBUG] (SSHConnection connect:99) Connecting with User[root] Pass[HASH=3b8cf05627127baaf3808913209aac84]
      [10,93 INFO] (NodeHost createSSH:147) SSH Initialized for http://10.3.4.145:8091
      [10,94 INFO] (NodeHost createSSH:147) SSH Initialized for http://10.3.4.144:8091
      [10,94 DEBUG] (SSHCommand execute:75) Running /etc/init.d/couchbase-server start && pkill -CONT -f memcached && pkill -CONT -f beam.smp && iptables -F && iptables -t nat -F on 10.3.4.145
      [10,94 INFO] (NodeHost createSSH:147) SSH Initialized for http://10.3.4.146:8091
      [10,94 DEBUG] (SSHCommand execute:75) Running /etc/init.d/couchbase-server start && pkill -CONT -f memcached && pkill -CONT -f beam.smp && iptables -F && iptables -t nat -F on 10.3.4.144
      [10,94 DEBUG] (SSHCommand execute:75) Running /etc/init.d/couchbase-server start && pkill -CONT -f memcached && pkill -CONT -f beam.smp && iptables -F && iptables -t nat -F on 10.3.4.146
      [10,95 INFO] (NodeHost createSSH:147) SSH Initialized for http://10.3.4.147:8091
      [10,95 DEBUG] (SSHCommand execute:75) Running /etc/init.d/couchbase-server start && pkill -CONT -f memcached && pkill -CONT -f beam.smp && iptables -F && iptables -t nat -F on 10.3.4.147
      [11,65 DEBUG] (SSHCommand close:147) Closing channel com.jcraft.jsch.ChannelExec@325c364d
      [11,65 DEBUG] (SSHCommand close:147) Closing channel com.jcraft.jsch.ChannelExec@447b4664
      [11,66 DEBUG] (SSHCommand close:147) Closing channel com.jcraft.jsch.ChannelExec@2011af89
      [11,66 DEBUG] (SSHCommand close:147) Closing channel com.jcraft.jsch.ChannelExec@2d0c6b05
      [11,66 DEBUG] (CBCluster setupNewCluster:271) Provisioning initial node com.couchbase.cbadmin.client.CouchbaseAdmin@167a53aa
      [26,07 DEBUG] (CBCluster tryOnce:286) Adding node http://10.3.4.145:8091
      [34,03 DEBUG] (CBCluster tryOnce:286) Adding node http://10.3.4.146:8091
      [44,85 DEBUG] (CBCluster tryOnce:286) Adding node http://10.3.4.147:8091
      [50,40 INFO] (CBCluster setupNewCluster:293) All nodes added. Will rebalance
      [51,26 INFO] (RebalanceWaiter sweepOnce:33) Rebalance complete
      [51,26 DEBUG] (CBCluster setupServerGroups:222) Not creating any groups
      [51,47 INFO] (CBCluster setupMainBucket:209) Creating bucket default
      [51,69 INFO] (CBCluster setupMainBucket:211) Bucket creation submitted
      [60,67 INFO] (CBCluster waitForBucketReady:203) Bucket creation done
      [63,17 INFO] (RunContext run:143) Driver and cluster initialized
      [63,38 INFO] (RunContext call:167) Running scenario..
      [63,38 INFO] (Scenario run:72) Starting RAMP phase
      [63,38 INFO] (Workload setupDesign:63) Creating design test_design
      [64,51 INFO] (Workload setupDesign:80) Design creation done
      [64,51 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [64,51 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@101.1 => {Options=

      {OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}, Bucket=default, Port=8091, Hostname=10.3.4.144}
      [64,51 INFO] (SDKD log:137) Call SweepOnce()
      [64,52 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [64,52 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 101
      [64,54 INFO] (SDKD log:137) [Sdkd.Main|Info] Resolving Common.Logging.Log4Net
      [64,54 INFO] (SDKD log:137) [Sdkd.Main|Info] Have assembly Common.Logging.Log4Net, Version=2.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e
      [64,57 INFO] (SDKD log:137) [Sdkd.Main|Info] Resolving log4net
      [64,57 INFO] (SDKD log:137) [Sdkd.Main|Info] Have assembly log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821
      [71,93 DEBUG] (Handle receiveMessage:158) < NEWHANDLE@101.1
      [71,93 DEBUG] (Handle sendMessageAsync:183) > CB_VIEW_LOAD@101.2 => {Options={DelayMin=0, TimeRes=0, IterWait=1, DelayMax=0}, Schema={InflateLevel=40, InflateContent=meh}, DSType=DSTYPE_SEEDED, DS={KSize=12, KSeed=ViewFillerSeed, VSize=512, VSeed=Vie
      wFillerSeed, Continuous=false, Repeat=rep, Count=1000}}
      [71,93 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Got command CB_VIEW_LOAD
      [71,94 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Command data: {
      [71,94 INFO] (SDKD log:137) "Options": { [71,94 INFO] (SDKD log:137) "DelayMin": 0, [71,94 INFO] (SDKD log:137) "TimeRes": 0, [71,95 INFO] (SDKD log:137) "IterWait": 1, [71,95 INFO] (SDKD log:137) "DelayMax": 0 [71,95 INFO] (SDKD log:137) },
      [71,95 INFO] (SDKD log:137) "Schema": { [71,96 INFO] (SDKD log:137) "InflateLevel": 40, [71,96 INFO] (SDKD log:137) "InflateContent": "meh" [71,96 INFO] (SDKD log:137) },
      [71,97 INFO] (SDKD log:137) "DSType": "DSTYPE_SEEDED",
      [71,97 INFO] (SDKD log:137) "DS": { [71,97 INFO] (SDKD log:137) "KSize": 12, [71,97 INFO] (SDKD log:137) "KSeed": "ViewFillerSeed", [71,98 INFO] (SDKD log:137) "VSize": 512, [71,98 INFO] (SDKD log:137) "VSeed": "ViewFillerSeed", [71,99 INFO] (SDKD log:137) "Continuous": false, [71,99 INFO] (SDKD log:137) "Repeat": "rep", [72,00 INFO] (SDKD log:137) "Count": 1000 [72,00 INFO] (SDKD log:137) }
      [72,00 INFO] (SDKD log:137) }
      [256,45 INFO] (SDKD log:137) [Sdkd.ViewLoader|Info] Summary details: {}
      [256,46 DEBUG] (Handle receiveMessage:158) < [SDKD:SDKD_EINVAL="Need at least one kv pair. None requested"] CB_VIEW_LOAD@101.2
      [256,46 DEBUG] (Handle sendMessageAsync:183) > CLOSEHANDLE@101.3
      [256,46 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Got command CLOSEHANDLE
      [256,47 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Command data: {}
      [256,47 INFO] (Workload call:112) Preloading items into cluster before workload
      [256,47 INFO] (SDKD log:137) [Sdkd.ClientFactory|Info] Release CouchbaseBucket -788777045
      [256,47 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@102.4 => {Options={OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}

      , Bucket=default, Port=8091, Hostname=10.3.4.144}
      [256,48 INFO] (SDKD log:137) [Sdkd.ClientFactory|Info] Release CouchbaseBucket client.Dispose()-788777045
      [256,48 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [256,48 INFO] (SDKD log:137) Call SweepOnce()
      [256,49 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [256,49 INFO] (SDKD log:137) [Sdkd.Handle|Warn] DispatchCommand(req, SdkHandle) == false
      [256,49 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 102
      [265,65 DEBUG] (Handle receiveMessage:158) < NEWHANDLE@102.4
      [265,65 DEBUG] (Handle sendMessageAsync:183) > MC_DS_MUTATE_SET@102.5 => {Options=

      {DelayMin=0, TimeRes=0, IterWait=100, DelayMax=0}

      , DSType=DSTYPE_SEEDED, DS={KSize=32, KSeed=SimpleKey, VSize=128, VSeed=SimpleValue, Continuous=false, Repeat=REP, Coun
      t=15000}}
      [265,66 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Got command MC_DS_MUTATE_SET
      [265,66 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Command data: {
      [265,67 INFO] (SDKD log:137) "Options":

      { [265,67 INFO] (SDKD log:137) "DelayMin": 0, [265,67 INFO] (SDKD log:137) "TimeRes": 0, [265,67 INFO] (SDKD log:137) "IterWait": 100, [265,67 INFO] (SDKD log:137) "DelayMax": 0 [265,67 INFO] (SDKD log:137) }

      ,
      [265,68 INFO] (SDKD log:137) "DSType": "DSTYPE_SEEDED",
      [265,68 INFO] (SDKD log:137) "DS":

      { [265,68 INFO] (SDKD log:137) "KSize": 32, [265,68 INFO] (SDKD log:137) "KSeed": "SimpleKey", [265,69 INFO] (SDKD log:137) "VSize": 128, [265,69 INFO] (SDKD log:137) "VSeed": "SimpleValue", [265,69 INFO] (SDKD log:137) "Continuous": false, [265,69 INFO] (SDKD log:137) "Repeat": "REP", [265,69 INFO] (SDKD log:137) "Count": 15000 [265,70 INFO] (SDKD log:137) }

      [265,70 INFO] (SDKD log:137) }
      [405,30 INFO] (SDKD log:137) [Sdkd.Result|Warn] Unrecognized return code 409
      [1650,02 DEBUG] (Handle receiveMessage:158) < MC_DS_MUTATE_SET@102.5 =>

      {[OK]: 14985, [MEMD:GENERIC]: 15}

      [1650,02 DEBUG] (Handle sendMessageAsync:183) > CLOSEHANDLE@102.6
      [1650,02 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Got command CLOSEHANDLE
      [1650,03 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Command data: {}
      [1650,03 INFO] (SDKD log:137) [Sdkd.ClientFactory|Info] Release CouchbaseBucket 1744713491
      [1650,03 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@103.7 => {Options=

      {OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}, Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1650,03 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@104.8 => {Options={OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}

      , Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1650,03 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@107.11 => {Options=

      {OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}, Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1650,03 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@108.12 => {Options={OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}

      , Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1650,04 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@106.10 => {Options=

      {OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}, Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1650,05 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@105.9 => {Options={OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}

      , Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1650,05 INFO] (SDKD log:137) [Sdkd.ClientFactory|Info] Release CouchbaseBucket client.Dispose()1744713491
      [1650,06 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@112.16 => {Options=

      {OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}, Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1650,06 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@109.13 => {Options={OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}

      , Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1650,06 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@111.15 => {Options=

      {OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}, Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1650,06 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@110.14 => {Options={OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}

      , Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1650,07 INFO] (SDKD log:137) [Sdkd.Handle|Warn] DispatchCommand(req, SdkHandle) == false
      [1650,07 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1650,07 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1650,08 INFO] (SDKD log:137) Call SweepOnce()
      [1650,08 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1650,08 INFO] (SDKD log:137) Call SweepOnce()
      [1650,08 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1650,08 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1650,09 INFO] (SDKD log:137) Call SweepOnce()
      [1650,09 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1650,09 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1650,10 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 103
      [1650,10 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 107
      [1650,10 INFO] (SDKD log:137) Call SweepOnce()
      [1650,11 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1650,11 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1650,11 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 104
      [1650,12 INFO] (SDKD log:137) Call SweepOnce()
      [1650,12 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1650,13 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1650,13 INFO] (SDKD log:137) Call SweepOnce()
      [1650,13 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1650,13 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1650,14 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 108
      [1650,14 INFO] (SDKD log:137) Call SweepOnce()
      [1650,14 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1650,15 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1650,15 INFO] (SDKD log:137) Call SweepOnce()
      [1650,15 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1650,15 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1650,16 INFO] (SDKD log:137) Call SweepOnce()
      [1650,16 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1650,16 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1650,17 INFO] (SDKD log:137) Call SweepOnce()
      [1650,17 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1650,17 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 106
      [1650,18 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 105
      [1650,18 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 112
      [1650,18 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 109
      [1650,18 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 111
      [1650,18 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 110
      [1655,77 DEBUG] (Handle receiveMessage:158) < NEWHANDLE@103.7
      [1655,78 DEBUG] (Handle sendMessageAsync:183) > MC_DS_MUTATE_SET@103.17 => {Options=

      {DelayMin=1, TimeRes=1, IterWait=1, DelayMax=10}, DSType=DSTYPE_SEEDED, DS={KSize=32, KSeed=SimpleKey, VSize=128, VSeed=SimpleValue, Continuous=true, Repeat=REP, Coun
      t=15000}}
      [1655,78 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Got command MC_DS_MUTATE_SET
      [1655,78 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Command data: {
      [1655,78 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@113.18 => {Options={OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}, Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1655,78 INFO] (SDKD log:137) "Options": { [1655,79 INFO] (SDKD log:137) "DelayMin": 1, [1655,79 INFO] (SDKD log:137) "TimeRes": 1, [1655,79 INFO] (SDKD log:137) "IterWait": 1, [1655,79 INFO] (SDKD log:137) "DelayMax": 10 [1655,79 INFO] (SDKD log:137) },
      [1655,79 INFO] (SDKD log:137) "DSType": "DSTYPE_SEEDED",
      [1655,79 INFO] (SDKD log:137) "DS": { [1655,79 INFO] (SDKD log:137) "KSize": 32, [1655,80 INFO] (SDKD log:137) "KSeed": "SimpleKey", [1655,80 INFO] (SDKD log:137) "VSize": 128, [1655,80 INFO] (SDKD log:137) "VSeed": "SimpleValue", [1655,80 INFO] (SDKD log:137) "Continuous": true, [1655,80 INFO] (SDKD log:137) "Repeat": "REP", [1655,80 INFO] (SDKD log:137) "Count": 15000 [1655,80 INFO] (SDKD log:137) }
      [1655,81 INFO] (SDKD log:137) }
      [1655,81 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1655,81 INFO] (SDKD log:137) Call SweepOnce()
      [1655,81 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1655,81 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 113
      [1661,66 DEBUG] (Handle receiveMessage:158) < NEWHANDLE@107.11
      [1661,66 DEBUG] (Handle sendMessageAsync:183) > MC_DS_MUTATE_SET@107.19 => {Options={DelayMin=1, TimeRes=1, IterWait=1, DelayMax=10}

      , DSType=DSTYPE_SEEDED, DS={KSize=32, KSeed=SimpleKey, VSize=128, VSeed=SimpleValue, Continuous=true, Repeat=REP, Coun
      t=15000}}
      [1661,67 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Got command MC_DS_MUTATE_SET
      [1661,67 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@114.20 => {Options=

      {OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}, Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1661,67 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Command data: {
      [1661,68 INFO] (SDKD log:137) "Options": { [1661,68 INFO] (SDKD log:137) "DelayMin": 1, [1661,68 INFO] (SDKD log:137) "TimeRes": 1, [1661,68 INFO] (SDKD log:137) "IterWait": 1, [1661,69 INFO] (SDKD log:137) "DelayMax": 10 [1661,69 INFO] (SDKD log:137) },
      [1661,69 INFO] (SDKD log:137) "DSType": "DSTYPE_SEEDED",
      [1661,69 INFO] (SDKD log:137) "DS": { [1661,70 INFO] (SDKD log:137) "KSize": 32, [1661,70 INFO] (SDKD log:137) "KSeed": "SimpleKey", [1661,70 INFO] (SDKD log:137) "VSize": 128, [1661,70 INFO] (SDKD log:137) "VSeed": "SimpleValue", [1661,70 INFO] (SDKD log:137) "Continuous": true, [1661,71 INFO] (SDKD log:137) "Repeat": "REP", [1661,71 INFO] (SDKD log:137) "Count": 15000 [1661,71 INFO] (SDKD log:137) }
      [1661,71 INFO] (SDKD log:137) }
      [1661,72 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1661,72 INFO] (SDKD log:137) Call SweepOnce()
      [1661,72 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1661,72 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 114
      [1667,55 DEBUG] (Handle receiveMessage:158) < NEWHANDLE@104.8
      [1667,55 DEBUG] (Handle sendMessageAsync:183) > MC_DS_GET@104.21 => {Options={DelayMin=1, TimeRes=1, IterWait=1, DelayMax=10}, DSType=DSTYPE_SEEDED, DS={KSize=32, KSeed=SimpleKey, VSize=128, VSeed=SimpleValue, Continuous=true, Repeat=REP, Count=15000
      }}
      [1667,55 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Got command MC_DS_GET
      [1667,55 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Command data: {
      [1667,56 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@115.22 => {Options={OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}

      , Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1667,56 INFO] (SDKD log:137) "Options":

      { [1667,56 INFO] (SDKD log:137) "DelayMin": 1, [1667,56 INFO] (SDKD log:137) "TimeRes": 1, [1667,57 INFO] (SDKD log:137) "IterWait": 1, [1667,57 INFO] (SDKD log:137) "DelayMax": 10 [1667,57 INFO] (SDKD log:137) }

      ,
      [1667,57 INFO] (SDKD log:137) "DSType": "DSTYPE_SEEDED",
      [1667,57 INFO] (SDKD log:137) "DS":

      { [1667,58 INFO] (SDKD log:137) "KSize": 32, [1667,58 INFO] (SDKD log:137) "KSeed": "SimpleKey", [1667,58 INFO] (SDKD log:137) "VSize": 128, [1667,58 INFO] (SDKD log:137) "VSeed": "SimpleValue", [1667,59 INFO] (SDKD log:137) "Continuous": true, [1667,59 INFO] (SDKD log:137) "Repeat": "REP", [1667,59 INFO] (SDKD log:137) "Count": 15000 [1667,59 INFO] (SDKD log:137) }

      [1667,60 INFO] (SDKD log:137) }
      [1667,60 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1667,61 INFO] (SDKD log:137) Call SweepOnce()
      [1667,61 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1667,61 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 115
      [1672,50 DEBUG] (Handle receiveMessage:158) < NEWHANDLE@108.12
      [1672,51 DEBUG] (Handle sendMessageAsync:183) > MC_DS_MUTATE_SET@108.23 => {Options=

      {DelayMin=1, TimeRes=1, IterWait=1, DelayMax=10}, DSType=DSTYPE_SEEDED, DS={KSize=32, KSeed=SimpleKey, VSize=128, VSeed=SimpleValue, Continuous=true, Repeat=REP, Coun
      t=15000}}
      [1672,51 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Got command MC_DS_MUTATE_SET
      [1672,51 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Command data: {
      [1672,52 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@116.24 => {Options={OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}, Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1672,52 INFO] (SDKD log:137) "Options": { [1672,53 INFO] (SDKD log:137) "DelayMin": 1, [1672,53 INFO] (SDKD log:137) "TimeRes": 1, [1672,53 INFO] (SDKD log:137) "IterWait": 1, [1672,53 INFO] (SDKD log:137) "DelayMax": 10 [1672,53 INFO] (SDKD log:137) },
      [1672,53 INFO] (SDKD log:137) "DSType": "DSTYPE_SEEDED",
      [1672,54 INFO] (SDKD log:137) "DS": { [1672,54 INFO] (SDKD log:137) "KSize": 32, [1672,54 INFO] (SDKD log:137) "KSeed": "SimpleKey", [1672,54 INFO] (SDKD log:137) "VSize": 128, [1672,55 INFO] (SDKD log:137) "VSeed": "SimpleValue", [1672,55 INFO] (SDKD log:137) "Continuous": true, [1672,55 INFO] (SDKD log:137) "Repeat": "REP", [1672,55 INFO] (SDKD log:137) "Count": 15000 [1672,56 INFO] (SDKD log:137) }
      [1672,56 INFO] (SDKD log:137) }
      [1672,56 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1672,56 INFO] (SDKD log:137) Call SweepOnce()
      [1672,56 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1672,56 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 116
      [1687,65 DEBUG] (Handle receiveMessage:158) < NEWHANDLE@106.10
      [1687,65 DEBUG] (Handle sendMessageAsync:183) > MC_DS_GET@106.25 => {Options={DelayMin=1, TimeRes=1, IterWait=1, DelayMax=10}

      , DSType=DSTYPE_SEEDED, DS={KSize=32, KSeed=SimpleKey, VSize=128, VSeed=SimpleValue, Continuous=true, Repeat=REP, Count=15000
      }}
      [1687,66 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Got command MC_DS_GET
      [1687,66 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Command data: {
      [1687,66 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@117.26 => {Options=

      {OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}, Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1687,66 INFO] (SDKD log:137) "Options": { [1687,67 INFO] (SDKD log:137) "DelayMin": 1, [1687,67 INFO] (SDKD log:137) "TimeRes": 1, [1687,67 INFO] (SDKD log:137) "IterWait": 1, [1687,67 INFO] (SDKD log:137) "DelayMax": 10 [1687,68 INFO] (SDKD log:137) },
      [1687,68 INFO] (SDKD log:137) "DSType": "DSTYPE_SEEDED",
      [1687,68 INFO] (SDKD log:137) "DS": { [1687,68 INFO] (SDKD log:137) "KSize": 32, [1687,69 INFO] (SDKD log:137) "KSeed": "SimpleKey", [1687,69 INFO] (SDKD log:137) "VSize": 128, [1687,69 INFO] (SDKD log:137) "VSeed": "SimpleValue", [1687,69 INFO] (SDKD log:137) "Continuous": true, [1687,69 INFO] (SDKD log:137) "Repeat": "REP", [1687,70 INFO] (SDKD log:137) "Count": 15000 [1687,70 INFO] (SDKD log:137) }
      [1687,70 INFO] (SDKD log:137) }
      [1687,70 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1687,70 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1687,71 INFO] (SDKD log:137) Call SweepOnce()
      [1687,71 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 117
      [1702,13 DEBUG] (Handle receiveMessage:158) < NEWHANDLE@105.9
      [1702,13 DEBUG] (Handle sendMessageAsync:183) > MC_DS_GET@105.27 => {Options={DelayMin=1, TimeRes=1, IterWait=1, DelayMax=10}, DSType=DSTYPE_SEEDED, DS={KSize=32, KSeed=SimpleKey, VSize=128, VSeed=SimpleValue, Continuous=true, Repeat=REP, Count=15000
      }}
      [1702,14 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Got command MC_DS_GET
      [1702,14 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Command data: {
      [1702,14 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@118.28 => {Options={OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}

      , Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1702,14 INFO] (SDKD log:137) "Options":

      { [1702,14 INFO] (SDKD log:137) "DelayMin": 1, [1702,15 INFO] (SDKD log:137) "TimeRes": 1, [1702,15 INFO] (SDKD log:137) "IterWait": 1, [1702,15 INFO] (SDKD log:137) "DelayMax": 10 [1702,15 INFO] (SDKD log:137) }

      ,
      [1702,16 INFO] (SDKD log:137) "DSType": "DSTYPE_SEEDED",
      [1702,16 INFO] (SDKD log:137) "DS":

      { [1702,16 INFO] (SDKD log:137) "KSize": 32, [1702,16 INFO] (SDKD log:137) "KSeed": "SimpleKey", [1702,16 INFO] (SDKD log:137) "VSize": 128, [1702,17 INFO] (SDKD log:137) "VSeed": "SimpleValue", [1702,17 INFO] (SDKD log:137) "Continuous": true, [1702,17 INFO] (SDKD log:137) "Repeat": "REP", [1702,17 INFO] (SDKD log:137) "Count": 15000 [1702,18 INFO] (SDKD log:137) }

      [1702,18 INFO] (SDKD log:137) }
      [1702,18 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1702,18 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1702,18 INFO] (SDKD log:137) Call SweepOnce()
      [1702,19 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 118
      [1808,14 DEBUG] (Handle receiveMessage:158) < NEWHANDLE@109.13
      [1808,15 DEBUG] (Handle sendMessageAsync:183) > MC_DS_GET@109.29 => {Options=

      {DelayMin=1, TimeRes=1, IterWait=1, DelayMax=10}, DSType=DSTYPE_SEEDED, DS={KSize=32, KSeed=SimpleKey, VSize=128, VSeed=SimpleValue, Continuous=true, Repeat=REP, Count=15000
      }}
      [1808,15 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Got command MC_DS_GET
      [1808,15 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@119.30 => {Options={OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}, Bucket=default, Port=8091, Hostname=10.3.4.144}
      [1808,15 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Command data: {
      [1808,16 INFO] (SDKD log:137) "Options": { [1808,16 INFO] (SDKD log:137) "DelayMin": 1, [1808,16 INFO] (SDKD log:137) "TimeRes": 1, [1808,17 INFO] (SDKD log:137) "IterWait": 1, [1808,17 INFO] (SDKD log:137) "DelayMax": 10 [1808,17 INFO] (SDKD log:137) },
      [1808,17 INFO] (SDKD log:137) "DSType": "DSTYPE_SEEDED",
      [1808,18 INFO] (SDKD log:137) "DS": { [1808,18 INFO] (SDKD log:137) "KSize": 32, [1808,19 INFO] (SDKD log:137) "KSeed": "SimpleKey", [1808,19 INFO] (SDKD log:137) "VSize": 128, [1808,19 INFO] (SDKD log:137) "VSeed": "SimpleValue", [1808,19 INFO] (SDKD log:137) "Continuous": true, [1808,20 INFO] (SDKD log:137) "Repeat": "REP", [1808,20 INFO] (SDKD log:137) "Count": 15000 [1808,20 INFO] (SDKD log:137) }
      [1808,20 INFO] (SDKD log:137) }
      [1808,21 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [1808,21 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [1808,22 INFO] (SDKD log:137) Call SweepOnce()
      [1808,22 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 119
      [2014,15 DEBUG] (Handle receiveMessage:158) < NEWHANDLE@112.16
      [2014,15 DEBUG] (Handle sendMessageAsync:183) > MC_DS_MUTATE_SET@112.31 => {Options={DelayMin=1, TimeRes=1, IterWait=1, DelayMax=10}

      , DSType=DSTYPE_SEEDED, DS={KSize=32, KSeed=SimpleKey, VSize=128, VSeed=SimpleValue, Continuous=true, Repeat=REP, Coun
      t=15000}}
      [2014,15 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Got command MC_DS_MUTATE_SET
      [2014,16 INFO] (SDKD log:137) [Sdkd.Handle|Warn] Command data: {
      [2014,16 DEBUG] (Handle sendMessageAsync:183) > NEWHANDLE@120.32 => {Options=

      {OtherNodes=[["10.3.4.145",8091],["10.3.4.146",8091],["10.3.4.147",8091]], Username=default, SSL=false, Password=}

      , Bucket=default, Port=8091, Hostname=10.3.4.144}
      [2014,16 INFO] (SDKD log:137) "Options":

      { [2014,16 INFO] (SDKD log:137) "DelayMin": 1, [2014,16 INFO] (SDKD log:137) "TimeRes": 1, [2014,16 INFO] (SDKD log:137) "IterWait": 1, [2014,17 INFO] (SDKD log:137) "DelayMax": 10 [2014,17 INFO] (SDKD log:137) }

      ,
      [2014,17 INFO] (SDKD log:137) "DSType": "DSTYPE_SEEDED",
      [2014,17 INFO] (SDKD log:137) "DS":

      { [2014,17 INFO] (SDKD log:137) "KSize": 32, [2014,18 INFO] (SDKD log:137) "KSeed": "SimpleKey", [2014,18 INFO] (SDKD log:137) "VSize": 128, [2014,18 INFO] (SDKD log:137) "VSeed": "SimpleValue", [2014,18 INFO] (SDKD log:137) "Continuous": true, [2014,18 INFO] (SDKD log:137) "Repeat": "REP", [2014,19 INFO] (SDKD log:137) "Count": 15000 [2014,19 INFO] (SDKD log:137) }

      [2014,19 INFO] (SDKD log:137) }
      [2014,19 INFO] (SDKD log:137) [Sdkd.Control|Info] Got a new connection. Creating child handle
      [2014,19 INFO] (SDKD log:137) !!!!!!!!!!!!!!!
      [2014,19 INFO] (SDKD log:137) Call SweepOnce()
      [2014,20 INFO] (SDKD log:137) [Sdkd.Control|Info] Registering handle 120
      [2115,71 INFO] (SDKD log:137)
      [2115,72 INFO] (SDKD log:137) Unhandle Exception: System.NullReferenceException: Object reference not set to an instance of the object.
      [2115,72 INFO] (SDKD log:137) в Couchbase.Configuration.Server.Providers.Streaming.HttpStreamingProvider.GetBucketConfig(String bucketName, String password) в c:\jenkins\workspace-net2\couchbase-net-client\Src\Couchbase\Configuration\Server\Provid
      ers\Streaming\HttpStreamingProvider.cs:line 247
      [2115,72 INFO] (SDKD log:137) at Couchbase.Configuration.Server.Providers.Streaming.HttpStreamingProvider.GetConfig(String bucketName, String password) в c:\jenkins\workspace-net2\couchbase-net-client\Src\Couchbase\Configuration\Server\Providers\St
      reaming\HttpStreamingProvider.cs:line 54
      [2115,73 INFO] (SDKD log:137) в Couchbase.Core.ClusterManager.CreateBucket(String bucketName, String password) в c:\jenkins\workspace-net2\couchbase-net-client\Src\Couchbase\Core\ClusterManager.cs:line 159
      [2115,73 INFO] (SDKD log:137) в Couchbase.CouchbaseCluster.OpenBucket(String bucketname, String password) в c:\jenkins\workspace-net2\couchbase-net-client\Src\Couchbase\CouchbaseCluster.cs:line 84
      [2115,73 INFO] (SDKD log:137) в SdkdConsole.Daemon.Handle.Run() в c:\jenkins\workspace-net2\sdkd-net\src\SdkdConsole\Daemon\Handle.cs:line 134
      [2115,73 INFO] (SDKD log:137) в System.Threading.ThreadHelper.ThreadStart_Context(Object state)
      [2115,73 INFO] (SDKD log:137) в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
      [2115,74 INFO] (SDKD log:137) в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
      [2115,74 INFO] (SDKD log:137) в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
      [2115,74 INFO] (SDKD log:137) в System.Threading.ThreadHelper.ThreadStart()
      [2151,61 ERROR] (BRun maybePropagate:237) Suppressing driver-related error
      com.couchbase.sdkdclient.context.HarnessException: Driver crashed
      at com.couchbase.sdkdclient.context.RunContext$5.call(RunContext.java:192) ~[sdkdclient-1.0-SNAPSHOT.jar:na]
      at com.couchbase.sdkdclient.context.RunContext$5.call(RunContext.java:183) ~[sdkdclient-1.0-SNAPSHOT.jar:na]
      at java.util.concurrent.FutureTask.run(Unknown Source) ~[na:1.8.0_11]
      at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[na:1.8.0_11]
      at java.util.concurrent.FutureTask.run(Unknown Source) ~[na:1.8.0_11]
      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:1.8.0_11]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:1.8.0_11]
      at java.lang.Thread.run(Unknown Source) ~[na:1.8.0_11]
      [2151,62 DEBUG] (Handle sendMessageAsync:183) > CLOSEHANDLE@103.33
      [2151,63 WARN] (STester close:170) While stopping driver
      java.net.SocketException: Connection reset by peer: socket write error
      at java.net.SocketOutputStream.socketWrite0(Native Method) ~[na:1.8.0_11]
      at java.net.SocketOutputStream.socketWrite(Unknown Source) ~[na:1.8.0_11]
      at java.net.SocketOutputStream.write(Unknown Source) ~[na:1.8.0_11]
      at sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) ~[na:1.8.0_11]
      at sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) ~[na:1.8.0_11]
      at sun.nio.cs.StreamEncoder.implFlush(Unknown Source) ~[na:1.8.0_11]
      at sun.nio.cs.StreamEncoder.flush(Unknown Source) ~[na:1.8.0_11]
      at java.io.OutputStreamWriter.flush(Unknown Source) ~[na:1.8.0_11]
      at java.io.BufferedWriter.flush(Unknown Source) ~[na:1.8.0_11]
      at com.couchbase.sdkdclient.handle.Handle.sendMessageAsync(Handle.java:188) ~[sdkdclient-1.0-SNAPSHOT.jar:na]
      at com.couchbase.sdkdclient.handle.Handle.close(Handle.java:254) ~[sdkdclient-1.0-SNAPSHOT.jar:na]
      at com.couchbase.sdkdclient.driver.HandleManager.stopAll(HandleManager.java:26) ~[sdkdclient-1.0-SNAPSHOT.jar:na]
      at com.couchbase.sdkdclient.driver.HostPortDriver.stop(HostPortDriver.java:118) ~[sdkdclient-1.0-SNAPSHOT.jar:na]
      at com.couchbase.sdkdclient.driver.ExecutingDriver.stop(ExecutingDriver.java:117) ~[sdkdclient-1.0-SNAPSHOT.jar:na]
      at com.couchbase.sdkdclient.stester.STester.close(STester.java:167) ~[sdkdclient-1.0-SNAPSHOT.jar:na]
      at com.couchbase.sdkdclient.batch.BRun.runHarness(BRun.java:281) [sdkdclient-1.0-SNAPSHOT.jar:na]
      at com.couchbase.sdkdclient.batch.BRun.runSingleTest(BRun.java:388) [sdkdclient-1.0-SNAPSHOT.jar:na]
      at com.couchbase.sdkdclient.batch.BRun.run(BRun.java:472) [sdkdclient-1.0-SNAPSHOT.jar:na]
      at com.couchbase.sdkdclient.batch.BRun.main(BRun.java:504) [sdkdclient-1.0-SNAPSHOT.jar:na]

      Attachments

        For Gerrit Dashboard: NCBC-591
        # Subject Branch Project Status CR V

        Activity

          People

            jmorris Jeff Morris
            andreibaranouski Andrei Baranouski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty