New installs: SERVER_ERROR proxy write to downstream. Unable to connect and ERROR: bad JSON configuration: Empty serverList
I have just installed Membase Server Community Edition 1.6.5.3 on Windows XP SP2, 32-bit. I created one "default" bucket. I turned off the Windows Firewall as well because I was having problems. But nothing will work at all.
The "Monitor" -> "Cluster Overview" screen shows "Buckets (1 bucket active)", but beneath that it just says "Waiting for samples..." forever.
The "Monitor" -> "Data Buckets" -> "default" screen says "No samples, yet" and "Difficulties communicating with the cluster; displaying cached information!"
The "Manage" -> "Servers" screen shows one "Up" server on the correct IP address for my machine:
Server Name: 192.168.1.128:8091
Uptime: 26 minutes, 16 seconds
OS: windows
Version: 1.6.5.3
I've uninstalled and reinstalled several times, deleted and recreated buckets many times, but nothing works. The diagnostic logs also clearly show some problems internally (pasted at end of post), such as:
ERROR: bad JSON configuration: Empty serverList
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
My application log shows:
2011-04-15 14:57:11.312 ERROR net.spy.memcached.protocol.ascii.StoreOperationImpl: Error: SERVER_ERROR proxy write to downstream
2011-04-15 14:57:11.312 INFO net.spy.memcached.MemcachedConnection: Reconnection due to exception handling a memcached operation on {QA sa=
/127.0.0.1:11211, #Rops=2, #Wops=27, #iq=0, topRop=net.spy.memcached.protocol.ascii.StoreOperationImpl@c0a9f9, topWop=net.spy.memcached.prot
ocol.ascii.StoreOperationImpl@1ff8c2a, toWrite=16384, interested=5}. This may be due to an authentication failure.
OperationException: SERVER: SERVER_ERROR proxy write to downstream
at net.spy.memcached.protocol.BaseOperationImpl.handleError(BaseOperationImpl.java:123)
at net.spy.memcached.protocol.ascii.OperationImpl.readFromBuffer(OperationImpl.java:130)
at net.spy.memcached.MemcachedConnection.handleReads(MemcachedConnection.java:401)
at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:333)
at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:219)
at net.spy.memcached.MemcachedClient.run(MemcachedClient.java:1591)
TODAY, I've done this on a 2nd machine with similar results. The status screens on this machine show stats in the console, but the application still gets the "SERVER_ERROR proxy write to downstream".
Also, opening a telnet consol to localhost 11211 and typing "stats" returns:
SERVER_ERROR proxy write to downstream
PROGRESS REPORT <0.148.0> 2011-04-13 23:22:31
===============================================================================
supervisor {local,ns_bad_bucket_sup}
started
[{pid,<0.283.0>},
{name,{stats_reader,"default"}},
{mfa,{stats_reader,start_link,["default"]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
INFO REPORT <0.104.0> 2011-04-13 23:22:32
===============================================================================
moxi<0.104.0>: 2011-04-13 23:24:33: (agent_config.c.650) ERROR: bad JSON configuration: Empty serverList ({
moxi<0.104.0>: "name": "default",
moxi<0.104.0>: "nodeLocator": "vbucket",
moxi<0.104.0>: "saslPassword": "",
moxi<0.104.0>: "nodes": [],
moxi<0.104.0>: "vBucketServerMap": {
moxi<0.104.0>: "hashAlgorithm": "CRC",
moxi<0.104.0>: "numReplicas": 0,
moxi<0.104.0>: "serverList": [],
moxi<0.104.0>: "vBucketMap": [[-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1
INFO REPORT <0.237.0> 2011-04-13 23:22:32
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
ERROR REPORT <0.244.0> 2011-04-13 23:22:32
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
INFO REPORT <0.237.0> 2011-04-13 23:22:33
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
INFO REPORT <0.237.0> 2011-04-13 23:22:34
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
ERROR REPORT <0.244.0> 2011-04-13 23:22:34
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
TODAY, I've done this on a 2nd machine with similar results. The status screens on this machine show stats in the console, but the application still gets the "SERVER_ERROR proxy write to downstream".
Also, opening a telnet consol to localhost 11211 and typing "stats" returns:
SERVER_ERROR proxy write to downstream
MrSeanX, sorry you're having issues.
Can you send me the output of the most recent log output? You can send to perry -at- couchbase -dot- com.
Thanks, I'm sure we can work though to get this resolved.
Perry
The logs seems to show issues with memcached starting up on port 11210.
I know you said that you turned off the firewall, do you have any other firewall or anti-virus software that might prevent a process of opening up a connection on or to a port?
Perry
The only thing that conceivable should block ports is Windows firewall. But I don't think even that should block a connection from localhost, even if not disabled, AFAIK. To help with full disclosure, I also run Avast antivirus and Sypot teatimer (just watches for registry changes I believe).
I've noticed that the memcached.exe process survives the MembaseServer service restart.
Perhaps I should disable the security packages and then do a full restart?
Can you point out what in the logs is the info that led you to this conclusion, so I can know how to see if I've fixed it?
As noted in the other thread, we traced these issues back to some oddity with Windows XP. Unfortunately we were not able to reproduce the issues in our lab here, and Windows XP is a bit too old to be on our supported OS list.
Please let me know what else we can do to help.
Perry
Thanks for your help, we were able to reproduce this issue by installing PGP (http://www.symantec.com/business/theme.jsp?themeid=pgp) and will be investigating the cause.
Thanks to MrSeanX for his diligence in tracking this down...for now, the workaround is to uninstall the PGP software on Windows machines before installing Membase.
Perry
Hi,
I'm seeing the same error on the 1.6.5.3 EE build, running on Windows 7 Ultimate running under VMWare Fusion on OSX 10.6.7. I don't (knowingly) have PGP installed, and in my case it was working just fine last night after I first installed it. The only thing I can think of that's changed since is that I suspended my laptop overnight (without shutting down windows).
Hope this helps you track the cause ..
David
David, is it possible that the IP address of your Windows VM changed (is it set to DHCP?) when you suspended and woke up your laptop?
http://techzone.couchbase.com/forums/thread/issues-dhcp-development-laptop
Perry
Thanks Perry, that sorted it out.
Glad I could help David.
I'm closing this thread for comments now. The SERVER_ERROR message is a generic message that could have many causes. We've fixed a number of them in recent versions and I'd rather not use this very long thread to handle any new issues.
Thanks much
Perry
Full log file:
per_node_diag = [{'ns_1@192.168.1.128',
[{version,
[{os_mon,"2.2.4"},
{mnesia,"4.4.12"},
{kernel,"2.13.4"},
{sasl,"2.1.8"},
{ns_server,"1.6.5.3"},
{menelaus,"1.6.5.3"},
{stdlib,"1.16.4"}]},
{manifest,
["bucket_engine_1.6.5.3-MINGW32_NT-6.0.i686.tar.gz\r",
"curl-7.21.1-w64_patched.tar.gz\r",
"ep-engine_1.6.5.3-MINGW32_NT-6.0.i686.tar.gz\r",
"libconflate_1.6.5-MINGW32_NT-6.0.i686.tar.gz\r",
"libevent-2.0.7-rc.tar.gz\r",
"libmemcached-0.41_trond-norbye_mingw32-revno895.tar.gz\r",
"libvbucket_1.6.4-MINGW32_NT-6.0.i686.tar.gz\r",
"membase-cli_1.6.5-MINGW32_NT-6.0.i686.tar.gz\r",
"memcached_1.4.4_381_g72df1cc-MINGW32_NT-6.0.i686.tar.gz\r",
"moxi_1.6.5.2-MINGW32_NT-6.0.i686.tar.gz\r",
"ns_server_1.6.5.3.tar.gz\r",
"pthreads-win_2_9_0_0-MINGW32_NT-6.0.i686.tar.gz\r",
"vbucketmigrator_1.6.5-MINGW32_NT-6.0.i686.tar.gz\r",
"wallace_1.6.5.3-win32\r"]},
{config,
[{rest_creds,
[{'_vclock',[{'ns_1@192.168.1.128',{1,63469948962}}]},
{creds,
[{"Administrator",[{password,'filtered-out'}]}]}]},
{rest,
[{'_vclock',[{'ns_1@192.168.1.128',{1,63469948962}}]},
{port,8091}]},
{buckets,
[{'_vclock',[{'ns_1@192.168.1.128',{3,63469948951}}]},
{configs,
[{"default",
[{num_replicas,0},
{ram_quota,104857600},
{auth_type,sasl},
{sasl_password,[]},
{type,membase},
{num_vbuckets,1024},
{db_shards,4},
{ht_size,3079},
{tap_keepalive,0},
{tap_noop_interval,20},
{max_txn_size,1000},
{ht_locks,5},
{servers,['ns_1@192.168.1.128']},
{map,
[['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128']]}]}]}]},
{memory_quota,512},
{{node,'ns_1@192.168.1.128',memcached},
[{'_vclock',[{'ns_1@192.168.1.128',{1,63469948936}}]},
{dbdir,"c:/Progra~1/Membase/Server/data/ns_1"},
{port,11210},
{admin_user,"_admin"},
{admin_pass,"_admin"},
{bucket_engine,"./bin/bucket_engine/bucket_engine.so"},
{engines,
[{membase,
[{engine,"bin/ep_engine/ep.so"},
{initfile,"priv/init.sql"}]},
{memcached,
[{engine,"bin/memcached/default_engine.so"}]}]},
{verbosity,[]}]},
{otp,[{cookie,zawfqzmbhxafmtup}]},
{alerts,
[{email,[]},
{email_alerts,false},
{email_server,
[{user,undefined},
{pass,'filtered-out'},
{addr,undefined},
{port,undefined},
{encrypt,false}]},
{alerts,
[server_down,server_unresponsive,server_up,
server_joined,server_left,bucket_created,
bucket_deleted,bucket_auth_failed]}]},
{moxi,[{port,11211},{verbosity,[]}]},
{nodes_wanted,['ns_1@192.168.1.128']},
{port_servers,
[{moxi,"./bin/moxi/moxi",
["-Z",
{"port_listen=~B,default_bucket_name=default,downstream_max=1024,downstream_conn_max=4,connect_max_errors=5,connect_retry_interval=30000,connect_timeout=400,auth_timeout=100,cycle=200,downstream_conn_queue_timeout=200,downstream_timeout=5000,wait_queue_timeout=200",
[port]},
"-z",
{"url=http://127.0.0.1:~B/pools/default/saslBucketsStreaming",
[{rest,port}]},
"-p","0","-Y","y","-O","stderr",
{"~s",[verbosity]}],
[{env,
[{"EVENT_NOSELECT","1"},
{"MOXI_SASL_PLAIN_USR",
{"~s",[{ns_moxi_sup,rest_user,[]}]}},
{"MOXI_SASL_PLAIN_PWD",
{"~s",[{ns_moxi_sup,rest_pass,[]}]}}]},
use_stdio,stderr_to_stdout,stream]},
{memcached,"./bin/memcached/memcached",
["-X","./bin/memcached/stdin_term_handler.so","-p",
{"~B",[port]},
"-E","./bin/bucket_engine/bucket_engine.so","-B",
"binary","-r","-c","10000","-e",
{"admin=~s;default_bucket_name=default;auto_create=false",
[admin_user]},
{"~s",[verbosity]}],
[{env,
[{"EVENT_NOSELECT","1"},
{"MEMCACHED_TOP_KEYS","100"},
{"ISASL_PWFILE",{"~s",[{isasl,path}]}},
{"ISASL_DB_CHECK_TIME","1"}]},
use_stdio,stderr_to_stdout,stream]}]},
{replication,[{enabled,true}]},
{{node,'ns_1@192.168.1.128',isasl},
[{path,
"c:/Program Files/Membase/Server/data/ns_1/isasl.pw"}]},
{{node,'ns_1@192.168.1.128',membership},active},
{{node,'ns_1@192.168.1.128',ns_log},
[{filename,
"c:/Program Files/Membase/Server/data/ns_1/ns_log"}]}]},
{basic_info,
[{version,
[{os_mon,"2.2.4"},
{mnesia,"4.4.12"},
{kernel,"2.13.4"},
{sasl,"2.1.8"},
{ns_server,"1.6.5.3"},
{menelaus,"1.6.5.3"},
{stdlib,"1.16.4"}]},
{system_arch,"windows"},
{wall_clock,158},
{memory_data,{2145771520,1418387456,{<0.11.0>,7517668}}},
{disk_data,
[{"C:\\",312560608,83},{"E:\\",976733180,41}]}]},
{processes,
[{<0.0.0>,
[{registered_name,init},
{status,waiting},
{initial_call,{otp_ring0,start,2}},
{backtrace,
["Program counter: 0x00b5b3c0 (init:loop/1 + 20)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035a93c8 Return addr 0x0084c194 ()",
"y(0) {state,[{'-root',[<<37 bytes>>]},{'-progname',[<<3 bytes>>]},{'-home',[<<10 bytes"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,68}]},
{heap_size,2584},
{total_heap_size,4181},
{links,[<0.6.0>,<0.7.0>,<0.3.0>]},
{memory,17140},
{message_queue_len,0},
{reductions,21031},
{trap_exit,true}]},
{<0.3.0>,
[{registered_name,erl_prim_loader},
{status,waiting},
{initial_call,{erlang,apply,2}},
{backtrace,
["Program counter: 0x00b8b490 (erl_prim_loader:loop/3 + 92)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03cbe6a4 Return addr 0x0084c194 ()",
"y(0) []",
"y(1) [\"bin/ns_server/deps/gen_smtp/ebin\",\"bin/ns_server/deps/menelaus/deps/mochiweb/eb",
"y(2) <0.2.0>",
"y(3) {state,efile,[],none,#Port<0.1>,infinity,undefined,true,{prim_state,false,undefin",
"y(4) infinity"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,399}]},
{heap_size,6765},
{total_heap_size,13530},
{links,[#Port<0.1>,<0.0.0>]},
{memory,54516},
{message_queue_len,0},
{reductions,1022728},
{trap_exit,true}]},
{<0.6.0>,
[{registered_name,error_logger},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00b804bc (gen_event:fetch_msg/5 + 44)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03b68a5c Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) false","y(1) []",
"y(2) [{handler,ns_log_mf_h,false,{state,\"logs\",10485760,10,89085,1,{file_descriptor,pr",
"y(3) error_logger","y(4) <0.2.0>",
"0x03b68a74 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,29}]},
{heap_size,987},
{total_heap_size,1597},
{links,[<0.0.0>,<0.31.0>,#Port<0.1590>]},
{memory,6864},
{message_queue_len,0},
{reductions,48278},
{trap_exit,true}]},
{<0.7.0>,
[{registered_name,application_controller},
{status,waiting},
{initial_call,{erlang,apply,2}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03657324 Return addr 0x0084c194 ()",
"y(0) []","y(1) infinity",
"y(2) application_controller",
"y(3) {state,[],[],[],[{ns_server,<0.59.0>},{mnesia,<0.114.0>},{os_mon,<0.50.0>},{sasl,",
"y(4) application_controller",
"y(5) <0.2.0>"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,25}]},
{heap_size,2584},
{total_heap_size,20295},
{links,
[<0.50.0>,<0.59.0>,<0.114.0>,<0.9.0>,<0.39.0>,
<0.0.0>]},
{memory,81716},
{message_queue_len,0},
{reductions,31304},
{trap_exit,true}]},
{<0.9.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bcad50 (application_master:main_loop/2 + 32)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x00bf6804 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []",
"y(1) {state,<0.10.0>,{appl_data,kernel,[application_controller,erl_reply,auth,boot_ser",
"y(2) <0.7.0>",
"0x00bf6814 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,377},
{total_heap_size,754},
{links,[<0.7.0>,<0.10.0>]},
{memory,3472},
{message_queue_len,0},
{reductions,44},
{trap_exit,true}]},
{<0.10.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{application_master,start_it,4}},
{backtrace,
["Program counter: 0x00bcc094 (application_master:loop_it/4 + 40)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x00bf5878 Return addr 0x0084c194 ()",
"y(0) []","y(1) kernel","y(2) <0.11.0>",
"y(3) <0.9.0>"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.9.0>,<0.11.0>]},
{memory,1328},
{message_queue_len,0},
{reductions,72},
{trap_exit,true}]},
{<0.11.0>,
[{registered_name,kernel_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x030ffd1c Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,kernel_sup},one_for_all,[{child,<0.34.0>,kernel_safe_sup,{superviso",
"y(4) kernel_sup","y(5) <0.10.0>",
"0x030ffd38 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,17}]},
{heap_size,196418},
{total_heap_size,1879253},
{links,
[<0.26.0>,<0.29.0>,<0.33.0>,<0.34.0>,<0.27.0>,
<0.17.0>,<0.24.0>,<0.25.0>,<0.18.0>,<0.12.0>,
<0.13.0>,<0.10.0>]},
{memory,7517668},
{message_queue_len,0},
{reductions,2144622},
{trap_exit,true}]},
{<0.12.0>,
[{registered_name,rex},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035951cc Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity","y(2) rpc",
"y(3) {1,{<0.355.0>,{<0.354.0>,{#Ref<0.0.0.16452>,'ns_1@192.168.1.128'}},nil,nil}}",
"y(4) rex","y(5) <0.11.0>",
"0x035951e8 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,2}]},
{heap_size,610},
{total_heap_size,987},
{links,[<0.11.0>]},
{memory,4464},
{message_queue_len,0},
{reductions,256},
{trap_exit,true}]},
{<0.13.0>,
[{registered_name,global_name_server},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03659208 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity","y(2) global",
"y(3) {state,true,[],[],[],[],'nonode@nohost',<0.14.0>,<0.15.0>,<0.16.0>,no_trace,false",
"y(4) global_name_server","y(5) <0.11.0>",
"0x03659224 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,7}]},
{heap_size,987},
{total_heap_size,1364},
{links,[<0.14.0>,<0.16.0>,<0.15.0>,<0.11.0>]},
{memory,6032},
{message_queue_len,0},
{reductions,975},
{trap_exit,true}]},
{<0.14.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{erlang,apply,2}},
{backtrace,
["Program counter: 0x02456f6c (global:loop_the_locker/1 + 588)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x00c02684 Return addr 0x02456d00 (global:init_the_locker/1 + 192)",
"y(0) {multi,[],[],[],'nonode@nohost',false,false}",
"y(1) infinity",
"0x00c02690 Return addr 0x0084c194 ()"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.13.0>]},
{memory,1308},
{message_queue_len,0},
{reductions,21},
{trap_exit,true}]},
{<0.15.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{erlang,apply,2}},
{backtrace,
["Program counter: 0x0245b018 (global:collect_deletions/2 + 76)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x00bfb6c4 Return addr 0x0245af98 (global:loop_the_deleter/1 + 36)",
"y(0) infinity","y(1) []",
"y(2) <0.13.0>",
"0x00bfb6d4 Return addr 0x0084c194 ()",
"y(0) <0.13.0>"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.13.0>]},
{memory,1308},
{message_queue_len,0},
{reductions,4},
{trap_exit,false}]},
{<0.16.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{erlang,apply,2}},
{backtrace,
["Program counter: 0x0245b138 (global:loop_the_registrar/0 + 12)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009b5578 Return addr 0x0084c194 ()",
"y(0) []"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,2}]},
{heap_size,610},
{total_heap_size,987},
{links,[<0.13.0>]},
{memory,4324},
{message_queue_len,0},
{reductions,249},
{trap_exit,false}]},
{<0.17.0>,
[{registered_name,inet_db},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0368cf74 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity","y(2) inet_db",
"y(3) {state,inet_db,inet_cache,inet_hosts_byname,inet_hosts_byaddr,inet_hosts_file_byn",
"y(4) inet_db","y(5) <0.11.0>",
"0x0368cf90 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1845}]},
{heap_size,2584},
{total_heap_size,2961},
{links,[<0.11.0>]},
{memory,12280},
{message_queue_len,0},
{reductions,487551},
{trap_exit,true}]},
{<0.18.0>,
[{registered_name,net_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x00988ab8 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,net_sup},one_for_all,[{child,<0.21.0>,net_kernel,{net_kernel,start_",
"y(4) net_sup","y(5) <0.11.0>",
"0x00988ad4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,377},
{total_heap_size,987},
{links,[<0.19.0>,<0.20.0>,<0.21.0>,<0.11.0>]},
{memory,4444},
{message_queue_len,0},
{reductions,265},
{trap_exit,true}]},
{<0.19.0>,
[{registered_name,erl_epmd},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x00985090 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) erl_epmd",
"y(3) {state,#Port<0.485>,21100,ns_1}",
"y(4) erl_epmd","y(5) <0.18.0>",
"0x009850ac Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.18.0>,#Port<0.485>]},
{memory,1388},
{message_queue_len,0},
{reductions,135},
{trap_exit,false}]},
{<0.20.0>,
[{registered_name,auth},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009a9b88 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity","y(2) auth",
"y(3) {state,zawfqzmbhxafmtup,12}",
"y(4) auth","y(5) <0.18.0>",
"0x009a9ba4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,377},
{total_heap_size,754},
{links,[<0.18.0>]},
{memory,3452},
{message_queue_len,0},
{reductions,141},
{trap_exit,true}]},
{<0.21.0>,
[{registered_name,net_kernel},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x00984ce0 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) net_kernel",
"y(3) {state,'ns_1@192.168.1.128','ns_1@192.168.1.128',longnames,{tick,<0.23.0>,15000},",
"y(4) net_kernel","y(5) <0.18.0>",
"0x00984cfc Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,5}]},
{heap_size,233},
{total_heap_size,610},
{links,[<0.18.0>,<0.22.0>,<0.23.0>,#Port<0.472>]},
{memory,2952},
{message_queue_len,0},
{reductions,504},
{trap_exit,true}]},
{<0.22.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{inet_tcp_dist,accept_loop,2}},
{backtrace,
["Program counter: 0x00b749e0 (prim_inet:accept0/2 + 92)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009839a0 Return addr 0x02487bac (inet_tcp:accept/1 + 20)",
"y(0) 1","y(1) #Port<0.472>",
"0x009839ac Return addr 0x0247db40 (inet_tcp_dist:accept_loop/2 + 48)",
"y(0) []",
"0x009839b4 Return addr 0x0084c194 ()",
"y(0) []","y(1) #Port<0.472>",
"y(2) <0.21.0>"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.21.0>]},
{memory,1348},
{message_queue_len,0},
{reductions,8},
{trap_exit,false}]},
{<0.23.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{net_kernel,ticker,2}},
{backtrace,
["Program counter: 0x0248d974 (net_kernel:ticker_loop/2 + 28)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x00985a48 Return addr 0x0084c194 ()",
"y(0) 15000","y(1) <0.21.0>"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.21.0>]},
{memory,1308},
{message_queue_len,0},
{reductions,23},
{trap_exit,false}]},
{<0.24.0>,
[{registered_name,global_group},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x00986190 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) global_group",
"y(3) {state,no_conf,true,[],[],[],[],[],'ns_1@192.168.1.128',[],normal,normal}",
"y(4) global_group","y(5) <0.11.0>",
"0x009861ac Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.11.0>]},
{memory,1368},
{message_queue_len,0},
{reductions,60},
{trap_exit,true}]},
{<0.25.0>,
[{registered_name,file_server_2},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0369ac88 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) file_server","y(3) #Port<0.508>",
"y(4) file_server_2","y(5) <0.11.0>",
"0x0369aca4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,30}]},
{heap_size,6765},
{total_heap_size,13530},
{links,[#Port<0.508>,<0.11.0>]},
{memory,54576},
{message_queue_len,0},
{reductions,148127},
{trap_exit,true}]},
{<0.26.0>,
[{registered_name,code_server},
{status,waiting},
{initial_call,{erlang,apply,2}},
{backtrace,
["Program counter: 0x024b449c (code_server:loop/1 + 64)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035bf220 Return addr 0x0084c194 ()",
"y(0) {state,<0.11.0>,\"c:/Progra~1/Membase/Server/bin/erlang\",[\"bin/ns_server/deps/gen_",
"y(1) <0.11.0>"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,214}]},
{heap_size,4181},
{total_heap_size,21892},
{links,[<0.11.0>]},
{memory,87944},
{message_queue_len,0},
{reductions,193249},
{trap_exit,true}]},
{<0.27.0>,
[{registered_name,standard_error_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x00989de0 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor_bridge",
"y(3) {state,standard_error,<0.28.0>,<0.28.0>,{local,standard_error_sup}}",
"y(4) standard_error_sup","y(5) <0.11.0>",
"0x00989dfc Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.11.0>,<0.28.0>]},
{memory,1388},
{message_queue_len,0},
{reductions,40},
{trap_exit,true}]},
{<0.28.0>,
[{registered_name,standard_error},
{status,waiting},
{initial_call,{standard_error,server,2}},
{backtrace,
["Program counter: 0x0249cacc (standard_error:server_loop/1 + 20)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009933dc Return addr 0x0084c194 ()",
"y(0) #Port<0.804>"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.27.0>,#Port<0.804>]},
{memory,1388},
{message_queue_len,0},
{reductions,7},
{trap_exit,true}]},
{<0.29.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0098b6e0 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor_bridge",
"y(3) {state,user_sup,<0.31.0>,<0.31.0>,{<0.29.0>,user_sup}}",
"y(4) <0.29.0>","y(5) <0.11.0>",
"0x0098b6fc Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,1597},
{total_heap_size,1597},
{links,[<0.11.0>,<0.31.0>]},
{memory,6844},
{message_queue_len,0},
{reductions,167},
{trap_exit,true}]},
{<0.31.0>,
[{registered_name,user},
{status,waiting},
{initial_call,{user,server,2}},
{backtrace,
["Program counter: 0x024dafa8 (user:get_chars/8 + 176)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035e4eec Return addr 0x024d80c0 (user:do_io_request/5 + 56)",
"y(0) []","y(1) []","y(2) []",
"y(3) unicode","y(4) start",
"y(5) {[],[]}","y(6) #Port<0.842>",
"y(7) {erl_scan,tokens,[1]}",
"y(8) get_until","y(9) io_lib",
"y(10) [40,\"ns_1@192.168.1.128\",41,\"1\",62,32]",
"0x035e4f1c Return addr 0x024d7fe8 (user:server_loop/2 + 784)",
"y(0) #Port<0.842>","y(1) <0.31.0>",
"y(2) <0.48.0>",
"0x035e4f2c Return addr 0x024d7ab4 (user:catch_loop/3 + 56)",
"y(0) #Port<0.842>",
"0x035e4f34 Return addr 0x0084c194 ()",
"y(0) <0.32.0>","y(1) #Port<0.842>",
"y(2) Catch 0x024d7ab4 (user:catch_loop/3 + 56)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,23}]},
{heap_size,987},
{total_heap_size,5168},
{links,[<0.29.0>,<0.32.0>,#Port<0.842>,<0.6.0>]},
{memory,21208},
{message_queue_len,0},
{reductions,31330},
{trap_exit,true}]},
{<0.32.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{erlang,apply,2}},
{backtrace,
["Program counter: 0x024ef164 (shell:get_command1/5 + 44)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009c0850 Return addr 0x024eeb2c (shell:server_loop/7 + 148)",
"y(0) []","y(1) 12305","y(2) []",
"y(3) <0.47.0>","y(4) <0.48.0>",
"0x009c0868 Return addr 0x0084c194 ()",
"y(0) []","y(1) []","y(2) 1",
"y(3) 20","y(4) 20","y(5) []",
"y(6) 12305","y(7) []","y(8) 0"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,4}]},
{heap_size,2584},
{total_heap_size,20295},
{links,[<0.47.0>,<0.48.0>,<0.31.0>]},
{memory,81656},
{message_queue_len,0},
{reductions,5170},
{trap_exit,true}]},
{<0.33.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0098e2f8 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) kernel_config","y(3) []",
"y(4) <0.33.0>","y(5) <0.11.0>",
"0x0098e314 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.11.0>]},
{memory,1368},
{message_queue_len,0},
{reductions,268},
{trap_exit,true}]},
{<0.34.0>,
[{registered_name,kernel_safe_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035c2d94 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,kernel_safe_sup},one_for_one,[{child,<0.135.0>,dets,{dets_server,st",
"y(4) kernel_safe_sup","y(5) <0.11.0>",
"0x035c2db0 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,3}]},
{heap_size,610},
{total_heap_size,987},
{links,
[<0.131.0>,<0.134.0>,<0.135.0>,<0.57.0>,<0.130.0>,
<0.11.0>]},
{memory,4484},
{message_queue_len,0},
{reductions,388},
{trap_exit,true}]},
{<0.39.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bcad50 (application_master:main_loop/2 + 32)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009c120c Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []",
"y(1) {state,<0.40.0>,{appl_data,sasl,[sasl_sup,alarm_handler,overload,release_handler]",
"y(2) <0.7.0>",
"0x009c121c Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.7.0>,<0.40.0>]},
{memory,1388},
{message_queue_len,0},
{reductions,23},
{trap_exit,true}]},
{<0.40.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{application_master,start_it,4}},
{backtrace,
["Program counter: 0x00bcc094 (application_master:loop_it/4 + 40)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x00993780 Return addr 0x0084c194 ()",
"y(0) {state,tty,undefined}","y(1) sasl",
"y(2) <0.41.0>","y(3) <0.39.0>"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.39.0>,<0.41.0>]},
{memory,1328},
{message_queue_len,0},
{reductions,70},
{trap_exit,true}]},
{<0.41.0>,
[{registered_name,sasl_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009ab5e0 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,sasl_sup},one_for_one,[{child,<0.45.0>,release_handler,{release_han",
"y(4) sasl_sup","y(5) <0.40.0>",
"0x009ab5fc Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,233},
{total_heap_size,610},
{links,[<0.42.0>,<0.45.0>,<0.40.0>]},
{memory,2916},
{message_queue_len,0},
{reductions,158},
{trap_exit,true}]},
{<0.42.0>,
[{registered_name,sasl_safe_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x00989458 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,sasl_safe_sup},one_for_one,[{child,<0.44.0>,overload,{overload,star",
"y(4) sasl_safe_sup","y(5) <0.41.0>",
"0x00989474 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,233},
{total_heap_size,610},
{links,[<0.43.0>,<0.44.0>,<0.41.0>]},
{memory,2916},
{message_queue_len,0},
{reductions,174},
{trap_exit,true}]},
{<0.43.0>,
[{registered_name,alarm_handler},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00b804bc (gen_event:fetch_msg/5 + 44)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0098ba94 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) false","y(1) []",
"y(2) [{handler,alarm_handler,false,[{{disk_almost_full,\"C:\\\"},[]}],false}]",
"y(3) alarm_handler","y(4) <0.42.0>",
"0x0098baac Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.42.0>]},
{memory,1368},
{message_queue_len,0},
{reductions,43},
{trap_exit,true}]},
{<0.44.0>,
[{registered_name,overload},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009c0c18 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) overload",
"y(3) {state,0,0,8.000000e-001,719,1.000000e-001,{0,0},clear}",
"y(4) overload","y(5) <0.42.0>",
"0x009c0c34 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.42.0>]},
{memory,1368},
{message_queue_len,0},
{reductions,39},
{trap_exit,false}]},
{<0.45.0>,
[{registered_name,release_handler},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009ab234 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) release_handler",
"y(3) {state,[],\"C:\\Progra~1\\Membase\\Server\\bin\\erlang\",\"c:/Progra~1/Membase/Server/bin",
"y(4) release_handler","y(5) <0.41.0>",
"0x009ab250 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,5}]},
{heap_size,610},
{total_heap_size,987},
{links,[<0.41.0>]},
{memory,4384},
{message_queue_len,0},
{reductions,1249},
{trap_exit,false}]},
{<0.47.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{erlang,apply,2}},
{backtrace,
["Program counter: 0x024f1cc4 (shell:eval_loop/3 + 44)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x00985dec Return addr 0x0084c194 ()",
"y(0) []","y(1) []","y(2) 12305",
"y(3) []","y(4) <0.32.0>"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.32.0>]},
{memory,1308},
{message_queue_len,0},
{reductions,8},
{trap_exit,false}]},
{<0.48.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{erlang,apply,2}},
{backtrace,
["Program counter: 0x034a59d8 (io:wait_io_mon_reply/2 + 28)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0098dd3c Return addr 0x034a531c (io:parse_erl_exprs/3 + 100)",
"y(0) #Ref<0.0.0.13644>","y(1) <0.31.0>",
"0x0098dd48 Return addr 0x024f89c0 (shell:'-get_command/5-fun-0-'/1 + 20)",
"y(0) []",
"0x0098dd50 Return addr 0x0084c194 ()"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.32.0>]},
{memory,1348},
{message_queue_len,0},
{reductions,14},
{trap_exit,false}]},
{<0.50.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bcad50 (application_master:main_loop/2 + 32)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0098434c Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []",
"y(1) {state,<0.51.0>,{appl_data,os_mon,[os_mon_sup,os_mon_sysinfo,disksup,memsup,cpu_s",
"y(2) <0.7.0>",
"0x0098435c Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.7.0>,<0.51.0>]},
{memory,1388},
{message_queue_len,0},
{reductions,23},
{trap_exit,true}]},
{<0.51.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{application_master,start_it,4}},
{backtrace,
["Program counter: 0x00bcc094 (application_master:loop_it/4 + 40)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009c2f90 Return addr 0x0084c194 ()",
"y(0) []","y(1) os_mon","y(2) <0.52.0>",
"y(3) <0.50.0>"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.50.0>,<0.52.0>]},
{memory,1328},
{message_queue_len,0},
{reductions,40},
{trap_exit,true}]},
{<0.52.0>,
[{registered_name,os_mon_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009b6ce8 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,os_mon_sup},one_for_one,[{child,<0.55.0>,memsup,{memsup,start_link,",
"y(4) os_mon_sup","y(5) <0.51.0>",
"0x009b6d04 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,377},
{total_heap_size,754},
{links,[<0.53.0>,<0.54.0>,<0.55.0>,<0.51.0>]},
{memory,3512},
{message_queue_len,0},
{reductions,274},
{trap_exit,true}]},
{<0.53.0>,
[{registered_name,os_mon_sysinfo},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009a89d4 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) os_mon_sysinfo",
"y(3) {state,#Port<0.1450>}",
"y(4) os_mon_sysinfo","y(5) <0.52.0>",
"0x009a89f0 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,6}]},
{heap_size,2584},
{total_heap_size,2961},
{links,[<0.52.0>,#Port<0.1450>]},
{memory,12300},
{message_queue_len,0},
{reductions,633},
{trap_exit,true}]},
{<0.54.0>,
[{registered_name,disksup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0376ffb0 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity","y(2) disksup",
"y(3) {state,80,60000,{win32,nt},[{\"C:\\\",312560608,83},{\"E:\\\",976733180,41}],not_used}",
"y(4) disksup","y(5) <0.52.0>",
"0x0376ffcc Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,8}]},
{heap_size,1597},
{total_heap_size,2584},
{links,[<0.52.0>]},
{memory,10772},
{message_queue_len,0},
{reductions,2392},
{trap_exit,true}]},
{<0.55.0>,
[{registered_name,memsup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009ade4c Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity","y(2) memsup",
"y(3) {state,{win32,nt},false,{1418387456,2145771520},{<0.11.0>,7517668},false,60000,30",
"y(4) memsup","y(5) <0.52.0>",
"0x009ade68 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,6}]},
{heap_size,2584},
{total_heap_size,3194},
{links,[<0.52.0>]},
{memory,13212},
{message_queue_len,0},
{reductions,6687},
{trap_exit,true}]},
{<0.57.0>,
[{registered_name,timer_server},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009af748 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) 594","y(2) timer",
"y(3) []","y(4) timer_server",
"y(5) <0.34.0>",
"0x009af764 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,48}]},
{heap_size,1597},
{total_heap_size,1974},
{links,
[<0.122.0>,<0.150.0>,<0.245.0>,<0.352.0>,<0.126.0>,
<0.91.0>,<0.94.0>,<0.111.0>,<0.72.0>,<0.79.0>,
<0.34.0>]},
{memory,8532},
{message_queue_len,0},
{reductions,11585},
{trap_exit,true}]},
{<0.59.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bcad50 (application_master:main_loop/2 + 32)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009a95a4 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []",
"y(1) {state,<0.60.0>,{appl_data,ns_server,[ns_server_sup,ns_config,ns_config_sup,ns_co",
"y(2) <0.7.0>",
"0x009a95b4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,377},
{total_heap_size,377},
{links,[<0.7.0>,<0.60.0>]},
{memory,1964},
{message_queue_len,0},
{reductions,44},
{trap_exit,true}]},
{<0.60.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{application_master,start_it,4}},
{backtrace,
["Program counter: 0x00bcc094 (application_master:loop_it/4 + 40)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009bbf20 Return addr 0x0084c194 ()",
"y(0) []","y(1) ns_server",
"y(2) <0.61.0>","y(3) <0.59.0>"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.59.0>,<0.61.0>]},
{memory,1328},
{message_queue_len,0},
{reductions,50},
{trap_exit,true}]},
{<0.61.0>,
[{registered_name,ns_server_cluster_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03596358 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,ns_server_cluster_sup},one_for_one,[{child,<0.71.0>,ns_server_sup,{",
"y(4) ns_server_cluster_sup","y(5) <0.60.0>",
"0x03596374 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,377},
{total_heap_size,987},
{links,[<0.62.0>,<0.64.0>,<0.71.0>,<0.63.0>,<0.60.0>]},
{memory,4464},
{message_queue_len,0},
{reductions,2722},
{trap_exit,true}]},
{<0.62.0>,
[{registered_name,dist_manager},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009bc670 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) dist_manager",
"y(3) {state,false,\"127.0.0.1\"}",
"y(4) dist_manager","y(5) <0.61.0>",
"0x009bc68c Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.61.0>]},
{memory,1368},
{message_queue_len,0},
{reductions,132},
{trap_exit,false}]},
{<0.63.0>,
[{registered_name,ns_cluster},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009bc2c0 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) ns_cluster","y(3) {state}",
"y(4) ns_cluster","y(5) <0.61.0>",
"0x009bc2dc Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.61.0>]},
{memory,1368},
{message_queue_len,0},
{reductions,26},
{trap_exit,false}]},
{<0.64.0>,
[{registered_name,ns_config_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035bb0a8 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,ns_config_sup},rest_for_one,[{child,undefined,ns_config_log,{ns_con",
"y(4) ns_config_sup","y(5) <0.61.0>",
"0x035bb0c4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,3}]},
{heap_size,6765},
{total_heap_size,7142},
{links,[<0.65.0>,<0.66.0>,<0.61.0>]},
{memory,29044},
{message_queue_len,0},
{reductions,1048},
{trap_exit,true}]},
{<0.65.0>,
[{registered_name,ns_config_events},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00b804bc (gen_event:fetch_msg/5 + 44)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035e740c Return addr 0x00b98fa8 (proc_lib:wake_up/3 + 60)",
"y(0) false","y(1) []",
"y(2) [{handler,ns_pubsub,#Ref<0.0.0.14047>,{state,#Fun,ok},<0.",
"y(3) ns_config_events","y(4) <0.64.0>",
"0x035e7424 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98fb8 (proc_lib:wake_up/3 + 76)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,15}]},
{heap_size,987},
{total_heap_size,2584},
{links,[<0.110.0>,<0.148.0>,<0.149.0>,<0.64.0>]},
{memory,10912},
{message_queue_len,0},
{reductions,103909},
{trap_exit,true}]},
{<0.66.0>,
[{registered_name,ns_config},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0360484c Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) ns_config",
"y(3) {config,{full,\"priv/config\",undefined,ns_config_default},[[],[{directory,\"c:/Prog",
"y(4) ns_config","y(5) <0.64.0>",
"0x03604868 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,3}]},
{heap_size,10946},
{total_heap_size,15127},
{links,[<0.64.0>]},
{memory,60944},
{message_queue_len,0},
{reductions,11440},
{trap_exit,true}]},
{<0.71.0>,
[{registered_name,ns_server_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0364e0f4 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,ns_server_sup},one_for_one,[{child,<0.150.0>,ns_tick,{ns_tick,start",
"y(4) ns_server_sup","y(5) <0.61.0>",
"0x0364e110 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,46368},
{total_heap_size,121393},
{links,
[<0.96.0>,<0.109.0>,<0.147.0>,<0.149.0>,<0.150.0>,
<0.148.0>,<0.111.0>,<0.112.0>,<0.110.0>,<0.107.0>,
<0.108.0>,<0.101.0>,<0.74.0>,<0.91.0>,<0.94.0>,
<0.77.0>,<0.72.0>,<0.73.0>,<0.61.0>]},
{memory,486368},
{message_queue_len,0},
{reductions,55978},
{trap_exit,true}]},
{<0.72.0>,
[{registered_name,ns_log},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0358fd18 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity","y(2) ns_log",
"y(3) {state,[{log_entry,{1302,729630,588000},'ns_1@192.168.1.128',ns_node_disco,3,\"Ini",
"y(4) ns_log","y(5) <0.71.0>",
"0x0358fd34 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,2}]},
{heap_size,6765},
{total_heap_size,17711},
{links,[<0.57.0>,<0.71.0>]},
{memory,71300},
{message_queue_len,0},
{reductions,1270},
{trap_exit,false}]},
{<0.73.0>,
[{registered_name,ns_log_events},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x0084c190 (unknown function)",
"CP: 0x0084c194 ()",
"arity = 3"," proc_lib"," wake_up",
" [gen_event,wake_hib,[<0.71.0>,ns_log_events,[{handler,ns_mail_log,false,{state},false}]"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,6}]},
{heap_size,34},
{total_heap_size,34},
{links,[<0.71.0>]},
{memory,572},
{message_queue_len,0},
{reductions,1599},
{trap_exit,true}]},
{<0.74.0>,
[{registered_name,ns_mail_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035b45b0 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,ns_mail_sup},one_for_all,[{child,undefined,ns_mail_log,{ns_mail_log",
"y(4) ns_mail_sup","y(5) <0.71.0>",
"0x035b45cc Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,377},
{total_heap_size,754},
{links,[<0.75.0>,<0.71.0>]},
{memory,3472},
{message_queue_len,0},
{reductions,680},
{trap_exit,true}]},
{<0.75.0>,
[{registered_name,ns_mail},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009bca20 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity","y(2) ns_mail",
"y(3) empty_state","y(4) ns_mail",
"y(5) <0.74.0>",
"0x009bca3c Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.74.0>]},
{memory,1368},
{message_queue_len,0},
{reductions,27},
{trap_exit,true}]},
{<0.77.0>,
[{registered_name,ns_node_disco_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0359a718 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,ns_node_disco_sup},rest_for_one,[{child,<0.86.0>,ns_config_rep,{ns_",
"y(4) ns_node_disco_sup","y(5) <0.71.0>",
"0x0359a734 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,3}]},
{heap_size,377},
{total_heap_size,754},
{links,[<0.78.0>,<0.79.0>,<0.86.0>,<0.71.0>]},
{memory,3512},
{message_queue_len,0},
{reductions,841},
{trap_exit,true}]},
{<0.78.0>,
[{registered_name,ns_node_disco_events},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00b804bc (gen_event:fetch_msg/5 + 44)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0098e6ac Return addr 0x00b98fa8 (proc_lib:wake_up/3 + 60)",
"y(0) false","y(1) []",
"y(2) [{handler,menelaus_event,ns_node_disco_events,{state,ns_node_disco_events,undefin",
"y(3) ns_node_disco_events","y(4) <0.77.0>",
"0x0098e6c4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98fb8 (proc_lib:wake_up/3 + 76)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,10}]},
{heap_size,233},
{total_heap_size,377},
{links,[<0.77.0>]},
{memory,2024},
{message_queue_len,0},
{reductions,473},
{trap_exit,true}]},
{<0.79.0>,
[{registered_name,ns_node_disco},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03b86ca8 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) ns_node_disco",
"y(3) {state,false,{interval,#Ref<0.0.0.13735>}}",
"y(4) ns_node_disco","y(5) <0.77.0>",
"0x03b86cc4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,38}]},
{heap_size,28657},
{total_heap_size,39603},
{links,[<0.77.0>,<0.57.0>]},
{memory,158868},
{message_queue_len,0},
{reductions,29738},
{trap_exit,false}]},
{<0.86.0>,
[{registered_name,ns_config_rep},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03aee970 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) ns_config_rep","y(3) {state}",
"y(4) ns_config_rep","y(5) <0.77.0>",
"0x03aee98c Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,2}]},
{heap_size,17711},
{total_heap_size,28657},
{links,[<0.77.0>]},
{memory,115064},
{message_queue_len,0},
{reductions,1773},
{trap_exit,false}]},
{<0.91.0>,
[{registered_name,ns_heart},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x036089a8 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) ns_heart",
"y(3) [{replication,[{\"default\",1.000000e+000}]},{system_memory_data,[{total_memory,214",
"y(4) ns_heart","y(5) <0.71.0>",
"0x036089c4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,67}]},
{heap_size,4181},
{total_heap_size,8362},
{links,[<0.71.0>,<0.57.0>]},
{memory,33904},
{message_queue_len,0},
{reductions,122473},
{trap_exit,false}]},
{<0.94.0>,
[{registered_name,ns_doctor},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035b2014 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) ns_doctor",
"y(3) {state,{dict,1,16,16,8,80,48,{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]},{{",
"y(4) ns_doctor","y(5) <0.71.0>",
"0x035b2030 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,47}]},
{heap_size,2584},
{total_heap_size,3571},
{links,[<0.71.0>,<0.57.0>]},
{memory,14740},
{message_queue_len,0},
{reductions,10998},
{trap_exit,false}]},
{<0.96.0>,
[{registered_name,menelaus_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035a6b44 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,menelaus_sup},one_for_one,[{child,<0.352.0>,hot_keys_keeper,{hot_ke",
"y(4) menelaus_sup","y(5) <0.71.0>",
"0x035a6b60 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,5}]},
{heap_size,2584},
{total_heap_size,13530},
{links,[<0.97.0>,<0.352.0>,<0.71.0>]},
{memory,54596},
{message_queue_len,0},
{reductions,3150},
{trap_exit,true}]},
{<0.97.0>,
[{registered_name,menelaus_web},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035ab290 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) mochiweb_socket_server",
"y(3) {mochiweb_socket_server,8091,#Fun,{local,menelaus_web}",
"y(4) menelaus_web","y(5) <0.96.0>",
"0x035ab2ac Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,3}]},
{heap_size,377},
{total_heap_size,987},
{links,
[<0.333.0>,<0.337.0>,<0.353.0>,<0.96.0>,<0.204.0>,
#Port<0.1934>]},
{memory,4484},
{message_queue_len,0},
{reductions,507},
{trap_exit,true}]},
{<0.101.0>,
[{registered_name,ns_port_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x037028b0 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,ns_port_sup},one_for_one,[{child,<0.292.0>,{moxi,\"./bin/moxi/moxi\",",
"y(4) ns_port_sup","y(5) <0.71.0>",
"0x037028cc Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,2}]},
{heap_size,28657},
{total_heap_size,39603},
{links,[<0.105.0>,<0.292.0>,<0.71.0>]},
{memory,158888},
{message_queue_len,0},
{reductions,5329},
{trap_exit,true}]},
{<0.105.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035972d0 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor_cushion",
"y(3) {state,memcached,5000,{1302,729630,869000},<0.106.0>}",
"y(4) <0.105.0>","y(5) <0.101.0>",
"0x035972ec Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,987},
{total_heap_size,987},
{links,[<0.101.0>,<0.106.0>]},
{memory,4404},
{message_queue_len,0},
{reductions,55},
{trap_exit,true}]},
{<0.106.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03598248 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) ns_port_server",
"y(3) {state,#Port<0.2004>,memcached,{[empty],[empty,empty]},undefined,[],0}",
"y(4) <0.106.0>","y(5) <0.105.0>",
"0x03598264 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,987},
{total_heap_size,987},
{links,[<0.105.0>,#Port<0.2004>]},
{memory,4404},
{message_queue_len,0},
{reductions,58},
{trap_exit,true}]},
{<0.107.0>,
[{registered_name,ns_tick_event},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00b804bc (gen_event:fetch_msg/5 + 44)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03b48cd0 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) false","y(1) []",
"y(2) [{handler,ns_pubsub,#Ref<0.0.0.15083>,{state,#Fun,ignored},",
"y(3) ns_tick_event","y(4) <0.71.0>",
"0x03b48ce8 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,4}]},
{heap_size,610},
{total_heap_size,987},
{links,[<0.71.0>,<0.242.0>]},
{memory,4404},
{message_queue_len,0},
{reductions,917},
{trap_exit,true}]},
{<0.108.0>,
[{registered_name,ns_stats_event},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00b804bc (gen_event:fetch_msg/5 + 44)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009c3574 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) false","y(1) []",
"y(2) [{handler,ns_pubsub,#Ref<0.0.0.15301>,{state,#Fun,ignored},",
"y(3) ns_stats_event","y(4) <0.71.0>",
"0x009c358c Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,3}]},
{heap_size,377},
{total_heap_size,754},
{links,[<0.245.0>,<0.71.0>]},
{memory,3472},
{message_queue_len,0},
{reductions,297},
{trap_exit,true}]},
{<0.109.0>,
[{registered_name,ns_good_bucket_worker},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0359f214 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) work_queue","y(3) []",
"y(4) ns_good_bucket_worker","y(5) <0.71.0>",
"0x0359f230 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,610},
{total_heap_size,1220},
{links,[<0.71.0>]},
{memory,5316},
{message_queue_len,0},
{reductions,176},
{trap_exit,false}]},
{<0.110.0>,
[{registered_name,ns_good_bucket_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0365fd20 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,ns_good_bucket_sup},one_for_one,[{child,<0.244.0>,{ns_memcached,\"de",
"y(4) ns_good_bucket_sup","y(5) <0.71.0>",
"0x0365fd3c Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,6765},
{total_heap_size,6765},
{links,[<0.71.0>,<0.243.0>,<0.244.0>,<0.65.0>]},
{memory,27556},
{message_queue_len,0},
{reductions,693},
{trap_exit,true}]},
{<0.111.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x038af99c (gen_fsm:loop/7 + 156)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03cb7cd4 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) ns_orchestrator",
"y(3) {idle_state,[]}","y(4) idle",
"y(5) ns_orchestrator","y(6) <0.71.0>",
"0x03cb7cf4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,6}]},
{heap_size,28657},
{total_heap_size,39603},
{links,[<0.71.0>,<0.57.0>]},
{memory,158908},
{message_queue_len,0},
{reductions,6474},
{trap_exit,true}]},
{<0.112.0>,
[{registered_name,ns_mnesia},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03b6acd8 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) ns_mnesia","y(3) {state}",
"y(4) ns_mnesia","y(5) <0.71.0>",
"0x03b6acf4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,3}]},
{heap_size,1597},
{total_heap_size,4181},
{links,[<0.120.0>,<0.71.0>]},
{memory,17180},
{message_queue_len,0},
{reductions,1614},
{trap_exit,true}]},
{<0.114.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bcad50 (application_master:main_loop/2 + 32)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009b4bd4 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []",
"y(1) {state,<0.115.0>,{appl_data,mnesia,[mnesia_dumper_load_regulator,mnesia_event,mne",
"y(2) <0.7.0>",
"0x009b4be4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,2}]},
{heap_size,987},
{total_heap_size,1597},
{links,[<0.7.0>,<0.115.0>]},
{memory,6844},
{message_queue_len,0},
{reductions,82},
{trap_exit,true}]},
{<0.115.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{application_master,start_it,4}},
{backtrace,
["Program counter: 0x00bcc094 (application_master:loop_it/4 + 40)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03591fc8 Return addr 0x0084c194 ()",
"y(0) {normal,[]}","y(1) mnesia_sup",
"y(2) <0.116.0>","y(3) <0.114.0>"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.114.0>,<0.116.0>]},
{memory,1328},
{message_queue_len,0},
{reductions,40},
{trap_exit,true}]},
{<0.116.0>,
[{registered_name,mnesia_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0098f288 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,mnesia_sup},one_for_all,[{child,<0.118.0>,mnesia_kernel_sup,{mnesia",
"y(4) mnesia_sup","y(5) <0.115.0>",
"0x0098f2a4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,377},
{total_heap_size,754},
{links,[<0.117.0>,<0.118.0>,<0.115.0>]},
{memory,3492},
{message_queue_len,0},
{reductions,207},
{trap_exit,true}]},
{<0.117.0>,
[{registered_name,mnesia_event},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00b804bc (gen_event:fetch_msg/5 + 44)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035e3fb0 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) false","y(1) []",
"y(2) [{handler,mnesia_event,false,{state,[],false,[]},false}]",
"y(3) mnesia_event","y(4) <0.116.0>",
"0x035e3fc8 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,6}]},
{heap_size,610},
{total_heap_size,987},
{links,[<0.116.0>,<0.120.0>]},
{memory,4404},
{message_queue_len,0},
{reductions,454},
{trap_exit,true}]},
{<0.118.0>,
[{registered_name,mnesia_kernel_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009b3c54 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,mnesia_kernel_sup},one_for_all,[{child,<0.127.0>,mnesia_late_loader",
"y(4) mnesia_kernel_sup","y(5) <0.116.0>",
"0x009b3c70 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,8}]},
{heap_size,610},
{total_heap_size,987},
{links,
[<0.121.0>,<0.125.0>,<0.126.0>,<0.127.0>,<0.123.0>,
<0.124.0>,<0.122.0>,<0.119.0>,<0.120.0>,<0.116.0>]},
{memory,4564},
{message_queue_len,0},
{reductions,599},
{trap_exit,true}]},
{<0.119.0>,
[{registered_name,mnesia_monitor},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035c3d08 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) mnesia_monitor",
"y(3) {state,<0.118.0>,[],[],true,[],undefined,[]}",
"y(4) mnesia_monitor","y(5) <0.118.0>",
"0x035c3d24 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,16}]},
{heap_size,987},
{total_heap_size,1597},
{links,[<0.132.0>,<0.118.0>]},
{memory,6844},
{message_queue_len,0},
{reductions,3543},
{trap_exit,true}]},
{<0.120.0>,
[{registered_name,mnesia_subscr},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009b5b58 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) mnesia_subscr",
"y(3) {state,<0.118.0>,20502}",
"y(4) mnesia_subscr","y(5) <0.118.0>",
"0x009b5b74 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.117.0>,<0.118.0>,<0.112.0>]},
{memory,1408},
{message_queue_len,0},
{reductions,111},
{trap_exit,true}]},
{<0.121.0>,
[{registered_name,mnesia_locker},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x0390f1d0 (mnesia_locker:loop/1 + 20)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035af1a4 Return addr 0x038e2ae0 (mnesia_sp:init_proc/4 + 132)",
"y(0) []","y(1) []","y(2) []",
"y(3) []","y(4) []",
"y(5) {state,<0.118.0>}",
"0x035af1c0 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) Catch 0x038e2ae0 (mnesia_sp:init_proc/4 + 132)",
"y(1) mnesia_locker","y(2) []","y(3) []",
"y(4) [<0.118.0>]",
"0x035af1d8 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,10}]},
{heap_size,610},
{total_heap_size,987},
{links,[<0.118.0>]},
{memory,4384},
{message_queue_len,0},
{reductions,3147},
{trap_exit,true}]},
{<0.122.0>,
[{registered_name,mnesia_recover},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035ac530 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) mnesia_recover",
"y(3) {state,<0.118.0>,undefined,undefined,undefined,0,true,[]}",
"y(4) mnesia_recover","y(5) <0.118.0>",
"0x035ac54c Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,4}]},
{heap_size,377},
{total_heap_size,754},
{links,[<0.118.0>,<0.57.0>]},
{memory,3472},
{message_queue_len,0},
{reductions,785},
{trap_exit,true}]},
{<0.123.0>,
[{registered_name,mnesia_tm},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x039175fc (mnesia_tm:doit_loop/1 + 108)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009b06a0 Return addr 0x038e2ae0 (mnesia_sp:init_proc/4 + 132)",
"y(0) []","y(1) []",
"y(2) {state,{0,nil},{0,nil},<0.118.0>,[],[],[]}",
"y(3) []","y(4) []","y(5) <0.118.0>",
"y(6) {0,nil}","y(7) {0,nil}",
"0x009b06c4 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) Catch 0x038e2ae0 (mnesia_sp:init_proc/4 + 132)",
"y(1) mnesia_tm","y(2) []","y(3) []",
"y(4) [<0.118.0>]",
"0x009b06dc Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,9}]},
{heap_size,987},
{total_heap_size,1597},
{links,[<0.118.0>]},
{memory,6824},
{message_queue_len,0},
{reductions,9439},
{trap_exit,true}]},
{<0.124.0>,
[{registered_name,mnesia_checkpoint_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035989a8 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,mnesia_checkpoint_sup},simple_one_for_one,[{child,undefined,mnesia_",
"y(4) mnesia_checkpoint_sup",
"y(5) <0.118.0>",
"0x035989c4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.118.0>]},
{memory,1368},
{message_queue_len,0},
{reductions,61},
{trap_exit,true}]},
{<0.125.0>,
[{registered_name,mnesia_snmp_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009a6168 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,mnesia_snmp_sup},simple_one_for_one,[{child,undefined,mnesia_snmp_s",
"y(4) mnesia_snmp_sup","y(5) <0.118.0>",
"0x009a6184 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.118.0>]},
{memory,1368},
{message_queue_len,0},
{reductions,61},
{trap_exit,true}]},
{<0.126.0>,
[{registered_name,mnesia_controller},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035e2c8c Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) mnesia_controller",
"y(3) {state,<0.118.0>,true,[],[],{0,nil},[],[],{0,nil},undefined,[],[],{interval,#Ref<",
"y(4) mnesia_controller","y(5) <0.118.0>",
"0x035e2ca8 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,2}]},
{heap_size,610},
{total_heap_size,987},
{links,[<0.118.0>,<0.57.0>]},
{memory,4404},
{message_queue_len,0},
{reductions,432},
{trap_exit,true}]},
{<0.127.0>,
[{registered_name,mnesia_late_loader},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x039443b4 (mnesia_late_loader:loop/1 + 20)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035c61e4 Return addr 0x038e2ae0 (mnesia_sp:init_proc/4 + 132)",
"y(0) []","y(1) []",
"y(2) {state,<0.118.0>}",
"0x035c61f4 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) Catch 0x038e2ae0 (mnesia_sp:init_proc/4 + 132)",
"y(1) mnesia_late_loader","y(2) []",
"y(3) []","y(4) [<0.118.0>]",
"0x035c620c Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,377},
{total_heap_size,377},
{links,[<0.118.0>]},
{memory,1944},
{message_queue_len,0},
{reductions,178},
{trap_exit,false}]},
{<0.130.0>,
[{registered_name,disk_log_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035e79f8 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,disk_log_sup},simple_one_for_one,[{child,undefined,disk_log,{disk_l",
"y(4) disk_log_sup","y(5) <0.34.0>",
"0x035e7a14 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,5}]},
{heap_size,377},
{total_heap_size,987},
{links,[<0.132.0>,<0.34.0>]},
{memory,4404},
{message_queue_len,0},
{reductions,574},
{trap_exit,true}]},
{<0.131.0>,
[{registered_name,disk_log_server},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035ae828 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) disk_log_server","y(3) {state,[]}",
"y(4) disk_log_server","y(5) <0.34.0>",
"0x035ae844 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,4}]},
{heap_size,1597},
{total_heap_size,2584},
{links,[<0.132.0>,<0.34.0>]},
{memory,10792},
{message_queue_len,0},
{reductions,691},
{trap_exit,true}]},
{<0.132.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x039a32b8 (disk_log:loop/1 + 84)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035938cc Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) {state,[],[],<0.130.0>,<0.131.0>,19,{arg,latest_log,undefined,\"c:/Program Files/M",
"0x035938d4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,1597},
{total_heap_size,1597},
{links,[<0.130.0>,<0.131.0>,<0.119.0>,#Port<0.3013>]},
{memory,6884},
{message_queue_len,0},
{reductions,3288},
{trap_exit,true}]},
{<0.134.0>,
[{registered_name,dets_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035e6490 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,dets_sup},simple_one_for_one,[{child,undefined,dets,{dets,istart_li",
"y(4) dets_sup","y(5) <0.34.0>",
"0x035e64ac Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,5}]},
{heap_size,377},
{total_heap_size,987},
{links,[<0.34.0>]},
{memory,4384},
{message_queue_len,0},
{reductions,539},
{trap_exit,true}]},
{<0.135.0>,
[{registered_name,dets},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03b67ae4 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) dets_server",
"y(3) {state,40995,[<0.34.0>],[]}",
"y(4) dets","y(5) <0.34.0>",
"0x03b67b00 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,3}]},
{heap_size,2584},
{total_heap_size,3571},
{links,[<0.34.0>]},
{memory,14720},
{message_queue_len,0},
{reductions,781},
{trap_exit,true}]},
{<0.147.0>,
[{registered_name,ns_bad_bucket_worker},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03594838 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) work_queue","y(3) []",
"y(4) ns_bad_bucket_worker","y(5) <0.71.0>",
"0x03594854 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,377},
{total_heap_size,754},
{links,[<0.71.0>]},
{memory,3452},
{message_queue_len,0},
{reductions,190},
{trap_exit,false}]},
{<0.148.0>,
[{registered_name,ns_bad_bucket_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03683d48 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,ns_bad_bucket_sup},one_for_one,[{child,<0.283.0>,{stats_reader,\"def",
"y(4) ns_bad_bucket_sup","y(5) <0.71.0>",
"0x03683d64 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,6765},
{total_heap_size,6765},
{links,
[<0.71.0>,<0.245.0>,<0.283.0>,<0.242.0>,<0.65.0>]},
{memory,27576},
{message_queue_len,0},
{reductions,773},
{trap_exit,true}]},
{<0.149.0>,
[{registered_name,ns_moxi_sup},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0368a708 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,ns_moxi_sup},one_for_one,[],{dict,0,16,16,8,80,48,{[],[],[],[],[],[",
"y(4) ns_moxi_sup","y(5) <0.71.0>",
"0x0368a724 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,6765},
{total_heap_size,6765},
{links,[<0.71.0>,<0.65.0>]},
{memory,27516},
{message_queue_len,0},
{reductions,1189},
{trap_exit,true}]},
{<0.150.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0367d384 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity","y(2) ns_tick",
"y(3) {state,1302729787541}","y(4) ns_tick",
"y(5) <0.71.0>",
"0x0367d3a0 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,8}]},
{heap_size,2584},
{total_heap_size,2961},
{links,[<0.71.0>,<0.57.0>]},
{memory,12340},
{message_queue_len,0},
{reductions,3185},
{trap_exit,false}]},
{<0.204.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x03895230 (menelaus_web:handle_streaming/4 + 196)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03d468ac Return addr 0x03893588 (menelaus_web:loop/3 + 12136)",
"y(0) {struct,[{buckets,[{struct,[{name,<<7 bytes>>},{nodeLocator,vbucket},{saslPasswor",
"y(1) {struct,[{buckets,[{struct,[{name,<<7 bytes>>},{nodeLocator,vbucket},{saslPasswor",
"y(2) {mochiweb_response,{mochiweb_request,#Port<0.3386>,'GET',\"/pools/default/saslBuck",
"y(3) {mochiweb_request,#Port<0.3386>,'GET',\"/pools/default/saslBucketsStreaming\",{1,1}",
"y(4) #Fun",
"0x03d468c4 Return addr 0x024fc1a0 (mochiweb_http:headers/5 + 680)",
"y(0) []","y(1) []","y(2) []",
"y(3) []",
"y(4) {mochiweb_request,#Port<0.3386>,'GET',\"/pools/default/saslBucketsStreaming\",{1,1}",
"y(5) Catch 0x03893598 (menelaus_web:loop/3 + 12152)",
"0x03d468e0 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) #Fun",
"y(1) []","y(2) []",
"y(3) {mochiweb_request,#Port<0.3386>,'GET',\"/pools/default/saslBucketsStreaming\",{1,1}",
"0x03d468f4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,6}]},
{heap_size,121393},
{total_heap_size,196418},
{links,[<0.97.0>,#Port<0.3386>]},
{memory,786208},
{message_queue_len,0},
{reductions,104989},
{trap_exit,false}]},
{<0.242.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035f8428 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) stats_collector",
"y(3) {state,\"default\",undefined,100,undefined}",
"y(4) <0.242.0>","y(5) <0.148.0>",
"0x035f8444 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,18}]},
{heap_size,233},
{total_heap_size,610},
{links,[<0.148.0>,<0.107.0>]},
{memory,2896},
{message_queue_len,0},
{reductions,672},
{trap_exit,false}]},
{<0.243.0>,
[{registered_name,'ns_vbm_sup-default'},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035e8a98 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor",
"y(3) {state,{local,'ns_vbm_sup-default'},one_for_one,[],{dict,0,16,16,8,80,48,{[],[],[",
"y(4) 'ns_vbm_sup-default'","y(5) <0.110.0>",
"0x035e8ab4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.110.0>]},
{memory,1368},
{message_queue_len,0},
{reductions,565},
{trap_exit,true}]},
{<0.244.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00b746b8 (prim_inet:connect0/4 + 148)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03b268b0 Return addr 0x02487858 (inet_tcp:do_connect/4 + 772)",
"y(0) 642","y(1) #Port<0.3404>",
"0x03b268bc Return addr 0x02480cb4 (gen_tcp:try_connect/6 + 136)",
"y(0) []","y(1) []","y(2) []",
"y(3) []","y(4) []","y(5) #Port<0.3404>",
"0x03b268d8 Return addr 0x02480a00 (gen_tcp:connect/4 + 116)",
"y(0) []","y(1) inet_tcp","y(2) false",
"y(3) [binary,{packet,0},{active,false}]",
"y(4) 11210","y(5) []",
"0x03b268f4 Return addr 0x03543884 (ns_memcached:connect/0 + 228)",
"y(0) Catch 0x02480a00 (gen_tcp:connect/4 + 116)",
"y(1) []","y(2) []","y(3) false",
"0x03b26908 Return addr 0x03542028 (ns_memcached:init/1 + 72)",
"y(0) Catch 0x03543950 (ns_memcached:connect/0 + 432)",
"y(1) \"_admin\"","y(2) \"_admin\"",
"0x03b26918 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) []","y(2) []",
"y(3) \"default\"",
"0x03b2692c Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,9}]},
{heap_size,28657},
{total_heap_size,46368},
{links,[<0.110.0>,#Port<0.3404>]},
{memory,185928},
{message_queue_len,0},
{reductions,21766},
{trap_exit,false}]},
{<0.245.0>,
[{registered_name,'stats_archiver-default'},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0369c588 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) stats_archiver",
"y(3) {state,\"default\"}",
"y(4) 'stats_archiver-default'",
"y(5) <0.148.0>",
"0x0369c5a4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,40}]},
{heap_size,1597},
{total_heap_size,1974},
{links,[<0.108.0>,<0.148.0>,<0.57.0>]},
{memory,8372},
{message_queue_len,0},
{reductions,30116},
{trap_exit,false}]},
{<0.283.0>,
[{registered_name,'stats_reader-default'},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03b49078 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) stats_reader",
"y(3) {state,\"default\"}",
"y(4) 'stats_reader-default'",
"y(5) <0.148.0>",
"0x03b49094 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,27}]},
{heap_size,233},
{total_heap_size,610},
{links,[<0.148.0>]},
{memory,2876},
{message_queue_len,0},
{reductions,2307},
{trap_exit,false}]},
{<0.292.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x009a5db8 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) supervisor_cushion",
"y(3) {state,moxi,5000,{1302,729762,775000},<0.293.0>}",
"y(4) <0.292.0>","y(5) <0.101.0>",
"0x009a5dd4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,987},
{total_heap_size,2584},
{links,[<0.101.0>,<0.293.0>]},
{memory,10792},
{message_queue_len,0},
{reductions,150},
{trap_exit,true}]},
{<0.293.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035c5608 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) ns_port_server",
"y(3) {state,#Port<0.3364>,moxi,{[\"2011-04-13 23:22:43: (cproxy_config.c.325) env: MOXI",
"y(4) <0.293.0>","y(5) <0.292.0>",
"0x035c5624 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,1597},
{total_heap_size,3194},
{links,[<0.292.0>,#Port<0.3364>]},
{memory,13232},
{message_queue_len,0},
{reductions,273},
{trap_exit,true}]},
{<0.333.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x03894064 (menelaus_web:handle_pool_info_wait/6 + 140)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03b0a8fc Return addr 0x03893da4 (menelaus_web:check_and_handle_pool_info/2 + 124)",
"y(0) \"53228411\"","y(1) \"53228411\"",
"y(2) 20000","y(3) \"127.0.0.1\"",
"y(4) {\"Administrator\",\"tubemogul\"}",
"y(5) \"default\"",
"y(6) {mochiweb_request,#Port<0.3398>,'GET',\"/pools/default?waitChange=20000&etag=53228",
"0x03b0a91c Return addr 0x03893550 (menelaus_web:loop/3 + 12080)",
"y(0) Catch 0x03893dd0 (menelaus_web:check_and_handle_pool_info/2 + 168)",
"y(1) []","y(2) <0.342.0>",
"0x03b0a92c Return addr 0x024fc1a0 (mochiweb_http:headers/5 + 680)",
"y(0) []","y(1) []","y(2) []",
"y(3) []",
"y(4) {mochiweb_request,#Port<0.3398>,'GET',\"/pools/default?waitChange=20000&etag=53228",
"y(5) Catch 0x03893598 (menelaus_web:loop/3 + 12152)",
"0x03b0a948 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) #Fun",
"y(1) []","y(2) []",
"y(3) {mochiweb_request,#Port<0.3398>,'GET',\"/pools/default?waitChange=20000&etag=53228",
"0x03b0a95c Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,1}]},
{heap_size,28657},
{total_heap_size,46368},
{links,[<0.97.0>,<0.342.0>,#Port<0.3398>]},
{memory,186028},
{message_queue_len,0},
{reductions,29211},
{trap_exit,false}]},
{<0.337.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2fc4 (gen_server:do_multi_call/4 + 384)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x03acbf7c Return addr 0x02435638 (rpc:do_multicall/5 + 160)",
"y(0) []","y(1) #Ref<0.0.0.16453>",
"y(2) <0.354.0>","y(3) #Ref<0.0.0.16452>",
"0x03acbf90 Return addr 0x0351dd54 (diag_handler:diag_multicall/3 + 116)",
"y(0) []","y(1) []",
"0x03acbf9c Return addr 0x0351e364 (diag_handler:handle_diag/1 + 192)",
"y(0) ['ns_1@192.168.1.128']","y(1) []",
"y(2) []","y(3) []",
"0x03acbfb0 Return addr 0x038932dc (menelaus_web:loop/3 + 11452)",
"y(0) []",
"y(1) [[\"2011\",45,[\"0\",\"4\"],45,\"13\",32,\"23\",58,\"20\",58,\"30\",46,\"588\"],32,\"ns_node_disco",
"y(2) [{\"default\",[{num_replicas,0},{ram_quota,104857600},{auth_type,sasl},{sasl_passwo",
"y(3) {mochiweb_request,#Port<0.3405>,'GET',\"/diag\",{1,1},{8,{\"accept\",{'Accept',\"*/*\"}",
"0x03acbfc4 Return addr 0x024fc1a0 (mochiweb_http:headers/5 + 680)",
"y(0) []","y(1) []","y(2) []",
"y(3) []",
"y(4) {mochiweb_request,#Port<0.3405>,'GET',\"/diag\",{1,1},{8,{\"accept\",{'Accept',\"*/*\"}",
"y(5) Catch 0x03893598 (menelaus_web:loop/3 + 12152)",
"0x03acbfe0 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) #Fun",
"y(1) []","y(2) []",
"y(3) {mochiweb_request,#Port<0.3405>,'GET',\"/diag\",{1,1},{8,{\"accept\",{'Accept',\"*/*\"}",
"0x03acbff4 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,3}]},
{heap_size,28657},
{total_heap_size,31241},
{links,[<0.97.0>,#Port<0.3405>]},
{memory,125500},
{message_queue_len,0},
{reductions,5264},
{trap_exit,false}]},
{<0.342.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{erlang,apply,2}},
{backtrace,
["Program counter: 0x0351eaf8 (diag_handler:'-arm_timeout/2-fun-0-'/3 + 32)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0098be54 Return addr 0x0084c194 ()",
"y(0) <0.333.0>",
"y(1) #Fun",
"y(2) 23000"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.333.0>]},
{memory,1308},
{message_queue_len,0},
{reductions,2},
{trap_exit,false}]},
{<0.352.0>,
[{registered_name,hot_keys_keeper},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00bc2ad4 (gen_server:loop/6 + 144)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035985f8 Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) []","y(1) infinity",
"y(2) hot_keys_keeper",
"y(3) {state,[],undefined,undefined}",
"y(4) hot_keys_keeper","y(5) <0.96.0>",
"0x03598614 Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[<0.96.0>,<0.57.0>]},
{memory,1388},
{message_queue_len,0},
{reductions,41},
{trap_exit,false}]},
{<0.353.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{proc_lib,init_p,5}},
{backtrace,
["Program counter: 0x00b749e0 (prim_inet:accept0/2 + 92)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x035c10f8 Return addr 0x02487bac (inet_tcp:accept/1 + 20)",
"y(0) 644","y(1) #Port<0.1934>",
"0x035c1104 Return addr 0x0354ac74 (mochiweb_socket_server:acceptor_loop/1 + 80)",
"y(0) []",
"0x035c110c Return addr 0x00b98f38 (proc_lib:init_p_do_apply/3 + 28)",
"y(0) #Fun",
"y(1) <0.97.0>",
"y(2) Catch 0x0354ac74 (mochiweb_socket_server:acceptor_loop/1 + 80)",
"0x035c111c Return addr 0x0084c194 ()",
"y(0) Catch 0x00b98f48 (proc_lib:init_p_do_apply/3 + 44)"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,377},
{total_heap_size,377},
{links,[<0.97.0>]},
{memory,1984},
{message_queue_len,0},
{reductions,18},
{trap_exit,false}]},
{<0.354.0>,
[{registered_name,[]},
{status,waiting},
{initial_call,{erlang,apply,2}},
{backtrace,
["Program counter: 0x00bc32d4 (gen_server:rec_nodes/7 + 120)",
"CP: 0x00000000 (invalid)","arity = 0",
"0x0360b5a4 Return addr 0x00bc6370 (gen_server:'-do_multi_call/4-fun-0-'/6 + 356)",
"y(0) #Ref<0.0.0.16456>","y(1) 2000",
"y(2) []","y(3) []","y(4) rex",
"y(5) #Ref<0.0.0.16452>","y(6) []",
"y(7) #Ref<0.0.0.16455>",
"y(8) 'ns_1@192.168.1.128'",
"0x0360b5cc Return addr 0x0084c194 ()",
"y(0) #Ref<0.0.0.16452>","y(1) []",
"y(2) []","y(3) []","y(4) []"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,0}]},
{heap_size,233},
{total_heap_size,233},
{links,[]},
{memory,1408},
{message_queue_len,0},
{reductions,13},
{trap_exit,true}]},
{<0.355.0>,
[{registered_name,[]},
{status,running},
{initial_call,{erlang,apply,2}},
{backtrace,
["Program counter: 0x00aae4d8 (unknown function)",
"CP: 0x0351daac (diag_handler:grab_process_info/1 + 32)",
"0x03f1607c Return addr 0x0351ed54 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 44)",
"y(0) []",
"0x03f16084 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) []","y(1) <0.355.0>",
"0x03f16090 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{erlang,apply,2}},{backtrace",
"y(1) <0.354.0>",
"0x03f1609c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.353.0>",
"0x03f160a8 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,hot_keys_keeper},{status,waiting},{initial_call,{proc_lib,init_",
"y(1) <0.352.0>",
"0x03f160b4 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{erlang,apply,2}},{backtrace",
"y(1) <0.342.0>",
"0x03f160c0 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.337.0>",
"0x03f160cc Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.333.0>",
"0x03f160d8 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.293.0>",
"0x03f160e4 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.292.0>",
"0x03f160f0 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,'stats_reader-default'},{status,waiting},{initial_call,{proc_li",
"y(1) <0.283.0>",
"0x03f160fc Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,'stats_archiver-default'},{status,waiting},{initial_call,{proc_",
"y(1) <0.245.0>",
"0x03f16108 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.244.0>",
"0x03f16114 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,'ns_vbm_sup-default'},{status,waiting},{initial_call,{proc_lib,",
"y(1) <0.243.0>",
"0x03f16120 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.242.0>",
"0x03f1612c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.204.0>",
"0x03f16138 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.150.0>",
"0x03f16144 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_moxi_sup},{status,waiting},{initial_call,{proc_lib,init_p,5}",
"y(1) <0.149.0>",
"0x03f16150 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_bad_bucket_sup},{status,waiting},{initial_call,{proc_lib,ini",
"y(1) <0.148.0>",
"0x03f1615c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_bad_bucket_worker},{status,waiting},{initial_call,{proc_lib,",
"y(1) <0.147.0>",
"0x03f16168 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,dets},{status,waiting},{initial_call,{proc_lib,init_p,5}},{back",
"y(1) <0.135.0>",
"0x03f16174 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,dets_sup},{status,waiting},{initial_call,{proc_lib,init_p,5}},{",
"y(1) <0.134.0>",
"0x03f16180 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.132.0>",
"0x03f1618c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,disk_log_server},{status,waiting},{initial_call,{proc_lib,init_",
"y(1) <0.131.0>",
"0x03f16198 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,disk_log_sup},{status,waiting},{initial_call,{proc_lib,init_p,5",
"y(1) <0.130.0>",
"0x03f161a4 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,mnesia_late_loader},{status,waiting},{initial_call,{proc_lib,in",
"y(1) <0.127.0>",
"0x03f161b0 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,mnesia_controller},{status,waiting},{initial_call,{proc_lib,ini",
"y(1) <0.126.0>",
"0x03f161bc Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,mnesia_snmp_sup},{status,waiting},{initial_call,{proc_lib,init_",
"y(1) <0.125.0>",
"0x03f161c8 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,mnesia_checkpoint_sup},{status,waiting},{initial_call,{proc_lib",
"y(1) <0.124.0>",
"0x03f161d4 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,mnesia_tm},{status,waiting},{initial_call,{proc_lib,init_p,5}},",
"y(1) <0.123.0>",
"0x03f161e0 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,mnesia_recover},{status,waiting},{initial_call,{proc_lib,init_p",
"y(1) <0.122.0>",
"0x03f161ec Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,mnesia_locker},{status,waiting},{initial_call,{proc_lib,init_p,",
"y(1) <0.121.0>",
"0x03f161f8 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,mnesia_subscr},{status,waiting},{initial_call,{proc_lib,init_p,",
"y(1) <0.120.0>",
"0x03f16204 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,mnesia_monitor},{status,waiting},{initial_call,{proc_lib,init_p",
"y(1) <0.119.0>",
"0x03f16210 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,mnesia_kernel_sup},{status,waiting},{initial_call,{proc_lib,ini",
"y(1) <0.118.0>",
"0x03f1621c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,mnesia_event},{status,waiting},{initial_call,{proc_lib,init_p,5",
"y(1) <0.117.0>",
"0x03f16228 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,mnesia_sup},{status,waiting},{initial_call,{proc_lib,init_p,5}}",
"y(1) <0.116.0>",
"0x03f16234 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{application_master,start_it",
"y(1) <0.115.0>",
"0x03f16240 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.114.0>",
"0x03f1624c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_mnesia},{status,waiting},{initial_call,{proc_lib,init_p,5}},",
"y(1) <0.112.0>",
"0x03f16258 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.111.0>",
"0x03f16264 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_good_bucket_sup},{status,waiting},{initial_call,{proc_lib,in",
"y(1) <0.110.0>",
"0x03f16270 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_good_bucket_worker},{status,waiting},{initial_call,{proc_lib",
"y(1) <0.109.0>",
"0x03f1627c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_stats_event},{status,waiting},{initial_call,{proc_lib,init_p",
"y(1) <0.108.0>",
"0x03f16288 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_tick_event},{status,waiting},{initial_call,{proc_lib,init_p,",
"y(1) <0.107.0>",
"0x03f16294 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.106.0>",
"0x03f162a0 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.105.0>",
"0x03f162ac Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_port_sup},{status,waiting},{initial_call,{proc_lib,init_p,5}",
"y(1) <0.101.0>",
"0x03f162b8 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,menelaus_web},{status,waiting},{initial_call,{proc_lib,init_p,5",
"y(1) <0.97.0>",
"0x03f162c4 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,menelaus_sup},{status,waiting},{initial_call,{proc_lib,init_p,5",
"y(1) <0.96.0>",
"0x03f162d0 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_doctor},{status,waiting},{initial_call,{proc_lib,init_p,5}},",
"y(1) <0.94.0>",
"0x03f162dc Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_heart},{status,waiting},{initial_call,{proc_lib,init_p,5}},{",
"y(1) <0.91.0>",
"0x03f162e8 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_config_rep},{status,waiting},{initial_call,{proc_lib,init_p,",
"y(1) <0.86.0>",
"0x03f162f4 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_node_disco},{status,waiting},{initial_call,{proc_lib,init_p,",
"y(1) <0.79.0>",
"0x03f16300 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_node_disco_events},{status,waiting},{initial_call,{proc_lib,",
"y(1) <0.78.0>",
"0x03f1630c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_node_disco_sup},{status,waiting},{initial_call,{proc_lib,ini",
"y(1) <0.77.0>",
"0x03f16318 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_mail},{status,waiting},{initial_call,{proc_lib,init_p,5}},{b",
"y(1) <0.75.0>",
"0x03f16324 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_mail_sup},{status,waiting},{initial_call,{proc_lib,init_p,5}",
"y(1) <0.74.0>",
"0x03f16330 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_log_events},{status,waiting},{initial_call,{proc_lib,init_p,",
"y(1) <0.73.0>",
"0x03f1633c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_log},{status,waiting},{initial_call,{proc_lib,init_p,5}},{ba",
"y(1) <0.72.0>",
"0x03f16348 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_server_sup},{status,waiting},{initial_call,{proc_lib,init_p,",
"y(1) <0.71.0>",
"0x03f16354 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_config},{status,waiting},{initial_call,{proc_lib,init_p,5}},",
"y(1) <0.66.0>",
"0x03f16360 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_config_events},{status,waiting},{initial_call,{proc_lib,init",
"y(1) <0.65.0>",
"0x03f1636c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_config_sup},{status,waiting},{initial_call,{proc_lib,init_p,",
"y(1) <0.64.0>",
"0x03f16378 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_cluster},{status,waiting},{initial_call,{proc_lib,init_p,5}}",
"y(1) <0.63.0>",
"0x03f16384 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,dist_manager},{status,waiting},{initial_call,{proc_lib,init_p,5",
"y(1) <0.62.0>",
"0x03f16390 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,ns_server_cluster_sup},{status,waiting},{initial_call,{proc_lib",
"y(1) <0.61.0>",
"0x03f1639c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{application_master,start_it",
"y(1) <0.60.0>",
"0x03f163a8 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.59.0>",
"0x03f163b4 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,timer_server},{status,waiting},{initial_call,{proc_lib,init_p,5",
"y(1) <0.57.0>",
"0x03f163c0 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,memsup},{status,waiting},{initial_call,{proc_lib,init_p,5}},{ba",
"y(1) <0.55.0>",
"0x03f163cc Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,disksup},{status,waiting},{initial_call,{proc_lib,init_p,5}},{b",
"y(1) <0.54.0>",
"0x03f163d8 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,os_mon_sysinfo},{status,waiting},{initial_call,{proc_lib,init_p",
"y(1) <0.53.0>",
"0x03f163e4 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,os_mon_sup},{status,waiting},{initial_call,{proc_lib,init_p,5}}",
"y(1) <0.52.0>",
"0x03f163f0 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{application_master,start_it",
"y(1) <0.51.0>",
"0x03f163fc Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.50.0>",
"0x03f16408 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{erlang,apply,2}},{backtrace",
"y(1) <0.48.0>",
"0x03f16414 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{erlang,apply,2}},{backtrace",
"y(1) <0.47.0>",
"0x03f16420 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,release_handler},{status,waiting},{initial_call,{proc_lib,init_",
"y(1) <0.45.0>",
"0x03f1642c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,overload},{status,waiting},{initial_call,{proc_lib,init_p,5}},{",
"y(1) <0.44.0>",
"0x03f16438 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,alarm_handler},{status,waiting},{initial_call,{proc_lib,init_p,",
"y(1) <0.43.0>",
"0x03f16444 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,sasl_safe_sup},{status,waiting},{initial_call,{proc_lib,init_p,",
"y(1) <0.42.0>",
"0x03f16450 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,sasl_sup},{status,waiting},{initial_call,{proc_lib,init_p,5}},{",
"y(1) <0.41.0>",
"0x03f1645c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{application_master,start_it",
"y(1) <0.40.0>",
"0x03f16468 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.39.0>",
"0x03f16474 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,kernel_safe_sup},{status,waiting},{initial_call,{proc_lib,init_",
"y(1) <0.34.0>",
"0x03f16480 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.33.0>",
"0x03f1648c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{erlang,apply,2}},{backtrace",
"y(1) <0.32.0>",
"0x03f16498 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,user},{status,waiting},{initial_call,{user,server,2}},{backtrac",
"y(1) <0.31.0>",
"0x03f164a4 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.29.0>",
"0x03f164b0 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,standard_error},{status,waiting},{initial_call,{standard_error,",
"y(1) <0.28.0>",
"0x03f164bc Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,standard_error_sup},{status,waiting},{initial_call,{proc_lib,in",
"y(1) <0.27.0>",
"0x03f164c8 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,code_server},{status,waiting},{initial_call,{erlang,apply,2}},{",
"y(1) <0.26.0>",
"0x03f164d4 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,file_server_2},{status,waiting},{initial_call,{proc_lib,init_p,",
"y(1) <0.25.0>",
"0x03f164e0 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,global_group},{status,waiting},{initial_call,{proc_lib,init_p,5",
"y(1) <0.24.0>",
"0x03f164ec Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{net_kernel,ticker,2}},{back",
"y(1) <0.23.0>",
"0x03f164f8 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{inet_tcp_dist,accept_loop,2",
"y(1) <0.22.0>",
"0x03f16504 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,net_kernel},{status,waiting},{initial_call,{proc_lib,init_p,5}}",
"y(1) <0.21.0>",
"0x03f16510 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,auth},{status,waiting},{initial_call,{proc_lib,init_p,5}},{back",
"y(1) <0.20.0>",
"0x03f1651c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,erl_epmd},{status,waiting},{initial_call,{proc_lib,init_p,5}},{",
"y(1) <0.19.0>",
"0x03f16528 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,net_sup},{status,waiting},{initial_call,{proc_lib,init_p,5}},{b",
"y(1) <0.18.0>",
"0x03f16534 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,inet_db},{status,waiting},{initial_call,{proc_lib,init_p,5}},{b",
"y(1) <0.17.0>",
"0x03f16540 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{erlang,apply,2}},{backtrace",
"y(1) <0.16.0>",
"0x03f1654c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{erlang,apply,2}},{backtrace",
"y(1) <0.15.0>",
"0x03f16558 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{erlang,apply,2}},{backtrace",
"y(1) <0.14.0>",
"0x03f16564 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,global_name_server},{status,waiting},{initial_call,{proc_lib,in",
"y(1) <0.13.0>",
"0x03f16570 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,rex},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backt",
"y(1) <0.12.0>",
"0x03f1657c Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,kernel_sup},{status,waiting},{initial_call,{proc_lib,init_p,5}}",
"y(1) <0.11.0>",
"0x03f16588 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{application_master,start_it",
"y(1) <0.10.0>",
"0x03f16594 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,[]},{status,waiting},{initial_call,{proc_lib,init_p,5}},{backtr",
"y(1) <0.9.0>",
"0x03f165a0 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,application_controller},{status,waiting},{initial_call,{erlang,",
"y(1) <0.7.0>",
"0x03f165ac Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,error_logger},{status,waiting},{initial_call,{proc_lib,init_p,5",
"y(1) <0.6.0>",
"0x03f165b8 Return addr 0x0351ed74 (diag_handler:'-do_diag_per_node/0-lc$^0/1-0-'/1 + 76)",
"y(0) [{registered_name,erl_prim_loader},{status,waiting},{initial_call,{erlang,apply,2",
"y(1) <0.3.0>",
"0x03f165c4 Return addr 0x0351dbb4 (diag_handler:do_diag_per_node/0 + 112)",
"y(0) [{registered_name,init},{status,waiting},{initial_call,{otp_ring0,start,2}},{back",
"y(1) <0.0.0>",
"0x03f165d0 Return addr 0x024363cc (rpc:'-handle_call_call/6-fun-0-'/5 + 104)",
"y(0) []","y(1) []",
"y(2) [{version,[{os_mon,\"2.2.4\"},{mnesia,\"4.4.12\"},{kernel,\"2.13.4\"},{sasl,\"2.1.8\"},{n",
"y(3) [{rest_creds,[{'_vclock',[{'ns_1@192.168.1.128',{1,63469948962}}]},{creds,[{\"Admi",
"y(4) [\"bucket_engine_1.6.5.3-MINGW32_NT-6.0.i686.tar.gz\r\",\"curl-7.21.1-w64_patched.tar",
"y(5) [{os_mon,\"2.2.4\"},{mnesia,\"4.4.12\"},{kernel,\"2.13.4\"},{sasl,\"2.1.8\"},{ns_server,\"",
"0x03f165ec Return addr 0x0084c194 ()",
"y(0) Catch 0x024363cc (rpc:'-handle_call_call/6-fun-0-'/5 + 104)",
"y(1) []","y(2) []","y(3) []",
"y(4) <0.12.0>"]},
{error_handler,error_handler},
{garbage_collection,
[{fullsweep_after,65535},{minor_gcs,2}]},
{heap_size,317811},
{total_heap_size,635622},
{links,[]},
{memory,2542884},
{message_queue_len,0},
{reductions,514741},
{trap_exit,false}]}]},
{memory,{2145771520,1418387456,{<0.11.0>,7517668}}},
{disk,[{"C:\\",312560608,83},{"E:\\",976733180,41}]}]}]
nodes_info = [{struct,[{uptime,<<"158">>},
{memoryTotal,2145771520},
{memoryFree,727384064},
{mcdMemoryReserved,1637},
{mcdMemoryAllocated,1637},
{otpNode,<<"ns_1@192.168.1.128">>},
{otpCookie,<<"zawfqzmbhxafmtup">>},
{clusterMembership,<<"active">>},
{status,<<"healthy">>},
{hostname,<<"192.168.1.128:8091">>},
{clusterCompatibility,1},
{version,<<"1.6.5.3">>},
{os,<<"windows">>},
{ports,{struct,[{proxy,11211},{direct,11210}]}}]}]
buckets = [{"default",
[{num_replicas,0},
{ram_quota,104857600},
{auth_type,sasl},
{sasl_password,[]},
{type,membase},
{num_vbuckets,1024},
{db_shards,4},
{ht_size,3079},
{tap_keepalive,0},
{tap_noop_interval,20},
{max_txn_size,1000},
{ht_locks,5},
{servers,['ns_1@192.168.1.128']},
{map,[['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128']]}]}]
logs:
-------------------------------
2011-04-13 23:20:30.588 ns_node_disco:3:info:cookie update - Initial otp cookie generated: zawfqzmbhxafmtup
2011-04-13 23:20:30.697 menelaus_app:1:info:web start ok - Membase Server has started on web port 8091 on node 'ns_1@192.168.1.128'.
2011-04-13 23:22:31.400 menelaus_web:12:info:message - Created bucket "default" of type: membase
logs_node:
-------------------------------
INFO REPORT <0.61.0> 2011-04-13 23:20:30
===============================================================================
ns_1@192.168.1.128:log_os_info:25: OS type: {win32,nt} Version: {5,1,2600}
Runtime info: [{otp_release,"R13B03"},
{erl_version,"5.7.4"},
{erl_version_long,"Erlang R13B03 (erts-5.7.4) [smp:2:2] [rq:2] [async-threads:16]\n"},
{system_arch_raw,"win32"},
{system_arch,"windows"},
{localtime,{{2011,4,13},{23,20,30}}},
{memory,[{total,12024792},
{processes,8267252},
{processes_used,8262804},
{system,3757540},
{atom,309829},
{atom_used,285590},
{binary,22976},
{code,2056837},
{ets,160484}]},
{loaded,[ns_info,log_os_info,ns_log_mf_h,ns_server_cluster_sup,
ns_server,timer,io_lib_fread,memsup,disksup,
os_mon_sysinfo,os_mon,unicode,io_lib_pretty,
io_lib_format,io_lib,io,sasl_report,release_handler,
calendar,overload,sets,alarm_handler,ordsets,
sasl_report_tty_h,erl_lint,sasl,ram_file,beam_lib,
ns_bootstrap,file_io_server,orddict,erl_eval,file,c,
error_logger_tty_h,kernel_config,queue,shell,user,
user_drv,user_sup,supervisor_bridge,standard_error,
ets,gb_sets,hipe_unified_loader,packages,code_server,
code,file_server,global_group,gen_tcp,inet_tcp,auth,
erl_epmd,inet_tcp_dist,net_kernel,erl_distribution,
string,filename,win32reg,inet_parse,inet,inet_udp,os,
inet_config,inet_db,global,gb_trees,rpc,dict,
supervisor,kernel,application_master,sys,application,
gen_server,erl_parse,proplists,erl_scan,lists,
application_controller,proc_lib,gen,gen_event,
error_logger,heart,error_handler,erlang,
erl_prim_loader,prim_zip,zlib,prim_file,prim_inet,
init,otp_ring0]},
{applications,[{os_mon,"CPO CXC 138 46","2.2.4"},
{kernel,"ERTS CXC 138 10","2.13.4"},
{sasl,"SASL CXC 138 11","2.1.8"},
{ns_server,"Membase server","1.6.5.3"},
{menelaus,"Membase menelaus","1.6.5.3"},
{stdlib,"ERTS CXC 138 10","1.16.4"}]},
{pre_loaded,[erlang,erl_prim_loader,prim_zip,zlib,prim_file,
prim_inet,init,otp_ring0]},
{process_count,50},
{node,'ns_1@192.168.1.128'},
{nodes,[]},
{registered,[release_handler,auth,erl_prim_loader,overload,
alarm_handler,code_server,standard_error_sup,
application_controller,sasl_safe_sup,os_mon_sup,
standard_error,os_mon_sysinfo,memsup,
ns_server_cluster_sup,init,disksup,timer_server,
kernel_safe_sup,rex,inet_db,net_sup,kernel_sup,
user,global_name_server,file_server_2,
error_logger,sasl_sup,net_kernel,global_group,
erl_epmd]},
{cookie,nocookie},
{wordsize,4},
{wall_clock,0}]
INFO REPORT <0.62.0> 2011-04-13 23:20:30
===============================================================================
reading ip config from "priv/ip"
PROGRESS REPORT <0.61.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_cluster_sup}
started
[{pid,<0.62.0>},
{name,dist_manager},
{mfa,{dist_manager,start_link,[]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.61.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_cluster_sup}
started
[{pid,<0.63.0>},
{name,ns_cluster},
{mfa,{ns_cluster,start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
INFO REPORT <0.64.0> 2011-04-13 23:20:30
===============================================================================
loading config from "priv/config"
PROGRESS REPORT <0.64.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_config_sup}
started
[{pid,<0.65.0>},
{name,ns_config_events},
{mfa,{gen_event,start_link,[{local,ns_config_events}]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.64.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_config_sup}
started
[{pid,<0.66.0>},
{name,ns_config},
{mfa,{ns_config,start_link,["priv/config",ns_config_default]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.64.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_config_sup}
started
[{pid,<0.68.0>},
{name,ns_config_isasl_sync},
{mfa,{ns_config_isasl_sync,start_link,[]}},
{restart_type,transient},
{shutdown,10},
{child_type,worker}]
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
isasl_sync init: ["c:/Program Files/Membase/Server/data/ns_1/isasl.pw",
"_admin","_admin"]
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
isasl_sync init buckets: []
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
Writing isasl passwd file: "c:/Program Files/Membase/Server/data/ns_1/isasl.pw"
PROGRESS REPORT <0.64.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_config_sup}
started
[{pid,<0.70.0>},
{name,ns_config_log},
{mfa,{ns_config_log,start_link,[]}},
{restart_type,transient},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.61.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_cluster_sup}
started
[{pid,<0.64.0>},
{name,ns_config_sup},
{mfa,{ns_config_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
INFO REPORT <0.72.0> 2011-04-13 23:20:30
===============================================================================
ns_log:init(): Couldn't load logs from "c:/Program Files/Membase/Server/data/ns_1/ns_log": {error,
enoent}
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.72.0>},
{name,ns_log},
{mfa,{ns_log,start_link,[]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.73.0>},
{name,ns_log_events},
{mfa,{gen_event,start_link,[{local,ns_log_events}]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.74.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_mail_sup}
started
[{pid,<0.75.0>},
{name,ns_mail},
{mfa,{ns_mail,start_link,[]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.74.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_mail_sup}
started
[{pid,<0.76.0>},
{name,ns_mail_log},
{mfa,{ns_mail_log,start_link,[]}},
{restart_type,transient},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.74.0>},
{name,ns_mail_sup},
{mfa,{ns_mail_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
PROGRESS REPORT <0.77.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_node_disco_sup}
started
[{pid,<0.78.0>},
{name,ns_node_disco_events},
{mfa,{gen_event,start_link,[{local,ns_node_disco_events}]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
INFO REPORT <0.79.0> 2011-04-13 23:20:30
===============================================================================
Initting ns_node_disco with []
INFO REPORT <0.80.0> 2011-04-13 23:20:30
===============================================================================
ns_node_disco cookie_sync
INFO REPORT <0.80.0> 2011-04-13 23:20:30
===============================================================================
ns_log: logging ns_node_disco:3:Initial otp cookie generated: zawfqzmbhxafmtup
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change:
otp ->
[{cookie,zawfqzmbhxafmtup}]
INFO REPORT <0.80.0> 2011-04-13 23:20:30
===============================================================================
ns_node_disco: nodes_wanted updated: ['ns_1@192.168.1.128'], with cookie: zawfqzmbhxafmtup
INFO REPORT <0.80.0> 2011-04-13 23:20:30
===============================================================================
ns_node_disco: nodes_wanted pong: ['ns_1@192.168.1.128'], with cookie: zawfqzmbhxafmtup
PROGRESS REPORT <0.77.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_node_disco_sup}
started
[{pid,<0.79.0>},
{name,ns_node_disco},
{mfa,{ns_node_disco,start_link,[]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.77.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_node_disco_sup}
started
[{pid,<0.84.0>},
{name,ns_node_disco_log},
{mfa,{ns_node_disco_log,start_link,[]}},
{restart_type,transient},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.77.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_node_disco_sup}
started
[{pid,<0.85.0>},
{name,ns_node_disco_conf_events},
{mfa,{ns_node_disco_conf_events,start_link,[]}},
{restart_type,transient},
{shutdown,10},
{child_type,worker}]
INFO REPORT <0.86.0> 2011-04-13 23:20:30
===============================================================================
ns_config_rep init pulling
INFO REPORT <0.86.0> 2011-04-13 23:20:30
===============================================================================
ns_config_rep init pushing
INFO REPORT <0.86.0> 2011-04-13 23:20:30
===============================================================================
ns_config_rep init reannouncing
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
ns_node_disco_conf_events config on otp
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change:
otp ->
[{cookie,zawfqzmbhxafmtup}]
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change:
alerts ->
[{email,[]},
{email_alerts,false},
[{user,undefined},
{pass,"********"},
{addr,undefined},
{port,undefined},
{encrypt,false}],
{alerts,[server_down,server_unresponsive,server_up,server_joined,server_left,
bucket_created,bucket_deleted,bucket_auth_failed]}]
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change:
buckets ->
[{configs,[]}]
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change:
memory_quota ->
1637
INFO REPORT <0.88.0> 2011-04-13 23:20:30
===============================================================================
ns_node_disco cookie_sync
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change:
moxi ->
[{port,11211},{verbosity,[]}]
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
ns_node_disco_conf_events config on nodes_wanted
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change:
nodes_wanted ->
['ns_1@192.168.1.128']
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change:
port_servers ->
[{moxi,"./bin/moxi/moxi",
["-Z",
{"port_listen=~B,default_bucket_name=default,downstream_max=1024,downstream_conn_max=4,connect_max_errors=5,connect_retry_interval=30000,connect_timeout=400,auth_timeout=100,cycle=200,downstream_conn_queue_timeout=200,downstream_timeout=5000,wait_queue_timeout=200",
[port]},
"-z",
{"url=http://127.0.0.1:~B/pools/default/saslBucketsStreaming",
[{rest,port}]},
"-p","0","-Y","y","-O","stderr",
{"~s",[verbosity]}],
[{env,[{"EVENT_NOSELECT","1"},
{"MOXI_SASL_PLAIN_USR",{"~s",[{ns_moxi_sup,rest_user,[]}]}},
{"MOXI_SASL_PLAIN_PWD",{"~s",[{ns_moxi_sup,rest_pass,[]}]}}]},
use_stdio,stderr_to_stdout,stream]},
{memcached,"./bin/memcached/memcached",
["-X","./bin/memcached/stdin_term_handler.so","-p",
{"~B",[port]},
"-E","./bin/bucket_engine/bucket_engine.so","-B","binary","-r",
"-c","10000","-e",
{"admin=~s;default_bucket_name=default;auto_create=false",
[admin_user]},
{"~s",[verbosity]}],
[{env,[{"EVENT_NOSELECT","1"},
{"MEMCACHED_TOP_KEYS","100"},
{"ISASL_PWFILE",{"~s",[{isasl,path}]}},
{"ISASL_DB_CHECK_TIME","1"}]},
use_stdio,stderr_to_stdout,stream]}]
INFO REPORT <0.89.0> 2011-04-13 23:20:30
===============================================================================
ns_node_disco cookie_sync
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change:
replication ->
[{enabled,true}]
INFO REPORT <0.88.0> 2011-04-13 23:20:30
===============================================================================
ns_node_disco: nodes_wanted updated: ['ns_1@192.168.1.128'], with cookie: zawfqzmbhxafmtup
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change:
rest ->
[{port,8091}]
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change: rest_creds -> ********
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change:
{node,'ns_1@192.168.1.128',isasl} ->
[{path,"c:/Program Files/Membase/Server/data/ns_1/isasl.pw"}]
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change:
{node,'ns_1@192.168.1.128',membership} ->
active
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change:
{node,'ns_1@192.168.1.128',memcached} ->
[{port,11210},
{dbdir,"c:/Program Files/Membase/Server/data/ns_1"},
{admin_user,"_admin"},
{admin_pass,"_admin"},
{bucket_engine,"./bin/bucket_engine/bucket_engine.so"},
{engines,[{membase,[{engine,"bin/ep_engine/ep.so"},
{initfile,"priv/init.sql"}]},
{memcached,[{engine,"bin/memcached/default_engine.so"}]}]},
{verbosity,[]}]
INFO REPORT <0.88.0> 2011-04-13 23:20:30
===============================================================================
ns_node_disco: nodes_wanted pong: ['ns_1@192.168.1.128'], with cookie: zawfqzmbhxafmtup
INFO REPORT <0.89.0> 2011-04-13 23:20:30
===============================================================================
ns_node_disco: nodes_wanted updated: ['ns_1@192.168.1.128'], with cookie: zawfqzmbhxafmtup
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
config change:
{node,'ns_1@192.168.1.128',ns_log} ->
[{filename,"c:/Program Files/Membase/Server/data/ns_1/ns_log"}]
INFO REPORT <0.65.0> 2011-04-13 23:20:30
===============================================================================
ns_node_disco_conf_events config all
INFO REPORT <0.89.0> 2011-04-13 23:20:30
===============================================================================
ns_node_disco: nodes_wanted pong: ['ns_1@192.168.1.128'], with cookie: zawfqzmbhxafmtup
INFO REPORT <0.86.0> 2011-04-13 23:20:30
===============================================================================
Pushing config
PROGRESS REPORT <0.77.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_node_disco_sup}
started
[{pid,<0.86.0>},
{name,ns_config_rep},
{mfa,{ns_config_rep,start_link,[]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.77.0>},
{name,ns_node_disco_sup},
{mfa,{ns_node_disco_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
INFO REPORT <0.86.0> 2011-04-13 23:20:30
===============================================================================
Pushing config done
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.91.0>},
{name,ns_heart},
{mfa,{ns_heart,start_link,[]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.94.0>},
{name,ns_doctor},
{mfa,{ns_doctor,start_link,[]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
INFO REPORT <0.94.0> 2011-04-13 23:20:30
===============================================================================
ns_1@192.168.1.128:ns_doctor:78: Got initial status [{'ns_1@192.168.1.128',
[{last_heard,
{1302,729630,650008}},
{active_buckets,[]},
{memory,
[{total,12777720},
{processes,8613292},
{processes_used,
8607908},
{system,4164428},
{atom,334909},
{atom_used,325302},
{binary,60056},
{code,2378891},
{ets,180444}]},
{cluster_compatibility_version,
1},
{version,
[{os_mon,"2.2.4"},
{kernel,"2.13.4"},
{sasl,"2.1.8"},
{ns_server,"1.6.5.3"},
{menelaus,"1.6.5.3"},
{stdlib,"1.16.4"}]},
{system_arch,"windows"},
{wall_clock,1},
{memory_data,
{2145771520,
1400950784,
{<0.11.0>,7517668}}},
{disk_data,
[{"C:\\",312560608,83},
{"E:\\",976733180,
41}]},
{replication,[]},
{system_memory_data,
[{total_memory,
2145771520},
{free_memory,
746393600},
{system_total_memory,
2145771520}]},
{statistics,
[{wall_clock,
{1000,141}},
{context_switches,
{33092,0}},
{garbage_collection,
{2819,9143369,0}},
{io,
{{input,2860817},
{output,119480}}},
{reductions,
{3499220,3499220}},
{run_queue,0},
{runtime,
{703,703}}]}]}]
PROGRESS REPORT <0.96.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,menelaus_sup}
started
[{pid,<0.97.0>},
{name,menelaus_web},
{mfa,{menelaus_web,start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
PROGRESS REPORT <0.96.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,menelaus_sup}
started
[{pid,<0.99.0>},
{name,menelaus_event},
{mfa,{menelaus_event,start_link,[]}},
{restart_type,transient},
{shutdown,5000},
{child_type,worker}]
PROGRESS REPORT <0.96.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,menelaus_sup}
started
[{pid,<0.100.0>},
{name,hot_keys_keeper},
{mfa,{hot_keys_keeper,start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
INFO REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
ns_log: logging menelaus_app:1:Membase Server has started on web port 8091 on node 'ns_1@192.168.1.128'.
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.96.0>},
{name,menelaus},
{mfa,{menelaus_app,start_subapp,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
PROGRESS REPORT <0.101.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_port_sup}
started
[{pid,<0.102.0>},
{name,ns_port_init},
{mfa,{ns_port_init,start_link,[]}},
{restart_type,transient},
{shutdown,10},
{child_type,worker}]
INFO REPORT <0.103.0> 2011-04-13 23:20:30
===============================================================================
starting ns_port_server with delay of 5000
PROGRESS REPORT <0.101.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_port_sup}
started
[{pid,<0.103.0>},
{name,
{moxi,"./bin/moxi/moxi",
["-Z",
"port_listen=11211,default_bucket_name=default,downstream_max=1024,downstream_conn_max=4,connect_max_errors=5,connect_retry_interval=30000,connect_timeout=400,auth_timeout=100,cycle=200,downstream_conn_queue_timeout=200,downstream_timeout=5000,wait_queue_timeout=200",
"-z",
"url=http://127.0.0.1:8091/pools/default/saslBucketsStreaming",
"-p","0","-Y","y","-O","stderr",[]],
[{env,
[{"EVENT_NOSELECT","1"},
{"MOXI_SASL_PLAIN_USR",[]},
{"MOXI_SASL_PLAIN_PWD",[]}]},
use_stdio,stderr_to_stdout,stream]}},
{mfa,
{supervisor_cushion,start_link,
[moxi,5000,ns_port_server,start_link,
[moxi,"./bin/moxi/moxi",
["-Z",
"port_listen=11211,default_bucket_name=default,downstream_max=1024,downstream_conn_max=4,connect_max_errors=5,connect_retry_interval=30000,connect_timeout=400,auth_timeout=100,cycle=200,downstream_conn_queue_timeout=200,downstream_timeout=5000,wait_queue_timeout=200",
"-z",
"url=http://127.0.0.1:8091/pools/default/saslBucketsStreaming",
"-p","0","-Y","y","-O","stderr",[]],
[{env,
[{"EVENT_NOSELECT","1"},
{"MOXI_SASL_PLAIN_USR",[]},
{"MOXI_SASL_PLAIN_PWD",[]}]},
use_stdio,stderr_to_stdout,stream]]]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
INFO REPORT <0.105.0> 2011-04-13 23:20:30
===============================================================================
starting ns_port_server with delay of 5000
PROGRESS REPORT <0.101.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_port_sup}
started
[{pid,<0.105.0>},
{name,
{memcached,"./bin/memcached/memcached",
["-X","./bin/memcached/stdin_term_handler.so","-p","11210",
"-E","./bin/bucket_engine/bucket_engine.so","-B","binary",
"-r","-c","10000","-e",
"admin=_admin;default_bucket_name=default;auto_create=false",
[]],
[{env,
[{"EVENT_NOSELECT","1"},
{"MEMCACHED_TOP_KEYS","100"},
{"ISASL_PWFILE",
"c:/Program Files/Membase/Server/data/ns_1/isasl.pw"},
{"ISASL_DB_CHECK_TIME","1"}]},
use_stdio,stderr_to_stdout,stream]}},
{mfa,
{supervisor_cushion,start_link,
[memcached,5000,ns_port_server,start_link,
[memcached,"./bin/memcached/memcached",
["-X","./bin/memcached/stdin_term_handler.so","-p",
"11210","-E","./bin/bucket_engine/bucket_engine.so","-B",
"binary","-r","-c","10000","-e",
"admin=_admin;default_bucket_name=default;auto_create=false",
[]],
[{env,
[{"EVENT_NOSELECT","1"},
{"MEMCACHED_TOP_KEYS","100"},
{"ISASL_PWFILE",
"c:/Program Files/Membase/Server/data/ns_1/isasl.pw"},
{"ISASL_DB_CHECK_TIME","1"}]},
use_stdio,stderr_to_stdout,stream]]]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.101.0>},
{name,ns_port_sup},
{mfa,{ns_port_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.107.0>},
{name,ns_tick_event},
{mfa,{gen_event,start_link,[{local,ns_tick_event}]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.108.0>},
{name,ns_stats_event},
{mfa,{gen_event,start_link,[{local,ns_stats_event}]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.109.0>},
{name,ns_good_bucket_worker},
{mfa,{work_queue,start_link,[ns_good_bucket_worker]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.110.0>},
{name,ns_good_bucket_sup},
{mfa,{ns_bucket_sup,start_link,
[ns_good_bucket_sup,
#Fun,
ns_good_bucket_worker]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
INFO REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
ns_1@192.168.1.128:misc:725: start_singleton(gen_fsm, ns_orchestrator, [], []): started as <0.111.0> on 'ns_1@192.168.1.128'
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.111.0>},
{name,ns_orchestrator},
{mfa,{ns_orchestrator,start_link,[]}},
{restart_type,permanent},
{shutdown,20},
{child_type,worker}]
PROGRESS REPORT <0.116.0> 2011-04-13 23:20:30
===============================================================================
supervisor {local,mnesia_sup}
started
[{pid,<0.117.0>},
{name,mnesia_event},
{mfa,{mnesia_sup,start_event,[]}},
{restart_type,permanent},
{shutdown,30000},
{child_type,worker}]
PROGRESS REPORT <0.118.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,mnesia_kernel_sup}
started
[{pid,<0.119.0>},
{name,mnesia_monitor},
{mfa,{mnesia_monitor,start,[]}},
{restart_type,permanent},
{shutdown,3000},
{child_type,worker}]
PROGRESS REPORT <0.118.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,mnesia_kernel_sup}
started
[{pid,<0.120.0>},
{name,mnesia_subscr},
{mfa,{mnesia_subscr,start,[]}},
{restart_type,permanent},
{shutdown,3000},
{child_type,worker}]
PROGRESS REPORT <0.118.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,mnesia_kernel_sup}
started
[{pid,<0.121.0>},
{name,mnesia_locker},
{mfa,{mnesia_locker,start,[]}},
{restart_type,permanent},
{shutdown,3000},
{child_type,worker}]
PROGRESS REPORT <0.118.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,mnesia_kernel_sup}
started
[{pid,<0.122.0>},
{name,mnesia_recover},
{mfa,{mnesia_recover,start,[]}},
{restart_type,permanent},
{shutdown,180000},
{child_type,worker}]
PROGRESS REPORT <0.118.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,mnesia_kernel_sup}
started
[{pid,<0.123.0>},
{name,mnesia_tm},
{mfa,{mnesia_tm,start,[]}},
{restart_type,permanent},
{shutdown,30000},
{child_type,worker}]
PROGRESS REPORT <0.118.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,mnesia_kernel_sup}
started
[{pid,<0.124.0>},
{name,mnesia_checkpoint_sup},
{mfa,{mnesia_checkpoint_sup,start,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
PROGRESS REPORT <0.118.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,mnesia_kernel_sup}
started
[{pid,<0.125.0>},
{name,mnesia_snmp_sup},
{mfa,{mnesia_snmp_sup,start,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
PROGRESS REPORT <0.118.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,mnesia_kernel_sup}
started
[{pid,<0.126.0>},
{name,mnesia_controller},
{mfa,{mnesia_controller,start,[]}},
{restart_type,permanent},
{shutdown,3000},
{child_type,worker}]
PROGRESS REPORT <0.118.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,mnesia_kernel_sup}
started
[{pid,<0.127.0>},
{name,mnesia_late_loader},
{mfa,{mnesia_late_loader,start,[]}},
{restart_type,permanent},
{shutdown,3000},
{child_type,worker}]
PROGRESS REPORT <0.116.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,mnesia_sup}
started
[{pid,<0.118.0>},
{name,mnesia_kernel_sup},
{mfa,{mnesia_kernel_sup,start,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
PROGRESS REPORT <0.7.0> 2011-04-13 23:20:31
===============================================================================
application mnesia
started_at 'ns_1@192.168.1.128'
PROGRESS REPORT <0.34.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,kernel_safe_sup}
started
[{pid,<0.130.0>},
{name,disk_log_sup},
{mfa,{disk_log_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,1000},
{child_type,supervisor}]
PROGRESS REPORT <0.34.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,kernel_safe_sup}
started
[{pid,<0.131.0>},
{name,disk_log_server},
{mfa,{disk_log_server,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
PROGRESS REPORT <0.34.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,kernel_safe_sup}
started
[{pid,<0.134.0>},
{name,dets_sup},
{mfa,{dets_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,1000},
{child_type,supervisor}]
PROGRESS REPORT <0.34.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,kernel_safe_sup}
started
[{pid,<0.135.0>},
{name,dets},
{mfa,{dets_server,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
INFO REPORT <0.112.0> 2011-04-13 23:20:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:250: Committed schema to disk.
INFO REPORT <0.112.0> 2011-04-13 23:20:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:196: Current config: [{access_module,mnesia},
{auto_repair,true},
{backup_module,
mnesia_backup},
{checkpoints,[]},
{db_nodes,
['ns_1@192.168.1.128']},
{debug,verbose},
{directory,
"c:/Program Files/Membase/Server/Mnesia.ns_1@192.168.1.128"},
{dump_log_load_regulation,
false},
{dump_log_time_threshold,
180000},
{dump_log_update_in_place,
true},
{dump_log_write_threshold,
1000},
{embedded_mnemosyne,false},
{event_module,mnesia_event},
{extra_db_nodes,[]},
{fallback_activated,false},
{held_locks,[]},
{ignore_fallback_at_startup,
false},
{fallback_error_function,
{mnesia,lkill}},
{is_running,yes},
{local_tables,[schema]},
{lock_queue,[]},
{log_version,"4.3"},
{master_node_tables,[]},
{max_wait_for_decision,
10000},
{protocol_version,{7,6}},
{running_db_nodes,
['ns_1@192.168.1.128']},
{schema_location,opt_disc},
{schema_version,{3,0}},
{subscribers,
[<0.117.0>,<0.112.0>]},
{tables,[schema]},
{transaction_commits,3},
{transaction_failures,0},
{transaction_log_writes,1},
{transaction_restarts,0},
{transactions,[]},
{use_dir,true},
{core_dir,false},
{no_table_loaders,2},
{dc_dump_limit,4},
{version,"4.4.12"}]
INFO REPORT <0.112.0> 2011-04-13 23:20:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:144: Info from Mnesia:
Create Directory "c:/Program Files/Membase/Server/Mnesia.ns_1@192.168.1.128"
INFO REPORT <0.112.0> 2011-04-13 23:20:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:170: Mnesia table event:
{write,schema,
{schema,schema,
[{name,schema},
{type,set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,false},
{record_name,schema},
{attributes,[table,cstruct]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729631,103000},'ns_1@192.168.1.128'}},
{version,{{3,0},
{'ns_1@192.168.1.128',{1302,729631,150001}}}}]},
[{schema,schema,
[{name,schema},
{type,set},
{ram_copies,[]},
{disc_copies,[]},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,false},
{record_name,schema},
{attributes,[table,cstruct]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729631,103000},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]}],
{tid,3,<0.129.0>}}
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.112.0>},
{name,ns_mnesia},
{mfa,{ns_mnesia,start_link,[]}},
{restart_type,permanent},
{shutdown,10000},
{child_type,worker}]
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.147.0>},
{name,ns_bad_bucket_worker},
{mfa,{work_queue,start_link,[ns_bad_bucket_worker]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.148.0>},
{name,ns_bad_bucket_sup},
{mfa,{ns_bucket_sup,start_link,
[ns_bad_bucket_sup,
#Fun,
ns_bad_bucket_worker]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.149.0>},
{name,ns_moxi_sup},
{mfa,{ns_moxi_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
INFO REPORT <0.71.0> 2011-04-13 23:20:31
===============================================================================
ns_1@192.168.1.128:misc:725: start_singleton(gen_server, ns_tick, [], []): started as <0.150.0> on 'ns_1@192.168.1.128'
PROGRESS REPORT <0.71.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,ns_server_sup}
started
[{pid,<0.150.0>},
{name,ns_tick},
{mfa,{ns_tick,start_link,[]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
PROGRESS REPORT <0.61.0> 2011-04-13 23:20:31
===============================================================================
supervisor {local,ns_server_cluster_sup}
started
[{pid,<0.71.0>},
{name,ns_server_sup},
{mfa,{ns_server_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
PROGRESS REPORT <0.7.0> 2011-04-13 23:20:31
===============================================================================
application ns_server
started_at 'ns_1@192.168.1.128'
INFO REPORT <0.94.0> 2011-04-13 23:21:30
===============================================================================
ns_1@192.168.1.128:ns_doctor:82: Current node statuses:
[{'ns_1@192.168.1.128',
[{last_heard,{1302,729689,666001}},
{active_buckets,[]},
{memory,
[{total,15844360},
{processes,9836380},
{processes_used,9829492},
{system,6007980},
{atom,513557},
{atom_used,487691},
{binary,81744},
{code,3942820},
{ets,257244}]},
{cluster_compatibility_version,1},
{version,
[{os_mon,"2.2.4"},
{mnesia,"4.4.12"},
{kernel,"2.13.4"},
{sasl,"2.1.8"},
{ns_server,"1.6.5.3"},
{menelaus,"1.6.5.3"},
{stdlib,"1.16.4"}]},
{system_arch,"windows"},
{wall_clock,60},
{memory_data,{2145771520,1400950784,{<0.11.0>,7517668}}},
{disk_data,[{"C:\\",312560608,83},{"E:\\",976733180,41}]},
{replication,[]},
{system_memory_data,
[{total_memory,2145771520},
{free_memory,775475200},
{system_total_memory,2145771520}]},
{statistics,
[{wall_clock,{51016,0}},
{context_switches,{38175,0}},
{garbage_collection,{3668,10966020,0}},
{io,{{input,4562480},{output,233731}}},
{reductions,{4235309,10857}},
{run_queue,0},
{runtime,{2921,421}}]}]}]
INFO REPORT <0.65.0> 2011-04-13 23:22:16
===============================================================================
config change:
{node,'ns_1@192.168.1.128',memcached} ->
[{dbdir,"c:/Progra~1/Membase/Server/data/ns_1"},
{port,11210},
{admin_user,"_admin"},
{admin_pass,"_admin"},
{bucket_engine,"./bin/bucket_engine/bucket_engine.so"},
{engines,[{membase,[{engine,"bin/ep_engine/ep.so"},
{initfile,"priv/init.sql"}]},
{memcached,[{engine,"bin/memcached/default_engine.so"}]}]},
{verbosity,[]}]
INFO REPORT <0.65.0> 2011-04-13 23:22:16
===============================================================================
ns_node_disco_conf_events config all
INFO REPORT <0.86.0> 2011-04-13 23:22:16
===============================================================================
Pushing config
INFO REPORT <0.86.0> 2011-04-13 23:22:16
===============================================================================
Pushing config done
INFO REPORT <0.65.0> 2011-04-13 23:22:16
===============================================================================
config change:
memory_quota ->
512
INFO REPORT <0.65.0> 2011-04-13 23:22:16
===============================================================================
ns_node_disco_conf_events config all
INFO REPORT <0.86.0> 2011-04-13 23:22:16
===============================================================================
Pushing config
INFO REPORT <0.86.0> 2011-04-13 23:22:16
===============================================================================
Pushing config done
INFO REPORT <0.94.0> 2011-04-13 23:22:30
===============================================================================
ns_1@192.168.1.128:ns_doctor:82: Current node statuses:
[{'ns_1@192.168.1.128',
[{last_heard,{1302,729749,666001}},
{active_buckets,[]},
{memory,
[{total,16251664},
{processes,10241124},
{processes_used,10235604},
{system,6010540},
{atom,516485},
{atom_used,491856},
{binary,44392},
{code,3975060},
{ets,259868}]},
{cluster_compatibility_version,1},
{version,
[{os_mon,"2.2.4"},
{mnesia,"4.4.12"},
{kernel,"2.13.4"},
{sasl,"2.1.8"},
{ns_server,"1.6.5.3"},
{menelaus,"1.6.5.3"},
{stdlib,"1.16.4"}]},
{system_arch,"windows"},
{wall_clock,120},
{memory_data,{2145771520,1378062336,{<0.11.0>,7517668}}},
{disk_data,[{"C:\\",312560608,83},{"E:\\",976733180,41}]},
{replication,[]},
{system_memory_data,
[{total_memory,2145771520},
{free_memory,728563712},
{system_total_memory,2145771520}]},
{statistics,
[{wall_clock,{111016,0}},
{context_switches,{39649,0}},
{garbage_collection,{3980,11988967,0}},
{io,{{input,4601853},{output,249830}}},
{reductions,{4391065,59971}},
{run_queue,0},
{runtime,{5265,390}}]}]}]
INFO REPORT <0.235.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_storage_conf:279: Result of deleting file "c:/Progra~1/Membase/Server/data/ns_1/default": {error,
enoent}
INFO REPORT <0.235.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_storage_conf:279: Result of deleting file "c:/Progra~1/Membase/Server/data/ns_1/default-0.mb": {error,
enoent}
INFO REPORT <0.235.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_storage_conf:279: Result of deleting file "c:/Progra~1/Membase/Server/data/ns_1/default-1.mb": {error,
enoent}
INFO REPORT <0.235.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_storage_conf:279: Result of deleting file "c:/Progra~1/Membase/Server/data/ns_1/default-2.mb": {error,
enoent}
INFO REPORT <0.235.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_storage_conf:279: Result of deleting file "c:/Progra~1/Membase/Server/data/ns_1/default-3.mb": {error,
enoent}
INFO REPORT <0.202.0> 2011-04-13 23:22:31
===============================================================================
ns_log: logging menelaus_web:12:Created bucket "default" of type: membase
INFO REPORT <0.65.0> 2011-04-13 23:22:31
===============================================================================
config change:
buckets ->
[{configs,[{"default",
[{num_replicas,0},
{ram_quota,104857600},
{auth_type,sasl},
{sasl_password,[]},
{type,membase},
{num_vbuckets,1024},
{db_shards,4},
{ht_size,3079},
{tap_keepalive,0},
{tap_noop_interval,20},
{max_txn_size,1000},
{ht_locks,5},
{servers,[]},
{map,undefined}]}]}]
INFO REPORT <0.65.0> 2011-04-13 23:22:31
===============================================================================
Writing isasl passwd file: "c:/Program Files/Membase/Server/data/ns_1/isasl.pw"
INFO REPORT <0.65.0> 2011-04-13 23:22:31
===============================================================================
ns_node_disco_conf_events config all
INFO REPORT <0.86.0> 2011-04-13 23:22:31
===============================================================================
Pushing config
INFO REPORT <0.86.0> 2011-04-13 23:22:31
===============================================================================
Pushing config done
INFO REPORT <0.147.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_bucket_sup:75: ns_bad_bucket_sup: Starting new child: {{stats_collector,
"default"},
{stats_collector,
start_link,
["default"]},
permanent,
10,
worker,
[stats_collector]}
INFO REPORT <0.109.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_bucket_sup:75: ns_good_bucket_sup: Starting new child: {{ns_vbm_sup,
"default"},
{ns_vbm_sup,
start_link,
["default"]},
permanent,
1000,
worker,
[ns_vbm_sup]}
INFO REPORT <0.65.0> 2011-04-13 23:22:31
===============================================================================
config change:
buckets ->
[{configs,[{"default",
[{num_replicas,0},
{ram_quota,104857600},
{auth_type,sasl},
{sasl_password,[]},
{type,membase},
{num_vbuckets,1024},
{db_shards,4},
{ht_size,3079},
{tap_keepalive,0},
{tap_noop_interval,20},
{max_txn_size,1000},
{ht_locks,5},
{servers,['ns_1@192.168.1.128']},
{map,undefined}]}]}]
INFO REPORT <0.65.0> 2011-04-13 23:22:31
===============================================================================
ns_node_disco_conf_events config all
INFO REPORT <0.86.0> 2011-04-13 23:22:31
===============================================================================
Pushing config
INFO REPORT <0.86.0> 2011-04-13 23:22:31
===============================================================================
Pushing config done
INFO REPORT <0.65.0> 2011-04-13 23:22:31
===============================================================================
config change:
buckets ->
[{configs,[{"default",
[{num_replicas,0},
{ram_quota,104857600},
{auth_type,sasl},
{sasl_password,[]},
{type,membase},
{num_vbuckets,1024},
{db_shards,4},
{ht_size,3079},
{tap_keepalive,0},
{tap_noop_interval,20},
{max_txn_size,1000},
{ht_locks,5},
{servers,['ns_1@192.168.1.128']},
{map,[['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
['ns_1@192.168.1.128'],
[...]|...]}]}]}]
INFO REPORT <0.65.0> 2011-04-13 23:22:31
===============================================================================
ns_node_disco_conf_events config all
INFO REPORT <0.86.0> 2011-04-13 23:22:31
===============================================================================
Pushing config
INFO REPORT <0.86.0> 2011-04-13 23:22:31
===============================================================================
Pushing config done
PROGRESS REPORT <0.148.0> 2011-04-13 23:22:31
===============================================================================
supervisor {local,ns_bad_bucket_sup}
started
[{pid,<0.242.0>},
{name,{stats_collector,"default"}},
{mfa,{stats_collector,start_link,["default"]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
INFO REPORT <0.147.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_bucket_sup:75: ns_bad_bucket_sup: Starting new child: {{stats_archiver,
"default"},
{stats_archiver,
start_link,
["default"]},
permanent,
10,
worker,
[stats_archiver]}
PROGRESS REPORT <0.110.0> 2011-04-13 23:22:31
===============================================================================
supervisor {local,ns_good_bucket_sup}
started
[{pid,<0.243.0>},
{name,{ns_vbm_sup,"default"}},
{mfa,{ns_vbm_sup,start_link,["default"]}},
{restart_type,permanent},
{shutdown,1000},
{child_type,worker}]
INFO REPORT <0.109.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_bucket_sup:75: ns_good_bucket_sup: Starting new child: {{ns_memcached,
"default"},
{ns_memcached,
start_link,
["default"]},
permanent,
86400000,
worker,
[ns_memcached]}
PROGRESS REPORT <0.110.0> 2011-04-13 23:22:31
===============================================================================
supervisor {local,ns_good_bucket_sup}
started
[{pid,<0.244.0>},
{name,{ns_memcached,"default"}},
{mfa,{ns_memcached,start_link,["default"]}},
{restart_type,permanent},
{shutdown,86400000},
{child_type,worker}]
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:120: Created table 'stats_archiver-default-minute'
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:170: Mnesia table event:
{write,schema,
{schema,'stats_archiver-default-minute',
[{name,'stats_archiver-default-minute'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,509000},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]},
[],
{tid,4,<0.246.0>}}
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:170: Mnesia table event:
{write,schema,
{schema,'stats_archiver-default-minute',
[{name,'stats_archiver-default-minute'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,509000},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]},
[{schema,'stats_archiver-default-minute',
[{name,'stats_archiver-default-minute'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,509000},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]}],
{tid,4,<0.246.0>}}
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:120: Created table 'stats_archiver-default-hour'
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:170: Mnesia table event:
{write,schema,
{schema,'stats_archiver-default-hour',
[{name,'stats_archiver-default-hour'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,650000},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]},
[],
{tid,5,<0.253.0>}}
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:170: Mnesia table event:
{write,schema,
{schema,'stats_archiver-default-hour',
[{name,'stats_archiver-default-hour'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,650000},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]},
[{schema,'stats_archiver-default-hour',
[{name,'stats_archiver-default-hour'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,650000},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]}],
{tid,5,<0.253.0>}}
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:120: Created table 'stats_archiver-default-day'
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:170: Mnesia table event:
{write,schema,
{schema,'stats_archiver-default-day',
[{name,'stats_archiver-default-day'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,713002},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]},
[],
{tid,6,<0.259.0>}}
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:170: Mnesia table event:
{write,schema,
{schema,'stats_archiver-default-day',
[{name,'stats_archiver-default-day'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,713002},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]},
[{schema,'stats_archiver-default-day',
[{name,'stats_archiver-default-day'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,713002},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]}],
{tid,6,<0.259.0>}}
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:120: Created table 'stats_archiver-default-week'
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:170: Mnesia table event:
{write,schema,
{schema,'stats_archiver-default-week',
[{name,'stats_archiver-default-week'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,759002},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]},
[],
{tid,7,<0.265.0>}}
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:170: Mnesia table event:
{write,schema,
{schema,'stats_archiver-default-week',
[{name,'stats_archiver-default-week'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,759002},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]},
[{schema,'stats_archiver-default-week',
[{name,'stats_archiver-default-week'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,759002},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]}],
{tid,7,<0.265.0>}}
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:120: Created table 'stats_archiver-default-month'
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:170: Mnesia table event:
{write,schema,
{schema,'stats_archiver-default-month',
[{name,'stats_archiver-default-month'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,806002},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]},
[],
{tid,8,<0.271.0>}}
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:170: Mnesia table event:
{write,schema,
{schema,'stats_archiver-default-month',
[{name,'stats_archiver-default-month'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,806002},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]},
[{schema,'stats_archiver-default-month',
[{name,'stats_archiver-default-month'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,806002},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]}],
{tid,8,<0.271.0>}}
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:120: Created table 'stats_archiver-default-year'
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:170: Mnesia table event:
{write,schema,
{schema,'stats_archiver-default-year',
[{name,'stats_archiver-default-year'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,853002},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]},
[],
{tid,9,<0.277.0>}}
INFO REPORT <0.112.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_mnesia:170: Mnesia table event:
{write,schema,
{schema,'stats_archiver-default-year',
[{name,'stats_archiver-default-year'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,853002},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]},
[{schema,'stats_archiver-default-year',
[{name,'stats_archiver-default-year'},
{type,ordered_set},
{ram_copies,[]},
{disc_copies,['ns_1@192.168.1.128']},
{disc_only_copies,[]},
{load_order,0},
{access_mode,read_write},
{index,[]},
{snmp,[]},
{local_content,true},
{record_name,stat_entry},
{attributes,[timestamp,values]},
{user_properties,[]},
{frag_properties,[]},
{cookie,{{1302,729751,853002},'ns_1@192.168.1.128'}},
{version,{{2,0},[]}}]}],
{tid,9,<0.277.0>}}
PROGRESS REPORT <0.148.0> 2011-04-13 23:22:31
===============================================================================
supervisor {local,ns_bad_bucket_sup}
started
[{pid,<0.245.0>},
{name,{stats_archiver,"default"}},
{mfa,{stats_archiver,start_link,["default"]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
INFO REPORT <0.147.0> 2011-04-13 23:22:31
===============================================================================
ns_1@192.168.1.128:ns_bucket_sup:75: ns_bad_bucket_sup: Starting new child: {{stats_reader,
"default"},
{stats_reader,
start_link,
["default"]},
permanent,
10,
worker,
[stats_reader]}
PROGRESS REPORT <0.148.0> 2011-04-13 23:22:31
===============================================================================
supervisor {local,ns_bad_bucket_sup}
started
[{pid,<0.283.0>},
{name,{stats_reader,"default"}},
{mfa,{stats_reader,start_link,["default"]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
INFO REPORT <0.104.0> 2011-04-13 23:22:32
===============================================================================
moxi<0.104.0>: 2011-04-13 23:24:33: (agent_config.c.650) ERROR: bad JSON configuration: Empty serverList ({
moxi<0.104.0>: "name": "default",
moxi<0.104.0>: "nodeLocator": "vbucket",
moxi<0.104.0>: "saslPassword": "",
moxi<0.104.0>: "nodes": [],
moxi<0.104.0>: "vBucketServerMap": {
moxi<0.104.0>: "hashAlgorithm": "CRC",
moxi<0.104.0>: "numReplicas": 0,
moxi<0.104.0>: "serverList": [],
moxi<0.104.0>: "vBucketMap": [[-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1], [-1
INFO REPORT <0.237.0> 2011-04-13 23:22:32
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
ERROR REPORT <0.244.0> 2011-04-13 23:22:32
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
INFO REPORT <0.237.0> 2011-04-13 23:22:33
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
INFO REPORT <0.237.0> 2011-04-13 23:22:34
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
ERROR REPORT <0.244.0> 2011-04-13 23:22:34
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
INFO REPORT <0.237.0> 2011-04-13 23:22:35
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
SUPERVISOR REPORT <0.96.0> 2011-04-13 23:22:35
===============================================================================
Reporting supervisor {local,menelaus_sup}
Child process
errorContext child_terminated
reason {noproc,{gen_server,call,['ns_memcached-default',topkeys,30000]}}
pid <0.100.0>
name hot_keys_keeper
start_function {hot_keys_keeper,start_link,[]}
restart_type permanent
shutdown 5000
child_type worker
PROGRESS REPORT <0.96.0> 2011-04-13 23:22:35
===============================================================================
supervisor {local,menelaus_sup}
started
[{pid,<0.285.0>},
{name,hot_keys_keeper},
{mfa,{hot_keys_keeper,start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
INFO REPORT <0.237.0> 2011-04-13 23:22:36
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
ERROR REPORT <0.237.0> 2011-04-13 23:22:36
===============================================================================
ns_1@192.168.1.128:ns_janitor:58: Bucket "default" not yet ready on ['ns_1@192.168.1.128']
ERROR REPORT <0.244.0> 2011-04-13 23:22:36
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
ERROR REPORT <0.244.0> 2011-04-13 23:22:38
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
ERROR REPORT <0.244.0> 2011-04-13 23:22:40
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
SUPERVISOR REPORT <0.96.0> 2011-04-13 23:22:40
===============================================================================
Reporting supervisor {local,menelaus_sup}
Child process
errorContext child_terminated
reason {noproc,{gen_server,call,['ns_memcached-default',topkeys,30000]}}
pid <0.285.0>
name hot_keys_keeper
start_function {hot_keys_keeper,start_link,[]}
restart_type permanent
shutdown 5000
child_type worker
PROGRESS REPORT <0.96.0> 2011-04-13 23:22:40
===============================================================================
supervisor {local,menelaus_sup}
started
[{pid,<0.289.0>},
{name,hot_keys_keeper},
{mfa,{hot_keys_keeper,start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
INFO REPORT <0.290.0> 2011-04-13 23:22:41
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
ERROR REPORT <0.244.0> 2011-04-13 23:22:42
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
INFO REPORT <0.65.0> 2011-04-13 23:22:42
===============================================================================
unsupervising port: {moxi,"./bin/moxi/moxi",
["-Z",
"port_listen=11211,default_bucket_name=default,downstream_max=1024,downstream_conn_max=4,connect_max_errors=5,connect_retry_interval=30000,connect_timeout=400,auth_timeout=100,cycle=200,downstream_conn_queue_timeout=200,downstream_timeout=5000,wait_queue_timeout=200",
"-z",
"url=http://127.0.0.1:8091/pools/default/saslBucketsStreaming",
"-p","0","-Y","y","-O","stderr",[]],
[{env,[{"EVENT_NOSELECT","1"},
{"MOXI_SASL_PLAIN_USR",[]},
{"MOXI_SASL_PLAIN_PWD",[]}]},
use_stdio,stderr_to_stdout,stream]}
INFO REPORT <0.65.0> 2011-04-13 23:22:42
===============================================================================
supervising port: {moxi,"./bin/moxi/moxi",
["-Z",
"port_listen=11211,default_bucket_name=default,downstream_max=1024,downstream_conn_max=4,connect_max_errors=5,connect_retry_interval=30000,connect_timeout=400,auth_timeout=100,cycle=200,downstream_conn_queue_timeout=200,downstream_timeout=5000,wait_queue_timeout=200",
"-z",
"url=http://127.0.0.1:8091/pools/default/saslBucketsStreaming",
"-p","0","-Y","y","-O","stderr",[]],
[{env,[{"EVENT_NOSELECT","1"},
{"MOXI_SASL_PLAIN_USR","Administrator"},
{"MOXI_SASL_PLAIN_PWD","tubemogul"}]},
use_stdio,stderr_to_stdout,stream]}
INFO REPORT <0.292.0> 2011-04-13 23:22:42
===============================================================================
starting ns_port_server with delay of 5000
PROGRESS REPORT <0.101.0> 2011-04-13 23:22:42
===============================================================================
supervisor {local,ns_port_sup}
started
[{pid,<0.292.0>},
{name,
{moxi,"./bin/moxi/moxi",
["-Z",
"port_listen=11211,default_bucket_name=default,downstream_max=1024,downstream_conn_max=4,connect_max_errors=5,connect_retry_interval=30000,connect_timeout=400,auth_timeout=100,cycle=200,downstream_conn_queue_timeout=200,downstream_timeout=5000,wait_queue_timeout=200",
"-z",
"url=http://127.0.0.1:8091/pools/default/saslBucketsStreaming",
"-p","0","-Y","y","-O","stderr",[]],
[{env,
[{"EVENT_NOSELECT","1"},
{"MOXI_SASL_PLAIN_USR","Administrator"},
{"MOXI_SASL_PLAIN_PWD","tubemogul"}]},
use_stdio,stderr_to_stdout,stream]}},
{mfa,
{supervisor_cushion,start_link,
[moxi,5000,ns_port_server,start_link,
[moxi,"./bin/moxi/moxi",
["-Z",
"port_listen=11211,default_bucket_name=default,downstream_max=1024,downstream_conn_max=4,connect_max_errors=5,connect_retry_interval=30000,connect_timeout=400,auth_timeout=100,cycle=200,downstream_conn_queue_timeout=200,downstream_timeout=5000,wait_queue_timeout=200",
"-z",
"url=http://127.0.0.1:8091/pools/default/saslBucketsStreaming",
"-p","0","-Y","y","-O","stderr",[]],
[{env,
[{"EVENT_NOSELECT","1"},
{"MOXI_SASL_PLAIN_USR","Administrator"},
{"MOXI_SASL_PLAIN_PWD","tubemogul"}]},
use_stdio,stderr_to_stdout,stream]]]}},
{restart_type,permanent},
{shutdown,10},
{child_type,worker}]
INFO REPORT <0.65.0> 2011-04-13 23:22:42
===============================================================================
config change:
rest ->
[{port,8091}]
INFO REPORT <0.65.0> 2011-04-13 23:22:42
===============================================================================
ns_node_disco_conf_events config all
INFO REPORT <0.86.0> 2011-04-13 23:22:42
===============================================================================
Pushing config
INFO REPORT <0.86.0> 2011-04-13 23:22:42
===============================================================================
Pushing config done
INFO REPORT <0.65.0> 2011-04-13 23:22:42
===============================================================================
config change: rest_creds -> ********
INFO REPORT <0.65.0> 2011-04-13 23:22:42
===============================================================================
ns_node_disco_conf_events config all
INFO REPORT <0.86.0> 2011-04-13 23:22:42
===============================================================================
Pushing config
INFO REPORT <0.86.0> 2011-04-13 23:22:42
===============================================================================
Pushing config done
INFO REPORT <0.98.0> 2011-04-13 23:22:42
===============================================================================
menelaus_web streaming socket closed by client
INFO REPORT <0.290.0> 2011-04-13 23:22:42
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
INFO REPORT <0.290.0> 2011-04-13 23:22:43
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
INFO REPORT <0.293.0> 2011-04-13 23:22:44
===============================================================================
moxi<0.293.0>: 2011-04-13 23:22:43: (cproxy_config.c.316) env: MOXI_SASL_PLAIN_USR (13)
moxi<0.293.0>: 2011-04-13 23:22:43: (cproxy_config.c.325) env: MOXI_SASL_PLAIN_PWD (9)
ERROR REPORT <0.244.0> 2011-04-13 23:22:44
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
INFO REPORT <0.290.0> 2011-04-13 23:22:44
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
SUPERVISOR REPORT <0.96.0> 2011-04-13 23:22:45
===============================================================================
Reporting supervisor {local,menelaus_sup}
Child process
errorContext child_terminated
reason {noproc,{gen_server,call,['ns_memcached-default',topkeys,30000]}}
pid <0.289.0>
name hot_keys_keeper
start_function {hot_keys_keeper,start_link,[]}
restart_type permanent
shutdown 5000
child_type worker
PROGRESS REPORT <0.96.0> 2011-04-13 23:22:45
===============================================================================
supervisor {local,menelaus_sup}
started
[{pid,<0.307.0>},
{name,hot_keys_keeper},
{mfa,{hot_keys_keeper,start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
INFO REPORT <0.290.0> 2011-04-13 23:22:45
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
ERROR REPORT <0.290.0> 2011-04-13 23:22:45
===============================================================================
ns_1@192.168.1.128:ns_janitor:58: Bucket "default" not yet ready on ['ns_1@192.168.1.128']
ERROR REPORT <0.244.0> 2011-04-13 23:22:46
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
ERROR REPORT <0.244.0> 2011-04-13 23:22:48
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
ERROR REPORT <0.244.0> 2011-04-13 23:22:50
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
SUPERVISOR REPORT <0.96.0> 2011-04-13 23:22:50
===============================================================================
Reporting supervisor {local,menelaus_sup}
Child process
errorContext child_terminated
reason {noproc,{gen_server,call,['ns_memcached-default',topkeys,30000]}}
pid <0.307.0>
name hot_keys_keeper
start_function {hot_keys_keeper,start_link,[]}
restart_type permanent
shutdown 5000
child_type worker
PROGRESS REPORT <0.96.0> 2011-04-13 23:22:50
===============================================================================
supervisor {local,menelaus_sup}
started
[{pid,<0.319.0>},
{name,hot_keys_keeper},
{mfa,{hot_keys_keeper,start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
INFO REPORT <0.320.0> 2011-04-13 23:22:51
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
ERROR REPORT <0.244.0> 2011-04-13 23:22:52
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
INFO REPORT <0.320.0> 2011-04-13 23:22:52
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
INFO REPORT <0.320.0> 2011-04-13 23:22:53
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
ERROR REPORT <0.244.0> 2011-04-13 23:22:54
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
INFO REPORT <0.320.0> 2011-04-13 23:22:54
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
SUPERVISOR REPORT <0.96.0> 2011-04-13 23:22:55
===============================================================================
Reporting supervisor {local,menelaus_sup}
Child process
errorContext child_terminated
reason {noproc,{gen_server,call,['ns_memcached-default',topkeys,30000]}}
pid <0.319.0>
name hot_keys_keeper
start_function {hot_keys_keeper,start_link,[]}
restart_type permanent
shutdown 5000
child_type worker
PROGRESS REPORT <0.96.0> 2011-04-13 23:22:55
===============================================================================
supervisor {local,menelaus_sup}
started
[{pid,<0.335.0>},
{name,hot_keys_keeper},
{mfa,{hot_keys_keeper,start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
INFO REPORT <0.320.0> 2011-04-13 23:22:55
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
ERROR REPORT <0.320.0> 2011-04-13 23:22:55
===============================================================================
ns_1@192.168.1.128:ns_janitor:58: Bucket "default" not yet ready on ['ns_1@192.168.1.128']
ERROR REPORT <0.244.0> 2011-04-13 23:22:56
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
ERROR REPORT <0.244.0> 2011-04-13 23:22:58
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
ERROR REPORT <0.244.0> 2011-04-13 23:23:00
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
SUPERVISOR REPORT <0.96.0> 2011-04-13 23:23:00
===============================================================================
Reporting supervisor {local,menelaus_sup}
Child process
errorContext child_terminated
reason {noproc,{gen_server,call,['ns_memcached-default',topkeys,30000]}}
pid <0.335.0>
name hot_keys_keeper
start_function {hot_keys_keeper,start_link,[]}
restart_type permanent
shutdown 5000
child_type worker
PROGRESS REPORT <0.96.0> 2011-04-13 23:23:00
===============================================================================
supervisor {local,menelaus_sup}
started
[{pid,<0.349.0>},
{name,hot_keys_keeper},
{mfa,{hot_keys_keeper,start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
INFO REPORT <0.350.0> 2011-04-13 23:23:01
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
ERROR REPORT <0.244.0> 2011-04-13 23:23:02
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
INFO REPORT <0.350.0> 2011-04-13 23:23:02
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
INFO REPORT <0.350.0> 2011-04-13 23:23:03
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
ERROR REPORT <0.244.0> 2011-04-13 23:23:04
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.
INFO REPORT <0.350.0> 2011-04-13 23:23:04
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
SUPERVISOR REPORT <0.96.0> 2011-04-13 23:23:05
===============================================================================
Reporting supervisor {local,menelaus_sup}
Child process
errorContext child_terminated
reason {noproc,{gen_server,call,['ns_memcached-default',topkeys,30000]}}
pid <0.349.0>
name hot_keys_keeper
start_function {hot_keys_keeper,start_link,[]}
restart_type permanent
shutdown 5000
child_type worker
PROGRESS REPORT <0.96.0> 2011-04-13 23:23:05
===============================================================================
supervisor {local,menelaus_sup}
started
[{pid,<0.352.0>},
{name,hot_keys_keeper},
{mfa,{hot_keys_keeper,start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
INFO REPORT <0.350.0> 2011-04-13 23:23:05
===============================================================================
ns_1@192.168.1.128:ns_janitor:270: Waiting for "default" on ['ns_1@192.168.1.128']
ERROR REPORT <0.350.0> 2011-04-13 23:23:05
===============================================================================
ns_1@192.168.1.128:ns_janitor:58: Bucket "default" not yet ready on ['ns_1@192.168.1.128']
ERROR REPORT <0.244.0> 2011-04-13 23:23:06
===============================================================================
ns_1@192.168.1.128:ns_memcached:374: Unable to connect: {error,
{badmatch,
{error,
econnrefused}}}, retrying.