You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are having issue when using aerospike through tcp proxy.
If we disable use alternate-access-address we are having null reference in client.
The behavior is right. It can't find any working address. But, May be exception should be more informative?
Type: LogMessage
ExceptionDetails:
[0].Type: NullReferenceException
[0].Message: Object reference not set to an instance of an object.
[0].Source: AerospikeClient
[0].Method: FailOnApplicationError
[0].StackTrace: at Aerospike.Client.AsyncCommand.FailOnApplicationError(AerospikeException ae)
at Aerospike.Client.AsyncCommand.ExecuteCommand()
at Aerospike.Client.AsyncCommand.ExecuteCore()
at Aerospike.Client.AsyncCommand.ExecuteInline(SocketAsyncEventArgs e)
at Aerospike.Client.AsyncCommandBlockingQueue.ScheduleCommand(AsyncCommand command)
at Aerospike.Client.AsyncCluster.ScheduleCommandExecution(AsyncCommand command)
at Aerospike.Client.AsyncCommand.Execute()
at Aerospike.Client.AsyncClient.Put(WritePolicy policy, WriteListener listener, Key key, Bin[] bins)
...
[0].Data:
Exceptions:
Exception: System.NullReferenceException
Error: Object reference not set to an instance of an object.
Source: AerospikeClient
Method: FailOnApplicationError
Data:
Stack:
at Aerospike.Client.AsyncCommand.FailOnApplicationError(AerospikeException ae)
at Aerospike.Client.AsyncCommand.ExecuteCommand()
at Aerospike.Client.AsyncCommand.ExecuteCore()
at Aerospike.Client.AsyncCommand.ExecuteInline(SocketAsyncEventArgs e)
at Aerospike.Client.AsyncCommandBlockingQueue.ScheduleCommand(AsyncCommand command)
at Aerospike.Client.AsyncCluster.ScheduleCommandExecution(AsyncCommand command)
at Aerospike.Client.AsyncCommand.Execute()
at Aerospike.Client.AsyncClient.Put(WritePolicy policy, WriteListener listener, Key key, Bin[] bins)
...)```
The text was updated successfully, but these errors were encountered:
We are having issue when using aerospike through tcp proxy.
If we disable use alternate-access-address we are having null reference in client.
The behavior is right. It can't find any working address. But, May be exception should be more informative?
The text was updated successfully, but these errors were encountered: