hbase git commit: HBASE-13171 Change AccessControlClient methods to accept connection object to reduce setup time (Srikanth Srungarapu)

2015-03-11 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 0f892c23e -> da9c5ac18 HBASE-13171 Change AccessControlClient methods to accept connection object to reduce setup time (Srikanth Srungarapu) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org

hbase git commit: HBASE-13201 Remove HTablePool from thrift-server (Solomon Duskis)

2015-03-11 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 7a3ea2370 -> ff8840acc HBASE-13201 Remove HTablePool from thrift-server (Solomon Duskis) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ff8840ac Tree: http://git-wip-u

hbase git commit: HBASE-13171 Change AccessControlClient methods to accept connection object to reduce setup time (Srikanth Srungarapu)

2015-03-11 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 9c83fa7b5 -> 7a3ea2370 HBASE-13171 Change AccessControlClient methods to accept connection object to reduce setup time (Srikanth Srungarapu) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/r

hbase git commit: HBASE-13167 The check for balancerCutoffTime is buggy (Mikhail Antonov)

2015-03-11 Thread stack
Repository: hbase Updated Branches: refs/heads/master c938267db -> 9c83fa7b5 HBASE-13167 The check for balancerCutoffTime is buggy (Mikhail Antonov) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9c83fa7b Tree: http://git

hbase git commit: HBASE-13063 Allow to turn off memstore replication for region replicas - ADDENDUM for turning of primary flush tigger when this is enabled

2015-03-11 Thread enis
Repository: hbase Updated Branches: refs/heads/branch-1 e864dd052 -> 0f892c23e HBASE-13063 Allow to turn off memstore replication for region replicas - ADDENDUM for turning of primary flush tigger when this is enabled Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://

hbase git commit: HBASE-13063 Allow to turn off memstore replication for region replicas - ADDENDUM for turning of primary flush tigger when this is enabled

2015-03-11 Thread enis
Repository: hbase Updated Branches: refs/heads/master 2adec36b2 -> c938267db HBASE-13063 Allow to turn off memstore replication for region replicas - ADDENDUM for turning of primary flush tigger when this is enabled Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://gi

hbase git commit: HBASE-13192. IntegrationTestBulkLoad doesn't wait for table modification sometimes leading to spurious test failures.

2015-03-11 Thread ddas
Repository: hbase Updated Branches: refs/heads/branch-1.0 1b2ea696f -> f4794bd2c HBASE-13192. IntegrationTestBulkLoad doesn't wait for table modification sometimes leading to spurious test failures. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.o

hbase git commit: HBASE-13192. IntegrationTestBulkLoad doesn't wait for table modification sometimes leading to spurious test failures.

2015-03-11 Thread ddas
Repository: hbase Updated Branches: refs/heads/master 5bf98d082 -> 2adec36b2 HBASE-13192. IntegrationTestBulkLoad doesn't wait for table modification sometimes leading to spurious test failures. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/r

hbase git commit: HBASE-13192. IntegrationTestBulkLoad doesn't wait for table modification sometimes leading to spurious test failures.

2015-03-11 Thread ddas
Repository: hbase Updated Branches: refs/heads/branch-1 f8dced1e6 -> e864dd052 HBASE-13192. IntegrationTestBulkLoad doesn't wait for table modification sometimes leading to spurious test failures. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org

hbase git commit: HBASE-13208 Patch build should match the patch filename and not the whole relative URL in findBranchNameFromPatchName

2015-03-11 Thread busbey
Repository: hbase Updated Branches: refs/heads/master b5bfbc8a9 -> 5bf98d082 HBASE-13208 Patch build should match the patch filename and not the whole relative URL in findBranchNameFromPatchName Signed-off-by: Sean Busbey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: h

[4/4] hbase git commit: HBASE-13206 Fix TableLock tableName log format

2015-03-11 Thread mbertozzi
HBASE-13206 Fix TableLock tableName log format Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b58e954e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b58e954e Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b

[1/4] hbase git commit: HBASE-13206 Fix TableLock tableName log format

2015-03-11 Thread mbertozzi
Repository: hbase Updated Branches: refs/heads/0.98 d4e820069 -> b58e954ef refs/heads/branch-1 c78243af6 -> f8dced1e6 refs/heads/branch-1.0 0bbb606ea -> 1b2ea696f refs/heads/master 9087febd2 -> b5bfbc8a9 HBASE-13206 Fix TableLock tableName log format Project: http://git-wip-us.apache.or

hbase git commit: HBASE-13191. Addendum missed one spot we hard-code MAVEN_OPTS for jenkins.

2015-03-11 Thread busbey
Repository: hbase Updated Branches: refs/heads/master e66dca6cd -> 9087febd2 HBASE-13191. Addendum missed one spot we hard-code MAVEN_OPTS for jenkins. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9087febd Tree: http://

hbase git commit: HBASE-12931 The existing KeyValues in memstore are not removed completely after inserting cell into memStore (ChiaPing Tsai)

2015-03-11 Thread tedyu
Repository: hbase Updated Branches: refs/heads/0.98 1b4f8afae -> d4e820069 HBASE-12931 The existing KeyValues in memstore are not removed completely after inserting cell into memStore (ChiaPing Tsai) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.

hbase git commit: HBASE-13165 Fix docs and scripts for default max heaps size after HBASE-11804 (code)

2015-03-11 Thread larsgeorge
Repository: hbase Updated Branches: refs/heads/branch-1 d0682d19f -> c78243af6 HBASE-13165 Fix docs and scripts for default max heaps size after HBASE-11804 (code) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c78243af

hbase git commit: HBASE-13165 Fix docs and scripts for default max heaps size after HBASE-11804 (code)

2015-03-11 Thread larsgeorge
Repository: hbase Updated Branches: refs/heads/branch-1.0 f5cb91895 -> 7acb39d6e HBASE-13165 Fix docs and scripts for default max heaps size after HBASE-11804 (code) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7acb39d

[2/2] hbase git commit: HBASE-13165 Fix docs and scripts for default max heaps size after HBASE-11804 (docs)

2015-03-11 Thread larsgeorge
HBASE-13165 Fix docs and scripts for default max heaps size after HBASE-11804 (docs) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e66dca6c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e66dca6c Diff: http://git-w

[1/2] hbase git commit: HBASE-13165 Fix docs and scripts for default max heaps size after HBASE-11804 (code)

2015-03-11 Thread larsgeorge
Repository: hbase Updated Branches: refs/heads/master 4d6442ada -> e66dca6cd HBASE-13165 Fix docs and scripts for default max heaps size after HBASE-11804 (code) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fa299bfa Tr

hbase git commit: HBASE-13174 Apply HBASE-11804 to Windows scripts

2015-03-11 Thread larsgeorge
Repository: hbase Updated Branches: refs/heads/branch-1 0fb1ad7db -> d0682d19f HBASE-13174 Apply HBASE-11804 to Windows scripts Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d0682d19 Tree: http://git-wip-us.apache.org/re

hbase git commit: HBASE-13174 Apply HBASE-11804 to Windows scripts

2015-03-11 Thread larsgeorge
Repository: hbase Updated Branches: refs/heads/branch-1.0 89112e849 -> f5cb91895 HBASE-13174 Apply HBASE-11804 to Windows scripts Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f5cb9189 Tree: http://git-wip-us.apache.org/

hbase git commit: HBASE-13174 Apply HBASE-11804 to Windows scripts

2015-03-11 Thread larsgeorge
Repository: hbase Updated Branches: refs/heads/master b436db7d7 -> 4d6442ada HBASE-13174 Apply HBASE-11804 to Windows scripts Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4d6442ad Tree: http://git-wip-us.apache.org/repo