diff --git a/src/groups/mqb/mqbs/mqbs_datastore.h b/src/groups/mqb/mqbs/mqbs_datastore.h index c6f897548..ade23211b 100644 --- a/src/groups/mqb/mqbs/mqbs_datastore.h +++ b/src/groups/mqb/mqbs/mqbs_datastore.h @@ -833,7 +833,7 @@ inline DataStoreRecordKeyHashAlgo::result_type DataStoreRecordKeyHashAlgo::operator()(const TYPE& type) const { return type.d_sequenceNum + - static_cast(type.d_primaryLeaseId) + static_cast(type.d_primaryLeaseId) << 32; }