Guest User

Untitled

a guest
Aug 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. # note that I see *EXACT* same results as the original post with the original code.
  2. # The fix below makes that not happen anymore (use snapshot mode)
  3. # mongo.jar on my machine is the shipped version of 2.7.0, so same exact Java Driver of original test
  4. # ( I was lead on the 2.7.0 release and did the build/release )
  5. b-mac mongodb/mongo-java-driver ‹master*› » scala -cp mongo.jar Repro.scala
  6. Inserting canary...
  7. Inserting test data...
  8. Paging through records...
  9. Spotted the canary!
  10. Updating canary object...
  11.  
  12. b-mac mongodb/mongo-java-driver ‹master*› »
Add Comment
Please, Sign In to add comment