Re: Uninitialized Message Exception thrown while getting values.

2018-01-17 Thread ramkrishna vasudevan
Hi Which version of HBase you get this problem? Do you have any pb classpath issues? Regards Ram On Thu, Jan 18, 2018 at 12:40 PM, Karthick Ram wrote: > "UninitializedMessageException : Message missing required fields : region, > get", is thrown while performing Get.

Re: Encryption of exisiting data in Stripe Compaction

2017-06-14 Thread ramkrishna vasudevan
Hi Very interesting case. Ya Stripe compaction does not need to under go a major compaction if it already running under stripe compaction (reading the docs I get this). Since you have enable encryption at a later point of time you face this issue I believe. The naive workaround I can think of is

Re: A question about conflict between class 'ZeroCopyLiteralString' and latest protobuf

2017-05-24 Thread ramkrishna vasudevan
Hi During one of the tasks that we were doing, we wanted to upgrade to pb 3 and we found exactly the same issue as you have explained here wrt to ByteString encapsulating the LiteralByteString. The task that we were doing was with HBase trunk (which will be coming out as HBase-2.0). Hence as

[jira] [Commented] (HBASE-16643) Reverse scanner heap creation may not allow MSLAB closure due to improper ref counting of segments

2016-09-22 Thread ramkrishna vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15515508#comment-15515508 ] ramkrishna vasudevan commented on HBASE-16643: -- Hi Are you telling about some new issue

Fwd: Subscribe

2015-09-21 Thread ramkrishna vasudevan
-- Forwarded message -- From: ramkrishna vasudevan <ramkrishna.s.vasude...@gmail.com> Date: Fri, Sep 18, 2015 at 10:34 AM Subject: Subscribe To: issues-subscr...@hbase.apache.org

Re: [jira] [Commented] (HBASE-10800) Use CellComparator instead of KVComparator

2015-04-03 Thread ramkrishna vasudevan
Oops. Wil checkout the test failures On Apr 3, 2015 5:37 PM, Hadoop QA (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/HBASE-10800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14394348#comment-14394348 ] Hadoop QA commented

[jira] [Commented] (HBASE-10800) Use CellComparator instead of KVComparator

2015-04-03 Thread ramkrishna vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14394398#comment-14394398 ] ramkrishna vasudevan commented on HBASE-10800: -- Oops. Wil checkout the test

[jira] [Commented] (HBASE-10499) In write heavy scenario one of the regions does not get flushed causing RegionTooBusyException

2015-01-23 Thread ramkrishna vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14290311#comment-14290311 ] ramkrishna vasudevan commented on HBASE-10499: -- https://issues.apache.org

Re: [jira] [Updated] (HBASE-10499) In write heavy scenario one of the regions does not get flushed causing RegionTooBusyException

2015-01-23 Thread ramkrishna vasudevan
+1 on patch On Jan 22, 2015 9:12 PM, Ted Yu (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/HBASE-10499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-10499: --- Attachment: 10499-v6.txt In

[jira] [Commented] (HBASE-10499) In write heavy scenario one of the regions does not get flushed causing RegionTooBusyException

2015-01-23 Thread ramkrishna vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14290308#comment-14290308 ] ramkrishna vasudevan commented on HBASE-10499: -- +1 on patch https

[jira] [Commented] (HBASE-7307) MetaReader.tableExists should not return false if the specified table regions has been split

2012-12-08 Thread ramkrishna vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13527211#comment-13527211 ] ramkrishna vasudevan commented on HBASE-7307: - Fine Rajesh