Skip to content

Instantly share code, notes, and snippets.

@jasonmitchell
Last active May 14, 2017 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonmitchell/a06fbc2f08d58eff8aee15fc34a53c46 to your computer and use it in GitHub Desktop.
Save jasonmitchell/a06fbc2f08d58eff8aee15fc34a53c46 to your computer and use it in GitHub Desktop.
Gossip Request
MemDb: true
Log: ../2113-https-logs
IntIp: 127.0.0.1
ExtIp: 127.0.0.1
IntTcpPort: 1112
ExtTcpPort: 1113
IntHttpPort: 2112
ExtHttpPort: 2113
IntHttpPrefixes: https://*:2112/
ExtHttpPrefixes: https://*:2113/
AddInterfacePrefixes: false
ClusterSize: 2
DiscoverViaDns: false
GossipSeed: 127.0.0.1:2122
UseHttps: true
LogHttpRequests: true
MemDb: true
Log: ../2123-https-logs
IntIp: 127.0.0.1
ExtIp: 127.0.0.1
IntTcpPort: 1122
ExtTcpPort: 1123
IntHttpPort: 2122
ExtHttpPort: 2123
IntHttpPrefixes: https://*:2122/
ExtHttpPrefixes: https://*:2123/
AddInterfacePrefixes: false
ClusterSize: 2
DiscoverViaDns: false
GossipSeed: 127.0.0.1:2112
UseHttps: true
LogHttpRequests: true
2 node cluster
Extra logging added
Fails on "var responseMsg = task.Result;" in HttpAsyncClient.RequestSent
ServicePointManager.ServerCertificateValidationCallback reports no errors (and have tried returning true to validate)
Doesn't fail in the same way on mono 5
{System.IO.IOException: The authentication or decryption has failed. ---> System.IO.IOException: Error while sending TLS Alert (Fatal:InternalError): System.IO.IOException: Unable to write data to the transport connection: The socket has been shut down. ---> System.Net.Sockets.SocketException: The socket has been shut down
at System.Net.Sockets.Socket.EndSend (System.IAsyncResult result) [0x00033] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.Sockets.NetworkStream.EndWrite (System.IAsyncResult asyncResult) [0x0005f] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
--- End of inner exception stack trace ---
at Mono.Security.Protocol.Tls.RecordProtocol.EndSendRecord (System.IAsyncResult asyncResult) [0x0003a] in <1d0bb82c94e7435eb09324cf5ef20e36>:0
at Mono.Security.Protocol.Tls.RecordProtocol.SendRecord (Mono.Security.Protocol.Tls.Handshake.HandshakeType type) [0x0000a] in <1d0bb82c94e7435eb09324cf5ef20e36>:0
at Mono.Security.Protocol.Tls.SslServerStream.EndNegotiateHandshake (System.IAsyncResult asyncResult) [0x00037] in <1d0bb82c94e7435eb09324cf5ef20e36>:0
at Mono.Security.Protocol.Tls.SslStreamBase.AsyncHandshakeCallback (System.IAsyncResult asyncResult) [0x0000c] in <1d0bb82c94e7435eb09324cf5ef20e36>:0 ---> System.IO.IOException: Unable to write data to the transport connection: The socket is not connected. ---> System.Net.Sockets.SocketException: The socket is not connected
at System.Net.Sockets.Socket.BeginSend (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socket_flags, System.AsyncCallback callback, System.Object state) [0x0002b] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.Sockets.NetworkStream.BeginWrite (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.AsyncCallback callback, System.Object state) [0x000b4] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.BeginWrite (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.AsyncCallback callback, System.Object state) [0x00113] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at Mono.Security.Protocol.Tls.RecordProtocol.BeginSendRecord (Mono.Security.Protocol.Tls.ContentType contentType, System.Byte[] recordData, System.AsyncCallback callback, System.Object state) [0x00026] in <1d0bb82c94e7435eb09324cf5ef20e36>:0
at Mono.Security.Protocol.Tls.RecordProtocol.SendRecord (Mono.Security.Protocol.Tls.ContentType contentType, System.Byte[] recordData) [0x00000] in <1d0bb82c94e7435eb09324cf5ef20e36>:0
at Mono.Security.Protocol.Tls.RecordProtocol.SendAlert (Mono.Security.Protocol.Tls.Alert alert) [0x00027] in <1d0bb82c94e7435eb09324cf5ef20e36>:0
at Mono.Security.Protocol.Tls.RecordProtocol.SendAlert (System.Exception& ex) [0x00021] in <1d0bb82c94e7435eb09324cf5ef20e36>:0
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
at Mono.Security.Protocol.Tls.SslStreamBase.EndRead (System.IAsyncResult asyncResult) [0x00057] in <1d0bb82c94e7435eb09324cf5ef20e36>:0
at Mono.Net.Security.Private.LegacySslStream.EndAuthenticateAsServer (System.IAsyncResult asyncResult) [0x00011] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at Mono.Net.Security.Private.LegacySslStream.AuthenticateAsServer (System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, System.Boolean clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x0000e] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.HttpConnection.Init () [0x0001d] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.HttpConnection..ctor (System.Net.Sockets.Socket sock, System.Net.EndPointListener epl, System.Boolean secure, System.Security.Cryptography.X509Certificates.X509Certificate cert) [0x00096] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.EndPointListener.ProcessAccept (System.Net.Sockets.SocketAsyncEventArgs args) [0x00052] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.EndPointListener.OnAccept (System.Object sender, System.Net.Sockets.SocketAsyncEventArgs e) [0x00000] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.Sockets.SocketAsyncEventArgs.OnCompleted (System.Net.Sockets.SocketAsyncEventArgs e) [0x00014] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.Sockets.SocketAsyncEventArgs.Complete () [0x00000] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.Sockets.Socket.<AcceptAsyncCallback>m__0 (System.IAsyncResult ares) [0x000a0] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.Sockets.SocketAsyncResult+<Complete>c__AnonStorey0.<>m__0 (System.Object _) [0x00000] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00019] in <8f2c484307284b51944a1a13a14c0266>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00096] in <8f2c484307284b51944a1a13a14c0266>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 }
[PID:08958:008 2017.05.11 22:18:57.923 ERROR GossipController ] Error isssuing request to https://127.0.0.1:2122/gossip. Message: Error: ConnectFailure (Connection refused)
System.Net.Http.HttpRequestException: An error occurred while sending the request ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b6] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0016d] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) [0x0003a] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x0000f] in <4dc8ec68b0964e099af86e50301f5f3c>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Net.Http.HttpClientHandler+<SendAsync>d__63.MoveNext () [0x0029f] in <f9ac0c719f3449a0aa7ac0136a1ad250>:0
--- End of inner exception stack trace ---
at System.Net.Http.HttpClientHandler+<SendAsync>d__63.MoveNext () [0x00449] in <f9ac0c719f3449a0aa7ac0136a1ad250>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Net.Http.HttpClient+<SendAsyncWorker>d__47.MoveNext () [0x000ca] in <f9ac0c719f3449a0aa7ac0136a1ad250>:0
System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b6] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0016d] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) [0x0003a] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x0000f] in <4dc8ec68b0964e099af86e50301f5f3c>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Net.Http.HttpClientHandler+<SendAsync>d__63.MoveNext () [0x0029f] in <f9ac0c719f3449a0aa7ac0136a1ad250>:0
System.Net.Sockets.SocketException (0x80004005): Connection refused
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b6] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0016d] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
[PID:08958:019 2017.05.11 22:18:58.921 ERROR GossipController ] Error isssuing request to https://127.0.0.1:2122/gossip. Message: Error: ConnectFailure (Connection refused)
System.Net.Http.HttpRequestException: An error occurred while sending the request ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b6] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0016d] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) [0x0003a] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x0000f] in <4dc8ec68b0964e099af86e50301f5f3c>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Net.Http.HttpClientHandler+<SendAsync>d__63.MoveNext () [0x0029f] in <f9ac0c719f3449a0aa7ac0136a1ad250>:0
--- End of inner exception stack trace ---
at System.Net.Http.HttpClientHandler+<SendAsync>d__63.MoveNext () [0x00449] in <f9ac0c719f3449a0aa7ac0136a1ad250>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Net.Http.HttpClient+<SendAsyncWorker>d__47.MoveNext () [0x000ca] in <f9ac0c719f3449a0aa7ac0136a1ad250>:0
System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b6] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0016d] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) [0x0003a] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x0000f] in <4dc8ec68b0964e099af86e50301f5f3c>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <4dc8ec68b0964e099af86e50301f5f3c>:0
at System.Net.Http.HttpClientHandler+<SendAsync>d__63.MoveNext () [0x0029f] in <f9ac0c719f3449a0aa7ac0136a1ad250>:0
System.Net.Sockets.SocketException (0x80004005): Connection refused
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b6] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0016d] in <76fe267e1bf64ad1a7865d07a5edd3f0>:0
ES VERSION: 4.0.2 (gossip-over-https/40328829a3363844eb1f63b442d6ff7060bd0d7d, Tue, 9 May 2017 21:54:40 +0100)
[16653,01,21:02:59.758] OS: Linux (Unix 4.4.0.75)
[16653,01,21:02:59.759] RUNTIME: 4.6.2 (Stable 4.6.2.16/ac9e222 Tue Jan 3 11:48:26 UTC 2017) (64-bit)
[16653,01,21:02:59.759] GC: 2 GENERATIONS
[16653,01,21:02:59.759] LOGS: /home/parallels/Dev/2113-https-logs
[16653,01,21:02:59.764] MODIFIED OPTIONS:
CONFIG: ../2113-https.yaml (Command Line)
MEM DB: true (Config File)
LOG: ../2113-https-logs (Config File)
INT IP: 127.0.0.1 (Config File)
EXT IP: 127.0.0.1 (Config File)
INT TCP PORT: 1112 (Config File)
EXT TCP PORT: 1113 (Config File)
INT HTTP PORT: 2112 (Config File)
EXT HTTP PORT: 2113 (Config File)
INT HTTP PREFIXES: https://*:2112/ (Config File)
EXT HTTP PREFIXES: https://*:2113/ (Config File)
ADD INTERFACE PREFIXES: false (Config File)
CLUSTER SIZE: 2 (Config File)
DISCOVER VIA DNS: false (Config File)
GOSSIP SEED: 127.0.0.1:2122 (Config File)
USE HTTPS: true (Config File)
LOG HTTP REQUESTS: true (Config File)
DEFAULT OPTIONS:
HELP: False (<DEFAULT>)
VERSION: False (<DEFAULT>)
DEFINES: <empty> (<DEFAULT>)
WHAT IF: False (<DEFAULT>)
START STANDARD PROJECTIONS: False (<DEFAULT>)
DISABLE HTTP CACHING: False (<DEFAULT>)
MONO MIN THREADPOOL SIZE: 10 (<DEFAULT>)
INT SECURE TCP PORT: 0 (<DEFAULT>)
EXT SECURE TCP PORT ADVERTISE AS: 0 (<DEFAULT>)
EXT SECURE TCP PORT: 0 (<DEFAULT>)
EXT IP ADVERTISE AS: <empty> (<DEFAULT>)
EXT TCP PORT ADVERTISE AS: 0 (<DEFAULT>)
EXT HTTP PORT ADVERTISE AS: 0 (<DEFAULT>)
INT IP ADVERTISE AS: <empty> (<DEFAULT>)
INT SECURE TCP PORT ADVERTISE AS: 0 (<DEFAULT>)
INT TCP PORT ADVERTISE AS: 0 (<DEFAULT>)
INT HTTP PORT ADVERTISE AS: 0 (<DEFAULT>)
INT TCP HEARTBEAT TIMEOUT: 700 (<DEFAULT>)
EXT TCP HEARTBEAT TIMEOUT: 1000 (<DEFAULT>)
INT TCP HEARTBEAT INTERVAL: 700 (<DEFAULT>)
EXT TCP HEARTBEAT INTERVAL: 2000 (<DEFAULT>)
GOSSIP ON SINGLE NODE: False (<DEFAULT>)
FORCE: False (<DEFAULT>)
NODE PRIORITY: 0 (<DEFAULT>)
MIN FLUSH DELAY MS: 2 (<DEFAULT>)
COMMIT COUNT: -1 (<DEFAULT>)
PREPARE COUNT: -1 (<DEFAULT>)
ADMIN ON EXT: True (<DEFAULT>)
STATS ON EXT: True (<DEFAULT>)
GOSSIP ON EXT: True (<DEFAULT>)
DISABLE SCAVENGE MERGING: False (<DEFAULT>)
SCAVENGE HISTORY MAX AGE: 30 (<DEFAULT>)
CLUSTER DNS: fake.dns (<DEFAULT>)
CLUSTER GOSSIP PORT: 30777 (<DEFAULT>)
STATS PERIOD SEC: 30 (<DEFAULT>)
CACHED CHUNKS: -1 (<DEFAULT>)
READER THREADS COUNT: 4 (<DEFAULT>)
CHUNKS CACHE SIZE: 536871424 (<DEFAULT>)
MAX MEM TABLE SIZE: 1000000 (<DEFAULT>)
HASH COLLISION READ LIMIT: 100 (<DEFAULT>)
DB: /var/lib/eventstore (<DEFAULT>)
INDEX: <empty> (<DEFAULT>)
SKIP DB VERIFY: False (<DEFAULT>)
WRITE THROUGH: False (<DEFAULT>)
UNBUFFERED: False (<DEFAULT>)
RUN PROJECTIONS: None (<DEFAULT>)
PROJECTION THREADS: 3 (<DEFAULT>)
WORKER THREADS: 5 (<DEFAULT>)
ENABLE TRUSTED AUTH: False (<DEFAULT>)
CERTIFICATE STORE LOCATION: <empty> (<DEFAULT>)
CERTIFICATE STORE NAME: <empty> (<DEFAULT>)
CERTIFICATE SUBJECT NAME: <empty> (<DEFAULT>)
CERTIFICATE THUMBPRINT: <empty> (<DEFAULT>)
CERTIFICATE FILE: <empty> (<DEFAULT>)
CERTIFICATE PASSWORD: <empty> (<DEFAULT>)
USE INTERNAL SSL: False (<DEFAULT>)
DISABLE INSECURE TCP: False (<DEFAULT>)
SSL TARGET HOST: n/a (<DEFAULT>)
SSL VALIDATE SERVER: True (<DEFAULT>)
AUTHENTICATION TYPE: internal (<DEFAULT>)
AUTHENTICATION CONFIG: <empty> (<DEFAULT>)
PREPARE TIMEOUT MS: 2000 (<DEFAULT>)
COMMIT TIMEOUT MS: 2000 (<DEFAULT>)
UNSAFE DISABLE FLUSH TO DISK: False (<DEFAULT>)
BETTER ORDERING: False (<DEFAULT>)
UNSAFE IGNORE HARD DELETE: False (<DEFAULT>)
INDEX CACHE DEPTH: 16 (<DEFAULT>)
GOSSIP INTERVAL MS: 1000 (<DEFAULT>)
GOSSIP ALLOWED DIFFERENCE MS: 60000 (<DEFAULT>)
GOSSIP TIMEOUT MS: 500 (<DEFAULT>)
ENABLE HISTOGRAMS: False (<DEFAULT>)
ALWAYS KEEP SCAVENGED: False (<DEFAULT>)
[16653,01,21:02:59.769] Quorum size set to 2
[16653,01,21:02:59.787] Cannot find plugins path: /home/parallels/Dev/EventStore/bin/clusternode/plugins
[16653,01,21:02:59.853] INSTANCE ID: 130bb3d2-a415-4e84-aa3d-fd8a8ac04225
[16653,01,21:02:59.854] DATABASE: /tmp/EmbeddedEventStore/2017-05-11_21.02.59.771783-EmbeddedNode
[16653,01,21:02:59.854] WRITER CHECKPOINT: 0 (0x0)
[16653,01,21:02:59.854] CHASER CHECKPOINT: 0 (0x0)
[16653,01,21:02:59.854] EPOCH CHECKPOINT: -1 (0xFFFFFFFFFFFFFFFF)
[16653,01,21:02:59.854] TRUNCATE CHECKPOINT: -1 (0xFFFFFFFFFFFFFFFF)
[16653,01,21:03:00.023] MessageHierarchy initialization took 00:00:00.1308771.
[16653,01,21:03:00.224] Starting MiniWeb for /web/es/js/projections ==> /home/parallels/Dev/EventStore/bin/clusternode/projections
[16653,01,21:03:00.224] Starting MiniWeb for /web/es/js/projections/v8/Prelude ==> /home/parallels/Dev/EventStore/bin/clusternode/Prelude
[16653,01,21:03:00.238] Starting MiniWeb for /web ==> /home/parallels/Dev/EventStore/bin/clusternode/clusternode-web
[16653,01,21:03:00.238] Binding MiniWeb to /web/{*remaining_path}
[16653,01,21:03:00.239] Starting MiniWeb for /web ==> /home/parallels/Dev/EventStore/bin/clusternode/clusternode-web
[16653,01,21:03:00.239] Binding MiniWeb to /web/{*remaining_path}
[16653,12,21:03:00.262] ========== [127.0.0.1:2112] SYSTEM INIT...
[16653,12,21:03:00.292] Starting Normal TCP listening on TCP endpoint: 127.0.0.1:1113.
[16653,12,21:03:00.314] Starting Normal TCP listening on TCP endpoint: 127.0.0.1:1112.
[16653,13,21:03:00.328] TableIndex initialization...
[16653,13,21:03:00.332] ReadIndex building...
[16653,13,21:03:00.333] ReadIndex rebuilding done: total processed 0 records, time elapsed: 00:00:00.0010260.
[16653,12,21:03:00.380] Starting HTTP server on [https://*:2113/]...
[16653,12,21:03:00.413] HTTP server is up and listening on [https://*:2113/]
[16653,12,21:03:00.430] SLOW BUS MSG [MainBus]: SystemInit - 98ms. Handler: HttpService.
[16653,12,21:03:00.430] Starting HTTP server on [https://*:2112/]...
[16653,12,21:03:00.431] HTTP server is up and listening on [https://*:2112/]
[16653,12,21:03:00.454] SLOW QUEUE MSG [MainQueue]: SystemInit - 197ms. Q: 0/8.
[16653,12,21:03:00.454] ========== [127.0.0.1:2112] Service 'StorageWriter' initialized.
[16653,12,21:03:00.454] ========== [127.0.0.1:2112] Service 'StorageReader' initialized.
[16653,12,21:03:00.456] ========== [127.0.0.1:2112] Service 'StorageChaser' initialized.
[16653,12,21:03:00.488] CLUSTER HAS CHANGED
[16653,12,21:03:00.489] Old:
[16653,12,21:03:00.490] VND {130bb3d2-a415-4e84-aa3d-fd8a8ac04225} <LIVE> [Unknown, 127.0.0.1:1112, 127.0.0.1:0, 127.0.0.1:1113, 127.0.0.1:0, 127.0.0.1:2112, 127.0.0.1:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2017-05-11 21:03:00.432
[16653,12,21:03:00.490] New:
[16653,12,21:03:00.490] MAN {00000000-0000-0000-0000-000000000000} <LIVE> [Manager, 127.0.0.1:2122, 127.0.0.1:2122] | 2017-05-11 21:03:00.459
[16653,12,21:03:00.490] VND {130bb3d2-a415-4e84-aa3d-fd8a8ac04225} <LIVE> [Unknown, 127.0.0.1:1112, 127.0.0.1:0, 127.0.0.1:1113, 127.0.0.1:0, 127.0.0.1:2112, 127.0.0.1:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2017-05-11 21:03:00.432
[16653,12,21:03:00.491] --------------------------------------------------------------------------------
[16653,12,21:03:00.497] ========== [127.0.0.1:2112] SYSTEM START...
[16653,12,21:03:00.500] ========== [127.0.0.1:2112] IS UNKNOWN...
[16653,07,21:03:00.575] Subscriptions received state change to Unknown stopping listening.
[16653,07,21:03:00.578] SLOW BUS MSG [PersistentSubscriptionsBus]: BecomeUnknown - 76ms. Handler: PersistentSubscriptionService.
[16653,12,21:03:00.624] ELECTIONS: STARTING ELECTIONS.
[16653,12,21:03:00.624] ELECTIONS: (V=0) SHIFT TO LEADER ELECTION.
[16653,12,21:03:00.625] ELECTIONS: (V=0) VIEWCHANGE FROM [127.0.0.1:2112, {130bb3d2-a415-4e84-aa3d-fd8a8ac04225}].
[16653,12,21:03:00.627] SLOW BUS MSG [MainBus]: StartElections - 118ms. Handler: ElectionsService.
[16653,12,21:03:00.627] SLOW QUEUE MSG [MainQueue]: StartElections - 118ms. Q: 0/4.
[16653,06,21:03:00.726] POST: https://127.0.0.1:2122/gossip
[16653,14,21:03:00.726] POST: https://127.0.0.1:2122/gossip
[16653,16,21:03:00.740] POST: https://127.0.0.1:2122/gossip
[16653,14,21:03:00.765] SLOW BUS MSG [Worker #1 Bus]: SendOverHttp - 261ms. Handler: HttpSendService.
[16653,14,21:03:00.809] SLOW QUEUE MSG [Worker #1]: SendOverHttp - 261ms. Q: 0/0.
[16653,16,21:03:00.843] POST: https://127.0.0.1:2122/gossip
[16653,08,21:03:00.949] POST: https://127.0.0.1:2122/gossip
[16653,07,21:03:01.052] POST: https://127.0.0.1:2122/gossip
[16653,08,21:03:01.156] POST: https://127.0.0.1:2122/gossip
[16653,06,21:03:01.259] POST: https://127.0.0.1:2122/gossip
[16653,17,21:03:01.362] POST: https://127.0.0.1:2122/gossip
[16653,08,21:03:01.470] POST: https://127.0.0.1:2122/gossip
[16653,06,21:03:01.583] POST: https://127.0.0.1:2122/gossip
[16653,12,21:03:01.643] ELECTIONS: (V=0) TIMED OUT! (S=ElectingLeader, M=).
[16653,12,21:03:01.643] ELECTIONS: (V=1) SHIFT TO LEADER ELECTION.
[16653,12,21:03:01.643] ELECTIONS: (V=1) VIEWCHANGE FROM [127.0.0.1:2112, {130bb3d2-a415-4e84-aa3d-fd8a8ac04225}].
[16653,14,21:03:01.686] POST: https://127.0.0.1:2122/gossip
[16653,14,21:03:01.790] POST: https://127.0.0.1:2122/gossip
[16653,16,21:03:01.893] POST: https://127.0.0.1:2122/gossip
[16653,17,21:03:01.997] POST: https://127.0.0.1:2122/gossip
[16653,08,21:03:02.105] POST: https://127.0.0.1:2122/gossip
[16653,17,21:03:02.206] POST: https://127.0.0.1:2122/gossip
[16653,08,21:03:02.309] POST: https://127.0.0.1:2122/gossip
[16653,07,21:03:02.411] POST: https://127.0.0.1:2122/gossip
[16653,07,21:03:02.515] POST: https://127.0.0.1:2122/gossip
[16653,14,21:03:02.616] POST: https://127.0.0.1:2122/gossip
[16653,12,21:03:02.647] ELECTIONS: (V=1) TIMED OUT! (S=ElectingLeader, M=).
[16653,12,21:03:02.647] ELECTIONS: (V=2) SHIFT TO LEADER ELECTION.
[16653,12,21:03:02.647] ELECTIONS: (V=2) VIEWCHANGE FROM [127.0.0.1:2112, {130bb3d2-a415-4e84-aa3d-fd8a8ac04225}].
[16653,06,21:03:03.624] POST: https://127.0.0.1:2122/gossip
[16653,12,21:03:03.654] ELECTIONS: (V=2) TIMED OUT! (S=ElectingLeader, M=).
[16653,12,21:03:03.654] ELECTIONS: (V=3) SHIFT TO LEADER ELECTION.
[16653,12,21:03:03.654] ELECTIONS: (V=3) VIEWCHANGE FROM [127.0.0.1:2112, {130bb3d2-a415-4e84-aa3d-fd8a8ac04225}].
[16653,16,21:03:04.634] POST: https://127.0.0.1:2122/gossip
[16653,12,21:03:04.664] ELECTIONS: (V=3) TIMED OUT! (S=ElectingLeader, M=).
[16653,12,21:03:04.664] ELECTIONS: (V=4) SHIFT TO LEADER ELECTION.
[16653,12,21:03:04.664] ELECTIONS: (V=4) VIEWCHANGE FROM [127.0.0.1:2112, {130bb3d2-a415-4e84-aa3d-fd8a8ac04225}].
[16653,17,21:03:05.642] POST: https://127.0.0.1:2122/gossip
[16653,12,21:03:05.673] ELECTIONS: (V=4) TIMED OUT! (S=ElectingLeader, M=).
[16653,12,21:03:05.673] ELECTIONS: (V=5) SHIFT TO LEADER ELECTION.
[16653,12,21:03:05.673] ELECTIONS: (V=5) VIEWCHANGE FROM [127.0.0.1:2112, {130bb3d2-a415-4e84-aa3d-fd8a8ac04225}].
[16653,08,21:03:06.648] POST: https://127.0.0.1:2122/gossip
[16653,12,21:03:06.677] ELECTIONS: (V=5) TIMED OUT! (S=ElectingLeader, M=).
[16653,12,21:03:06.678] ELECTIONS: (V=6) SHIFT TO LEADER ELECTION.
[16653,12,21:03:06.678] ELECTIONS: (V=6) VIEWCHANGE FROM [127.0.0.1:2112, {130bb3d2-a415-4e84-aa3d-fd8a8ac04225}].
[16653,07,21:03:07.649] POST: https://127.0.0.1:2122/gossip
[16653,12,21:03:07.680] ELECTIONS: (V=6) TIMED OUT! (S=ElectingLeader, M=).
[16653,12,21:03:07.680] ELECTIONS: (V=7) SHIFT TO LEADER ELECTION.
[16653,12,21:03:07.680] ELECTIONS: (V=7) VIEWCHANGE FROM [127.0.0.1:2112, {130bb3d2-a415-4e84-aa3d-fd8a8ac04225}].
[16653,17,21:03:08.657] POST: https://127.0.0.1:2122/gossip
[16653,12,21:03:08.687] ELECTIONS: (V=7) TIMED OUT! (S=ElectingLeader, M=).
[16653,12,21:03:08.687] ELECTIONS: (V=8) SHIFT TO LEADER ELECTION.
[16653,12,21:03:08.687] ELECTIONS: (V=8) VIEWCHANGE FROM [127.0.0.1:2112, {130bb3d2-a415-4e84-aa3d-fd8a8ac04225}].
[16653,19,21:03:09.660] POST: https://127.0.0.1:2122/gossip
[16653,12,21:03:09.691] ELECTIONS: (V=8) TIMED OUT! (S=ElectingLeader, M=).
[16653,12,21:03:09.692] ELECTIONS: (V=9) SHIFT TO LEADER ELECTION.
[16653,12,21:03:09.692] ELECTIONS: (V=9) VIEWCHANGE FROM [127.0.0.1:2112, {130bb3d2-a415-4e84-aa3d-fd8a8ac04225}].
ES VERSION: 4.0.2 (gossip-over-https/40328829a3363844eb1f63b442d6ff7060bd0d7d, Tue, 9 May 2017 21:54:40 +0100)
[16703,01,21:03:08.367] OS: Linux (Unix 4.4.0.75)
[16703,01,21:03:08.368] RUNTIME: 4.6.2 (Stable 4.6.2.16/ac9e222 Tue Jan 3 11:48:26 UTC 2017) (64-bit)
[16703,01,21:03:08.368] GC: 2 GENERATIONS
[16703,01,21:03:08.368] LOGS: /home/parallels/Dev/2123-https-logs
[16703,01,21:03:08.374] MODIFIED OPTIONS:
CONFIG: ../2123-https.yaml (Command Line)
MEM DB: true (Config File)
LOG: ../2123-https-logs (Config File)
INT IP: 127.0.0.1 (Config File)
EXT IP: 127.0.0.1 (Config File)
INT TCP PORT: 1122 (Config File)
EXT TCP PORT: 1123 (Config File)
INT HTTP PORT: 2122 (Config File)
EXT HTTP PORT: 2123 (Config File)
INT HTTP PREFIXES: https://*:2122/ (Config File)
EXT HTTP PREFIXES: https://*:2123/ (Config File)
ADD INTERFACE PREFIXES: false (Config File)
CLUSTER SIZE: 2 (Config File)
DISCOVER VIA DNS: false (Config File)
GOSSIP SEED: 127.0.0.1:2112 (Config File)
USE HTTPS: true (Config File)
LOG HTTP REQUESTS: true (Config File)
DEFAULT OPTIONS:
HELP: False (<DEFAULT>)
VERSION: False (<DEFAULT>)
DEFINES: <empty> (<DEFAULT>)
WHAT IF: False (<DEFAULT>)
START STANDARD PROJECTIONS: False (<DEFAULT>)
DISABLE HTTP CACHING: False (<DEFAULT>)
MONO MIN THREADPOOL SIZE: 10 (<DEFAULT>)
INT SECURE TCP PORT: 0 (<DEFAULT>)
EXT SECURE TCP PORT ADVERTISE AS: 0 (<DEFAULT>)
EXT SECURE TCP PORT: 0 (<DEFAULT>)
EXT IP ADVERTISE AS: <empty> (<DEFAULT>)
EXT TCP PORT ADVERTISE AS: 0 (<DEFAULT>)
EXT HTTP PORT ADVERTISE AS: 0 (<DEFAULT>)
INT IP ADVERTISE AS: <empty> (<DEFAULT>)
INT SECURE TCP PORT ADVERTISE AS: 0 (<DEFAULT>)
INT TCP PORT ADVERTISE AS: 0 (<DEFAULT>)
INT HTTP PORT ADVERTISE AS: 0 (<DEFAULT>)
INT TCP HEARTBEAT TIMEOUT: 700 (<DEFAULT>)
EXT TCP HEARTBEAT TIMEOUT: 1000 (<DEFAULT>)
INT TCP HEARTBEAT INTERVAL: 700 (<DEFAULT>)
EXT TCP HEARTBEAT INTERVAL: 2000 (<DEFAULT>)
GOSSIP ON SINGLE NODE: False (<DEFAULT>)
FORCE: False (<DEFAULT>)
NODE PRIORITY: 0 (<DEFAULT>)
MIN FLUSH DELAY MS: 2 (<DEFAULT>)
COMMIT COUNT: -1 (<DEFAULT>)
PREPARE COUNT: -1 (<DEFAULT>)
ADMIN ON EXT: True (<DEFAULT>)
STATS ON EXT: True (<DEFAULT>)
GOSSIP ON EXT: True (<DEFAULT>)
DISABLE SCAVENGE MERGING: False (<DEFAULT>)
SCAVENGE HISTORY MAX AGE: 30 (<DEFAULT>)
CLUSTER DNS: fake.dns (<DEFAULT>)
CLUSTER GOSSIP PORT: 30777 (<DEFAULT>)
STATS PERIOD SEC: 30 (<DEFAULT>)
CACHED CHUNKS: -1 (<DEFAULT>)
READER THREADS COUNT: 4 (<DEFAULT>)
CHUNKS CACHE SIZE: 536871424 (<DEFAULT>)
MAX MEM TABLE SIZE: 1000000 (<DEFAULT>)
HASH COLLISION READ LIMIT: 100 (<DEFAULT>)
DB: /var/lib/eventstore (<DEFAULT>)
INDEX: <empty> (<DEFAULT>)
SKIP DB VERIFY: False (<DEFAULT>)
WRITE THROUGH: False (<DEFAULT>)
UNBUFFERED: False (<DEFAULT>)
RUN PROJECTIONS: None (<DEFAULT>)
PROJECTION THREADS: 3 (<DEFAULT>)
WORKER THREADS: 5 (<DEFAULT>)
ENABLE TRUSTED AUTH: False (<DEFAULT>)
CERTIFICATE STORE LOCATION: <empty> (<DEFAULT>)
CERTIFICATE STORE NAME: <empty> (<DEFAULT>)
CERTIFICATE SUBJECT NAME: <empty> (<DEFAULT>)
CERTIFICATE THUMBPRINT: <empty> (<DEFAULT>)
CERTIFICATE FILE: <empty> (<DEFAULT>)
CERTIFICATE PASSWORD: <empty> (<DEFAULT>)
USE INTERNAL SSL: False (<DEFAULT>)
DISABLE INSECURE TCP: False (<DEFAULT>)
SSL TARGET HOST: n/a (<DEFAULT>)
SSL VALIDATE SERVER: True (<DEFAULT>)
AUTHENTICATION TYPE: internal (<DEFAULT>)
AUTHENTICATION CONFIG: <empty> (<DEFAULT>)
PREPARE TIMEOUT MS: 2000 (<DEFAULT>)
COMMIT TIMEOUT MS: 2000 (<DEFAULT>)
UNSAFE DISABLE FLUSH TO DISK: False (<DEFAULT>)
BETTER ORDERING: False (<DEFAULT>)
UNSAFE IGNORE HARD DELETE: False (<DEFAULT>)
INDEX CACHE DEPTH: 16 (<DEFAULT>)
GOSSIP INTERVAL MS: 1000 (<DEFAULT>)
GOSSIP ALLOWED DIFFERENCE MS: 60000 (<DEFAULT>)
GOSSIP TIMEOUT MS: 500 (<DEFAULT>)
ENABLE HISTOGRAMS: False (<DEFAULT>)
ALWAYS KEEP SCAVENGED: False (<DEFAULT>)
[16703,01,21:03:08.379] Quorum size set to 2
[16703,01,21:03:08.390] Cannot find plugins path: /home/parallels/Dev/EventStore/bin/clusternode/plugins
[16703,01,21:03:08.468] INSTANCE ID: 06dff561-77eb-4510-80f4-359f274c834b
[16703,01,21:03:08.468] DATABASE: /tmp/EmbeddedEventStore/2017-05-11_21.03.08.381548-EmbeddedNode
[16703,01,21:03:08.469] WRITER CHECKPOINT: 0 (0x0)
[16703,01,21:03:08.469] CHASER CHECKPOINT: 0 (0x0)
[16703,01,21:03:08.469] EPOCH CHECKPOINT: -1 (0xFFFFFFFFFFFFFFFF)
[16703,01,21:03:08.469] TRUNCATE CHECKPOINT: -1 (0xFFFFFFFFFFFFFFFF)
[16703,01,21:03:08.654] MessageHierarchy initialization took 00:00:00.1437504.
[16703,01,21:03:08.832] Starting MiniWeb for /web/es/js/projections ==> /home/parallels/Dev/EventStore/bin/clusternode/projections
[16703,01,21:03:08.832] Starting MiniWeb for /web/es/js/projections/v8/Prelude ==> /home/parallels/Dev/EventStore/bin/clusternode/Prelude
[16703,01,21:03:08.840] Starting MiniWeb for /web ==> /home/parallels/Dev/EventStore/bin/clusternode/clusternode-web
[16703,01,21:03:08.840] Binding MiniWeb to /web/{*remaining_path}
[16703,01,21:03:08.841] Starting MiniWeb for /web ==> /home/parallels/Dev/EventStore/bin/clusternode/clusternode-web
[16703,01,21:03:08.841] Binding MiniWeb to /web/{*remaining_path}
[16703,13,21:03:08.856] ========== [127.0.0.1:2122] SYSTEM INIT...
[16703,13,21:03:08.882] Starting Normal TCP listening on TCP endpoint: 127.0.0.1:1123.
[16703,14,21:03:08.913] TableIndex initialization...
[16703,14,21:03:08.926] ReadIndex building...
[16703,14,21:03:08.927] ReadIndex rebuilding done: total processed 0 records, time elapsed: 00:00:00.0010810.
[16703,13,21:03:08.982] SLOW BUS MSG [MainBus]: SystemInit - 51ms. Handler: TcpService.
[16703,13,21:03:08.982] Starting Normal TCP listening on TCP endpoint: 127.0.0.1:1122.
[16703,13,21:03:09.017] Starting HTTP server on [https://*:2123/]...
[16703,13,21:03:09.048] HTTP server is up and listening on [https://*:2123/]
[16703,13,21:03:09.048] SLOW BUS MSG [MainBus]: SystemInit - 65ms. Handler: HttpService.
[16703,13,21:03:09.048] Starting HTTP server on [https://*:2122/]...
[16703,13,21:03:09.049] HTTP server is up and listening on [https://*:2122/]
[16703,13,21:03:09.074] SLOW QUEUE MSG [MainQueue]: SystemInit - 212ms. Q: 0/8.
[16703,13,21:03:09.074] ========== [127.0.0.1:2122] Service 'StorageWriter' initialized.
[16703,13,21:03:09.074] ========== [127.0.0.1:2122] Service 'StorageReader' initialized.
[16703,13,21:03:09.075] ========== [127.0.0.1:2122] Service 'StorageChaser' initialized.
[16703,13,21:03:09.105] CLUSTER HAS CHANGED
[16703,13,21:03:09.105] Old:
[16703,13,21:03:09.106] VND {06dff561-77eb-4510-80f4-359f274c834b} <LIVE> [Unknown, 127.0.0.1:1122, 127.0.0.1:0, 127.0.0.1:1123, 127.0.0.1:0, 127.0.0.1:2122, 127.0.0.1:2123] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2017-05-11 21:03:09.050
[16703,13,21:03:09.106] New:
[16703,13,21:03:09.106] VND {06dff561-77eb-4510-80f4-359f274c834b} <LIVE> [Unknown, 127.0.0.1:1122, 127.0.0.1:0, 127.0.0.1:1123, 127.0.0.1:0, 127.0.0.1:2122, 127.0.0.1:2123] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2017-05-11 21:03:09.050
[16703,13,21:03:09.106] MAN {00000000-0000-0000-0000-000000000000} <LIVE> [Manager, 127.0.0.1:2112, 127.0.0.1:2112] | 2017-05-11 21:03:09.077
[16703,13,21:03:09.107] --------------------------------------------------------------------------------
[16703,13,21:03:09.109] ========== [127.0.0.1:2122] SYSTEM START...
[16703,13,21:03:09.113] ========== [127.0.0.1:2122] IS UNKNOWN...
[16703,06,21:03:09.218] Subscriptions received state change to Unknown stopping listening.
[16703,06,21:03:09.218] SLOW BUS MSG [PersistentSubscriptionsBus]: BecomeUnknown - 104ms. Handler: PersistentSubscriptionService.
[16703,13,21:03:09.253] ELECTIONS: STARTING ELECTIONS.
[16703,13,21:03:09.253] ELECTIONS: (V=0) SHIFT TO LEADER ELECTION.
[16703,13,21:03:09.254] ELECTIONS: (V=0) VIEWCHANGE FROM [127.0.0.1:2122, {06dff561-77eb-4510-80f4-359f274c834b}].
[16703,13,21:03:09.255] SLOW BUS MSG [MainBus]: StartElections - 126ms. Handler: ElectionsService.
[16703,13,21:03:09.255] SLOW QUEUE MSG [MainQueue]: StartElections - 126ms. Q: 0/4.
[16703,07,21:03:09.348] POST: https://127.0.0.1:2112/gossip
[16703,08,21:03:09.348] POST: https://127.0.0.1:2112/gossip
[16703,09,21:03:09.359] POST: https://127.0.0.1:2112/gossip
[16703,08,21:03:09.408] SLOW BUS MSG [Worker #1 Bus]: SendOverHttp - 293ms. Handler: HttpSendService.
[16703,08,21:03:09.446] SLOW QUEUE MSG [Worker #1]: SendOverHttp - 294ms. Q: 0/0.
[16703,07,21:03:09.468] POST: https://127.0.0.1:2112/gossip
[16703,07,21:03:09.576] POST: https://127.0.0.1:2112/gossip
[16703,19,21:03:09.683] POST: https://127.0.0.1:2112/gossip
[16703,20,21:03:09.797] POST: https://127.0.0.1:2112/gossip
[16703,23,21:03:10.105] POST: https://127.0.0.1:2112/gossip
[16703,23,21:03:10.106] POST: https://127.0.0.1:2112/gossip
[16703,16,21:03:10.129] POST: https://127.0.0.1:2112/gossip
[16703,07,21:03:10.229] POST: https://127.0.0.1:2112/gossip
[16703,13,21:03:10.262] ELECTIONS: (V=0) TIMED OUT! (S=ElectingLeader, M=).
[16703,13,21:03:10.262] ELECTIONS: (V=1) SHIFT TO LEADER ELECTION.
[16703,13,21:03:10.262] ELECTIONS: (V=1) VIEWCHANGE FROM [127.0.0.1:2122, {06dff561-77eb-4510-80f4-359f274c834b}].
[16703,17,21:03:10.333] POST: https://127.0.0.1:2112/gossip
[16703,09,21:03:10.436] POST: https://127.0.0.1:2112/gossip
[16703,19,21:03:10.538] POST: https://127.0.0.1:2112/gossip
[16703,18,21:03:10.643] POST: https://127.0.0.1:2112/gossip
[16703,09,21:03:10.745] POST: https://127.0.0.1:2112/gossip
[16703,21,21:03:10.779] Global Unhandled Exception occurred.
The authentication or decryption has failed.
[16703,21,21:03:10.795] at Mono.Security.Protocol.Tls.SslStreamBase.EndRead (System.IAsyncResult asyncResult) [0x00057] in <1d0bb82c94e7435eb09324cf5ef20e36>:0
at Mono.Net.Security.Private.LegacySslStream.EndAuthenticateAsServer (System.IAsyncResult asyncResult) [0x00011] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at Mono.Net.Security.Private.LegacySslStream.AuthenticateAsServer (System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, System.Boolean clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x0000e] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.HttpConnection.Init () [0x0001d] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.HttpConnection..ctor (System.Net.Sockets.Socket sock, System.Net.EndPointListener epl, System.Boolean secure, System.Security.Cryptography.X509Certificates.X509Certificate cert) [0x00096] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.EndPointListener.ProcessAccept (System.Net.Sockets.SocketAsyncEventArgs args) [0x00052] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.EndPointListener.OnAccept (System.Object sender, System.Net.Sockets.SocketAsyncEventArgs e) [0x00000] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.Sockets.SocketAsyncEventArgs.OnCompleted (System.Net.Sockets.SocketAsyncEventArgs e) [0x00014] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.Sockets.SocketAsyncEventArgs.Complete () [0x00000] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.Sockets.Socket.<AcceptAsyncCallback>m__0 (System.IAsyncResult ares) [0x000a0] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Net.Sockets.SocketAsyncResult+<Complete>c__AnonStorey0.<>m__0 (System.Object _) [0x00000] in <5071a6e4a4564e19a2eda0f53e42f9bd>:0
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00019] in <8f2c484307284b51944a1a13a14c0266>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00096] in <8f2c484307284b51944a1a13a14c0266>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment