On Tue, Aug 19, 2014 at 4:14 PM, Check Peck <comptechge...@gmail.com> wrote:
> What could be the reason for this sync issue? Can anyone shed some light > on this? > > Since our java driver code and datastax c++ driver code are using these > tables with CONSISTENCY LEVEL ONE. > 1) write with CL.ONE 2) get success response to client 3) replication times out to DC3 and is queued as a hint 4) SELECT COUNT(*) in DC3 You should be able to observe the storage and delivery of the hints in 3), and 4) should eventually be correct as a result of their delivery. =Rob