Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Normal
Description
Copied from CASSANDRA-982:
- Message::removeHeader
message.setHeader(RowMutation.FORWARD_HEADER, null) throws NullPointerException
- db/RowMutationVerbHandler::forwardToLocalNodes
set correct destination address for sendOneWay
- response(ReadResponse result) added to DatacenterReadCallback
otherwise ReadCallback will process local results and condition will be never signaled in DatacenterReadCallback
- FORWARD header removed in StorageProxy::sendMessages if dataCenter equals to localDataCenter
(if a non local DC processed before local DC FORWARD header will be set when unhintedMessage used in sendToHintedEndpoints. one instance of Message used for unhintedMessage)