Description
The feature branch for MOB work (HBASE-11339) at some recent point split into two divergent branches that differ by case in their name (hbase-11339 v HBASE-11339).
Per the mailing list, this is breaking git on filesystems that are case insensitive, namely Mac OS X.
This isn't just an annoyance. Clearly active dev is happening on
"hbase-11339", last commit:commit e5a1b86dbad650f9740eb24a7f544c4a51f05654
Author: Jonathan M Hsieh <jmhsieh@apache.org>
Date: Thu Oct 30 06:50:13 2014 -0700
HBASE-11683Metrics for MOB (Jingcheng Du)While on "
HBASE-11339" it's commit 8a8b7de760a33c8195e287975d5b4a337d71b1fa
Author: Ramkrishna <ramkrishna.s.vasudevan@intel.com>
Date: Fri Oct 31 15:43:58 2014 +0530
HBASE-12392Incorrect implementation ofCompactionRequest.isRetainDeleteMarkers(Jingcheng Du)
and this commit,
HBASE-12392, is missing on "hbase-11339", so whatever it
is supposed to fix isn't fixed there.We need for someone working on MOB to commit
HBASE-12392into "hbase-11339"
and then drop the "HBASE-11339" branch. Thanks!
Attachments
Issue Links
- is broken by
-
HBASE-11339 HBase MOB
- Closed