• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

couchbase / moss / 76

Builds Branch Commit Type Ran Committer Via Coverage
76 master deletion tombstones purged during compaction Before this change, deletions were correctly handled logically (a deleted record would correctly not appear in future Get()'s or iterations). But, physically, the deletion tombstone records were incor... push 15 Jul 2016 07:25PM UTC steveyen travis-ci pending completion   set done
77 master mossStore records & checks endian()'ness Change-Id: I2718c4356 Reviewed-on: http://review.couchbase.org/65734 Reviewed-by: Marty Schoch <marty.schoch@gmail.com> Tested-by: Steve Yen <steve.yen@gmail.com> push 15 Jul 2016 07:25PM UTC steveyen travis-ci pending completion   set done
73 master added cancelCh param to mergeInto() Change-Id: Ia2c5ee44c Reviewed-on: http://review.couchbase.org/65048 Reviewed-by: Marty Schoch <marty.schoch@gmail.com> Tested-by: Steve Yen <steve.yen@gmail.com> push 21 Jun 2016 09:01AM UTC steveyen travis-ci pending completion   set done
72 master added maxSegmentHeight param to mergeInto() Change-Id: Ie92e8feb2 Reviewed-on: http://review.couchbase.org/65047 Reviewed-by: Marty Schoch <marty.schoch@gmail.com> Tested-by: Steve Yen <steve.yen@gmail.com> push 21 Jun 2016 09:01AM UTC steveyen travis-ci pending completion   set done
71 master refactored runMerger() with helper methods This change refactors and splits the overly long runMerger() method into smaller helper methods of... - mergerWaitForWork() - mergerMain() - mergerNotifyPersister() Change-Id: I829b63388f6454aed15d248c... push 08 Jun 2016 08:26PM UTC steveyen travis-ci pending completion   set done
70 master fix snapshot-wrapper ref-counting This change also returns the store from OpenStoreCollection(). Change-Id: I533a49386 Reviewed-on: http://review.couchbase.org/64780 Reviewed-by: Marty Schoch <marty.schoch@gmail.co... push 07 Jun 2016 01:41PM UTC steveyen travis-ci pending completion   set done
69 master TestStoreCompactionDeferredSort, TestOpsDeferredSort Change-Id: I08f569fe9 Reviewed-on: http://review.couchbase.org/64748 Reviewed-by: Marty Schoch <marty.schoch@gmail.com> Tested-by: Steve Yen <steve.yen@gmail.com> push 05 Jun 2016 02:37PM UTC steveyen travis-ci pending completion   set done
68 master faster iterator from fewer end-key comparisons If the app created an iterator with an endKeyExclusive, the previous code would compare the current cursor key bytes against the end-key bytes on every Next(). This change instead compares the curre... push 03 Jun 2016 02:27PM UTC steveyen travis-ci pending completion   set done
66 master ptr-based iterator.cursors to speed heap ops Change-Id: Id1bf117d9 Reviewed-on: http://review.couchbase.org/64669 Reviewed-by: Marty Schoch <marty.schoch@gmail.com> Tested-by: Steve Yen <steve.yen@gmail.com> push 02 Jun 2016 01:46PM UTC steveyen travis-ci pending completion   set done
67 master optimize FindStartKeyInclusivePos using custom binary search Instead of using sort.Search(), using a custom binary search impl to optimize and to create less garbage (closures) for GC. Change-Id: Ie3e5f154e Reviewe... push 02 Jun 2016 01:46PM UTC steveyen travis-ci pending completion   set done
65 master NumKeyValBytes returns separate key vs val counts Change-Id: Ied56a8ac5 Reviewed-on: http://review.couchbase.org/64668 Reviewed-by: Marty Schoch <marty.schoch@gmail.com> Tested-by: Steve Yen <steve.yen@gmail.com> push 02 Jun 2016 01:45PM UTC steveyen travis-ci pending completion   set done
64 master faster merge through rougher estimation of memory needed Previously, the merger would use an iterator to estimate the bytes needed, which was relatively accurate but slower. This change just sums up all the bytes used by all the to-be-merged seg... push 01 Jun 2016 09:22PM UTC steveyen travis-ci pending completion   set done
62 master refactored out SegmentPersister interface Change-Id: I74424c9ee Reviewed-on: http://review.couchbase.org/64657 Reviewed-by: Marty Schoch <marty.schoch@gmail.com> Tested-by: Steve Yen <steve.yen@gmail.com> push 01 Jun 2016 04:53PM UTC steveyen travis-ci pending completion   set done
63 master mossStore VERSION bump - allow future kinds of segment impl's This change affects the mossStore file-format, where segments are now stored with a "kind" field. This is an enabler for additional, future kinds of segments. Change-Id: Id379a4d2ac4... push 01 Jun 2016 04:53PM UTC steveyen travis-ci pending completion   set done
61 master micro-optimizations for segment.GetOperationKeyVal() Profiling showed that segment.GetOperationKeyVal was in the top 5 profile funcs. Before this change... $ go test -bench=GetOp BenchmarkGetOperationKeyVal-8 200000000 ... push 01 Jun 2016 01:27PM UTC steveyen travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc