Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save saintstack/398253 to your computer and use it in GitHub Desktop.
Save saintstack/398253 to your computer and use it in GitHub Desktop.
* HBASE-1276 [testing] Upgrade to JUnit 4.x and use @BeforeClass annotations to optimize tests
* HBASE-1360 move up to Thrift 0.2.0 (Kay Kay and Lars Francke via Stack)
* HBASE-1373 Update Thrift to use compact/framed protocol (Lars Francke via Stack)
* HBASE-1433 Update hbase build to match core, use ivy, publish jars to maven repo, etc. (Kay Kay via Stack)
* HBASE-1698 Review documentation for o.a.h.h.mapreduce
* HBASE-1728 Column family scoping and cluster identification
* HBASE-1737 Regions unbalanced when adding new node (recommit)
* HBASE-1751 Fix KeyValue javadoc on getValue for client-side
* HBASE-1756 Refactor HLog (changing package first)
* HBASE-1758 Extract interface out of HTable (Vaibhav Puranik via Andrew Purtell)
* HBASE-1759 Ability to specify scanner caching on a per-scan basis (Ken Weiner via jgray)
* HBASE-1760 Cleanup TODOs in HTable
* HBASE-1763 Put writeToWAL methods do not have proper getter/setter names (second commit to fix compile error in hregion)
* HBASE-1770 HTable.setWriteBufferSize does not flush the writeBuffer when its size is set to a value lower than its current size. (Mathias via jgray)
* HBASE-1771 PE sequentialWrite is 7x slower because of MemStoreFlusher#checkStoreFileCount
* HBASE-1776 Make rowcounter enum public
* HBASE-1778 Improve PerformanceEvaluation (Schubert Zhang via Stack)
* HBASE-1779 ThriftServer logged error if getVer() result is empty
* HBASE-1790 filters are not working correctly (HBASE-1710 HBASE-1807 too)
* HBASE-1791 Timeout in IndexRecordWriter (Bradford Stephens via Andrew Purtell)
* HBASE-1792 [Regression] Cannot save timestamp in the future
* HBASE-1793 [Regression] HTable.get/getRow with a ts is broken
* HBASE-1820 Update jruby from 1.2 to 1.3.1
* HBASE-1821 Filtering by SingleColumnValueFilter bug
* HBASE-1822 Remove the deprecated APIs
* HBASE-1841 If multiple of same key in an hfile and they span blocks, may miss the earlier keys on a lookup (Schubert Zhang via Stack)
* HBASE-1848 Fixup shell for HBASE-1822
* HBASE-1850 src/examples/mapred do not compile after HBASE-1822
* HBASE-1885 Simplify use of IndexedTable outside Java API (Kevin Patterson via Stack)
* HBASE-1887 Update hbase trunk to latests on hadoop 0.21 branch so we can all test sync/append
* HBASE-1889 ClassNotFoundException on trunk for REST
* HBASE-1901 "General" partitioner for "hbase-48" bulk (behind the api, write Hfiles direct) uploader
* HBASE-1902 Let PerformanceEvaluation support setting tableName and compress algorithm (Schubert Zhang via Stack)
* HBASE-1907 Version all client writables
* HBASE-1914 hlog should be able to set replication level for the log indendently from any other files
* HBASE-1915 HLog.sync is called way too often, needs to be only called one time per RPC
* HBASE-1926 Remove unused xmlenc jar from trunk
* HBASE-1930 Put.setTimeStamp misleading (doesn't change timestamp on existing KeyValues, not copied in copy constructor) (Dave Latham via Stack)
* HBASE-1933 Upload Hbase jars to a public maven repository (Kay Kay via Stack)
* HBASE-1936 HLog group commit
* HBASE-1942 Update hadoop jars in trunk; update to r831142
* HBASE-1943 Remove AgileJSON; unused
* HBASE-1944 Add a "deferred log flush" attribute to HTD
* HBASE-1945 Remove META and ROOT memcache size bandaid
* HBASE-1946 Unhandled exception at regionserver (Dmitriy Lyfar via Stack)
* HBASE-1958 Remove "# TODO: PUT BACK !!! "${HADOOP_HOME}"/bin/hadoop dfsadmin -safemode wait"
* HBASE-1971 Unit test the full WAL replay cycle
* HBASE-1977 Add ts and allow setting VERSIONS when scanning in shell
* HBASE-1985 change HTable.delete(ArrayList) to HTable.delete(List)
* HBASE-1995 Add configurable max value size check (Lars George via Andrew Purtell)
* HBASE-2013 Add useful helpers to HBaseTestingUtility.java (Lars George via J-D) HBASE-2031 When starting HQuorumPeer, try to match on more than 1 address
* HBASE-2017 Set configurable max value size check to 10MB
* HBASE-2019 [EC2] remember credentials if not configured
* HBASE-2036 Use Configuration instead of HBaseConfiguration (Enis Soztutar via Stack) HBASE-2085 StringBuffer -> StringBuilder - conversion of references as necessary (Kay Kay via Stack)
* HBASE-2040 Fixes to group commit
* HBASE-2041 Change WAL default configuration values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment