[jira] [Updated] (HBASE-13779) Calling table.exists() before table.get() end up with an empty Result

2015-12-17 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-13779: Component/s: Client > Calling table.exists() before table.get() end up with an empty Result > -

[jira] [Updated] (HBASE-13779) Calling table.exists() before table.get() end up with an empty Result

2015-06-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-13779: --- Fix Version/s: (was: 0.98.14) 0.98.13 > Calling table.exists() before

[jira] [Updated] (HBASE-13779) Calling table.exists() before table.get() end up with an empty Result

2015-05-29 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-13779: Attachment: HBASE-13779-addendum.patch > Calling table.exists() before table.get() end up w

[jira] [Updated] (HBASE-13779) Calling table.exists() before table.get() end up with an empty Result

2015-05-29 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-13779: Attachment: (was: HBASE-13779-addendum.patch) > Calling table.exists() before table.get

[jira] [Updated] (HBASE-13779) Calling table.exists() before table.get() end up with an empty Result

2015-05-29 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-13779: Attachment: HBASE-13779-addendum.patch > Calling table.exists() before table.get() end up w

[jira] [Updated] (HBASE-13779) Calling table.exists() before table.get() end up with an empty Result

2015-05-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-13779: --- Attachment: 13779-addendum.txt > Calling table.exists() before table.get() end up with an empty Result >

[jira] [Updated] (HBASE-13779) Calling table.exists() before table.get() end up with an empty Result

2015-05-29 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-13779: Resolution: Fixed Fix Version/s: 1.1.1 1.2.0 1.

[jira] [Updated] (HBASE-13779) Calling table.exists() before table.get() end up with an empty Result

2015-05-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-13779: -- Attachment: HBASE-13779-v0.patch > Calling table.exists() before table.get() end up with an empty Result >

[jira] [Updated] (HBASE-13779) Calling table.exists() before table.get() end up with an empty Result

2015-05-28 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-13779: Status: Patch Available (was: Open) > Calling table.exists() before table.get() end up wit

[jira] [Updated] (HBASE-13779) Calling table.exists() before table.get() end up with an empty Result

2015-05-28 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-13779: Attachment: HBASE-13779-v0.patch v0 reduces the scope to the exists/get only problem. In c

[jira] [Updated] (HBASE-13779) Calling table.exists() before table.get() end up with an empty Result

2015-05-26 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-13779: Description: If we call exists() before a get() the result returned by the get() will be e

[jira] [Updated] (HBASE-13779) Calling table.exists() before table.get() end up with an empty Result

2015-05-26 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-13779: Description: If we call exists() before a get() the result returned by the get() will be e

[jira] [Updated] (HBASE-13779) Calling table.exists() before table.get() end up with an empty Result

2015-05-26 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-13779: Description: If we call exists() before a get() the result returned by the get() will be e

[jira] [Updated] (HBASE-13779) Calling table.exists() before table.get() end up with an empty Result

2015-05-26 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-13779: Attachment: HBASE-13779-test.patch > Calling table.exists() before table.get() end up with