Re: BucketCache DEFAULT_MIN_FACTOR

2017-07-27 Thread Anoop John
FYI, Bucket Cache can be configured in on heap mode also.. Though am not sure some one will use it really. I believe we can remove that. -Anoop- On Thu, Jul 27, 2017 at 11:14 PM, Zach York wrote: > Hello, > > I have been looking through the code for BucketCache and I found that when > calcul

[jira] [Created] (HBASE-18468) Move precommit job to use jenkinsfile

2017-07-27 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-18468: --- Summary: Move precommit job to use jenkinsfile Key: HBASE-18468 URL: https://issues.apache.org/jira/browse/HBASE-18468 Project: HBase Issue Type: Task

[jira] [Resolved] (HBASE-16728) Add hadoop.profile=3.0 pass to precommit checks.

2017-07-27 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey resolved HBASE-16728. - Resolution: Fixed Assignee: Jonathan Hsieh this got done at some point. > Add hadoop.profi

[jira] [Created] (HBASE-18467) nightly job needs to comment on jira

2017-07-27 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-18467: --- Summary: nightly job needs to comment on jira Key: HBASE-18467 URL: https://issues.apache.org/jira/browse/HBASE-18467 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-18466) [C++] Support handling exception in RpcTestServer

2017-07-27 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HBASE-18466: - Summary: [C++] Support handling exception in RpcTestServer Key: HBASE-18466 URL: https://issues.apache.org/jira/browse/HBASE-18466 Project: HBase Issue Typ

[jira] [Created] (HBASE-18465) [AMv2] remove old split region code that is no longer needed

2017-07-27 Thread Yi Liang (JIRA)
Yi Liang created HBASE-18465: Summary: [AMv2] remove old split region code that is no longer needed Key: HBASE-18465 URL: https://issues.apache.org/jira/browse/HBASE-18465 Project: HBase Issue T

[jira] [Resolved] (HBASE-18464) Backport HBASE-17131 (Avoid livelock caused by HRegion#processRowsWithLocks) into branch-1.3 and branch-1.2

2017-07-27 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-18464. Resolution: Duplicate > Backport HBASE-17131 (Avoid livelock caused by HRegion#processRowsW

[jira] [Reopened] (HBASE-17131) Avoid livelock caused by HRegion#processRowsWithLocks

2017-07-27 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reopened HBASE-17131: > Avoid livelock caused by HRegion#processRowsWithLocks > -

[jira] [Created] (HBASE-18464) Backport HBASE-17131 (Avoid livelock caused by HRegion#processRowsWithLocks) into branch-1.3 and branch-1.2

2017-07-27 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-18464: -- Summary: Backport HBASE-17131 (Avoid livelock caused by HRegion#processRowsWithLocks) into branch-1.3 and branch-1.2 Key: HBASE-18464 URL: https://issues.apache.org/jira/brows

[jira] [Created] (HBASE-18463) Replication sink frequently triggers HBASE-18023 warnings

2017-07-27 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-18463: -- Summary: Replication sink frequently triggers HBASE-18023 warnings Key: HBASE-18463 URL: https://issues.apache.org/jira/browse/HBASE-18463 Project: HBase

BucketCache DEFAULT_MIN_FACTOR

2017-07-27 Thread Zach York
Hello, I have been looking through the code for BucketCache and I found that when calculating the partition size for single, multi, and memory segments, it is only utilizing 85% of the cache. This is due to the DEFAULT_MIN_FACTOR (0.85). Why is this necessary? Since the bucketcache is either off-

RE: Coprocessor question

2017-07-27 Thread Dave Birdsall
Hi, I found the answer to my question through some experimentation. Inside the Batch.Call.call method, the ServerRpcController object is your friend. Its failed() method returns true when the coprocessor is not present. Exception information concerning the missing coprocessor is stored in Serv

Coprocessor question

2017-07-27 Thread Dave Birdsall
Hi, I'm making my first attempt at implementing an endpoint coprocessor. I've written and built the protobuf, coprocessor class and client side code. In my first unit test, I thought it would be fun to see what happens if the coprocessor was not loaded on the server side. I imagined that I wou

[jira] [Created] (HBASE-18462) HBase server fails to start when rootdir contains spaces

2017-07-27 Thread JIRA
Ismaël Mejía created HBASE-18462: Summary: HBase server fails to start when rootdir contains spaces Key: HBASE-18462 URL: https://issues.apache.org/jira/browse/HBASE-18462 Project: HBase Issu

[jira] [Created] (HBASE-18461) Build broken If the username contains a backslash

2017-07-27 Thread Guangxu Cheng (JIRA)
Guangxu Cheng created HBASE-18461: - Summary: Build broken If the username contains a backslash Key: HBASE-18461 URL: https://issues.apache.org/jira/browse/HBASE-18461 Project: HBase Issue Typ