[jira] [Commented] (HBASE-7913) Secure Rest server should login before getting an instance of Rest servlet

2013-02-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585069#comment-13585069 ] Hudson commented on HBASE-7913: --- Integrated in HBase-0.94 #852 (See

[jira] [Commented] (HBASE-7546) Obtain a table read lock on region split operations

2013-02-23 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585078#comment-13585078 ] ramkrishna.s.vasudevan commented on HBASE-7546: --- I think this read lock will

[jira] [Created] (HBASE-7919) Wrong key is used in ServerManager#getServerConnection() to retrieve from Map serverConnections

2013-02-23 Thread Anoop Sam John (JIRA)
Anoop Sam John created HBASE-7919: - Summary: Wrong key is used in ServerManager#getServerConnection() to retrieve from Map serverConnections Key: HBASE-7919 URL: https://issues.apache.org/jira/browse/HBASE-7919

[jira] [Commented] (HBASE-7919) Wrong key is used in ServerManager#getServerConnection() to retrieve from Map serverConnections

2013-02-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585089#comment-13585089 ] Anoop Sam John commented on HBASE-7919: --- I can see in Trunk this is correct {code}

[jira] [Updated] (HBASE-7919) Wrong key is used in ServerManager#getServerConnection() to retrieve from Map serverConnections

2013-02-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated HBASE-7919: -- Attachment: HBASE-7919_94.patch Wrong key is used in ServerManager#getServerConnection()

[jira] [Commented] (HBASE-7919) Wrong key is used in ServerManager#getServerConnection() to retrieve from Map serverConnections

2013-02-23 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585091#comment-13585091 ] ramkrishna.s.vasudevan commented on HBASE-7919: --- Ok. Any possibility of

[jira] [Commented] (HBASE-7918) Reenable IntegrationTestRebalanceAndKillServersTargeted; it works now (thanks Sergey)

2013-02-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585092#comment-13585092 ] Hudson commented on HBASE-7918: --- Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #417 (See

[jira] [Commented] (HBASE-7911) Remove duplicated code from CreateTableHandler

2013-02-23 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585127#comment-13585127 ] Matteo Bertozzi commented on HBASE-7911: [~enis] Maybe some race in the tests? The

[jira] [Commented] (HBASE-7843) enable encapsulating compaction policy/compactor/store file manager interaction shennanigans

2013-02-23 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585128#comment-13585128 ] Matteo Bertozzi commented on HBASE-7843: yeah +1, I don't think I have other

[jira] [Commented] (HBASE-7912) HBase Backup/Restore Based on HBase Snapshot and FileLink

2013-02-23 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585129#comment-13585129 ] Matteo Bertozzi commented on HBASE-7912: {code}But snapshot alone is not enough

[jira] [Commented] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585131#comment-13585131 ] Ted Yu commented on HBASE-5416: --- I am with Lars on this one. The feature should be part of

[jira] [Commented] (HBASE-7912) HBase Backup/Restore Based on HBase Snapshot and FileLink

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585132#comment-13585132 ] Ted Yu commented on HBASE-7912: --- @Matteo: I think the difference in Richard's proposal is

[jira] [Commented] (HBASE-7899) Cell block building tools: Cell codec and means of iterating an objects Cells

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585137#comment-13585137 ] Ted Yu commented on HBASE-7899: --- I went through patch v3 briefly. Good job. +1

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5416: -- Attachment: 5416-drop-new-method-from-filter.txt A small patch illustrating my second approach. All Filter

[jira] [Commented] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-02-23 Thread Dave Latham (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585148#comment-13585148 ] Dave Latham commented on HBASE-5416: {quote} How hard is it to change filter to use

[jira] [Commented] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585151#comment-13585151 ] Ted Yu commented on HBASE-5416: --- @Dave: 0.94.5 was announced on 2013-02-16. If 0.94.6 is

[jira] [Commented] (HBASE-7912) HBase Backup/Restore Based on HBase Snapshot and FileLink

2013-02-23 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585160#comment-13585160 ] Matteo Bertozzi commented on HBASE-7912: [~ted_yu] unless you need all the history

[jira] [Commented] (HBASE-7919) Wrong key is used in ServerManager#getServerConnection() to retrieve from Map serverConnections

2013-02-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585161#comment-13585161 ] Anoop Sam John commented on HBASE-7919: --- [~ram_krish] It is a straight forward issue

[jira] [Commented] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585167#comment-13585167 ] Ted Yu commented on HBASE-5416: --- testScanner_JoinedScanners passed as well: {code} Running

[jira] [Updated] (HBASE-7919) Wrong key is used in ServerManager#getServerConnection() to retrieve from Map serverConnections

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7919: -- Hadoop Flags: Reviewed Ram said he is fine without new test. Integrated to 0.94 Thanks for the patch, Anoop.

[jira] [Commented] (HBASE-7884) ByteBloomFilter's performance can be improved by avoiding multiplication when generating hash

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585169#comment-13585169 ] Ted Yu commented on HBASE-7884: --- I think the improvement is significant. [~clockfly]: Mind

[jira] [Updated] (HBASE-7884) ByteBloomFilter's performance can be improved by avoiding multiplication when generating hash

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7884: -- Status: Open (was: Patch Available) ByteBloomFilter's performance can be improved by avoiding

[jira] [Commented] (HBASE-7919) Wrong key is used in ServerManager#getServerConnection() to retrieve from Map serverConnections

2013-02-23 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585172#comment-13585172 ] ramkrishna.s.vasudevan commented on HBASE-7919: --- No problem Anoop. Simple

[jira] [Commented] (HBASE-7790) Refactor OpenRegionHandler so that the cleanup happens in one place - the finally block

2013-02-23 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585174#comment-13585174 ] ramkrishna.s.vasudevan commented on HBASE-7790: --- Ted, if i get you correctly

[jira] [Resolved] (HBASE-7919) Wrong key is used in ServerManager#getServerConnection() to retrieve from Map serverConnections

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-7919. --- Resolution: Fixed Wrong key is used in ServerManager#getServerConnection() to retrieve from Map

[jira] [Commented] (HBASE-7790) Refactor OpenRegionHandler so that the cleanup happens in one place - the finally block

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585175#comment-13585175 ] Ted Yu commented on HBASE-7790: --- Thanks for the explanation. Patch is good to go.

[jira] [Commented] (HBASE-7884) ByteBloomFilter's performance can be improved by avoiding multiplication when generating hash

2013-02-23 Thread Nicolas Spiegelberg (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585193#comment-13585193 ] Nicolas Spiegelberg commented on HBASE-7884: clockfly: thanks for posting the

[jira] [Commented] (HBASE-7641) Port HBASE-6669 'Add BigDecimalColumnInterpreter for doing aggregations using AggregationClient' to trunk

2013-02-23 Thread Julian Wissmann (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585197#comment-13585197 ] Julian Wissmann commented on HBASE-7641: Hi again ;-) Great to see you working on

[jira] [Updated] (HBASE-7911) Remove duplicated code from CreateTableHandler

2013-02-23 Thread Matteo Bertozzi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-7911: --- Resolution: Fixed Status: Resolved (was: Patch Available) committed to trunk,

[jira] [Commented] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-02-23 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585211#comment-13585211 ] Lars Hofhansl commented on HBASE-5416: -- Moving the method to FilterBase is a great

[jira] [Updated] (HBASE-7899) Cell block building tools: Cell codec and means of iterating an objects Cells

2013-02-23 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-7899: - Resolution: Fixed Release Note: Adds a Cell Codec Interface and some sample codecs Hadoop Flags:

[jira] [Commented] (HBASE-7899) Cell block building tools: Cell codec and means of iterating an objects Cells

2013-02-23 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585218#comment-13585218 ] stack commented on HBASE-7899: -- Committed to trunk. Thanks for the helpful reviews all.

[jira] [Updated] (HBASE-7899) Cell block building tools: Cell codec and means of iterating an objects Cells

2013-02-23 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-7899: - Attachment: 7900v2.txt Rebase after 7899.txt went in. Will try against hadoopqa. Cell block

[jira] [Updated] (HBASE-7899) Cell block building tools: Cell codec and means of iterating an objects Cells

2013-02-23 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-7899: - Attachment: (was: 7900v2.txt) Cell block building tools: Cell codec and means of iterating an objects

[jira] [Commented] (HBASE-7899) Cell block building tools: Cell codec and means of iterating an objects Cells

2013-02-23 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585220#comment-13585220 ] stack commented on HBASE-7899: -- Attached to wrong issue. Deleted 7900 patch.

[jira] [Updated] (HBASE-7900) Have client Mutations (Put/Delete/etc.) and Result implement CellScanner Interface

2013-02-23 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-7900: - Attachment: 7900v2.txt Rebase after 7900 went in. Fixed lines 100 chars. Have client

[jira] [Updated] (HBASE-7900) Have client Mutations (Put/Delete/etc.) and Result implement CellScanner Interface

2013-02-23 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-7900: - Status: Patch Available (was: Open) Trying against jenkins. Have client Mutations

[jira] [Commented] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-02-23 Thread Dave Latham (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585230#comment-13585230 ] Dave Latham commented on HBASE-5416: It's not going to make a difference for me any

[jira] [Commented] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-02-23 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585233#comment-13585233 ] stack commented on HBASE-5416: -- bq. It's not going to make a difference for me any longer as

[jira] [Commented] (HBASE-7878) recoverFileLease does not check return value of recoverLease

2013-02-23 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585234#comment-13585234 ] stack commented on HBASE-7878: -- bq. Summarizing Uma and Ram's comments, I can produce patch

[jira] [Commented] (HBASE-7911) Remove duplicated code from CreateTableHandler

2013-02-23 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585235#comment-13585235 ] stack commented on HBASE-7911: -- bq. I guess that the ZKLock investigation is moving to

[jira] [Commented] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585237#comment-13585237 ] Ted Yu commented on HBASE-5416: --- bq. If i search I only see the above pointer. I was

[jira] [Created] (HBASE-7920) Move isFamilyEssential(byte[] name) out of Filter interface in 0.94

2013-02-23 Thread Ted Yu (JIRA)
Ted Yu created HBASE-7920: - Summary: Move isFamilyEssential(byte[] name) out of Filter interface in 0.94 Key: HBASE-7920 URL: https://issues.apache.org/jira/browse/HBASE-7920 Project: HBase Issue

[jira] [Updated] (HBASE-7920) Move isFamilyEssential(byte[] name) out of Filter interface in 0.94

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-7920: -- Attachment: 7920-94.txt Patch that moves isFamilyEssential(byte[] name) into FilterBase. Running 0.94 test

[jira] [Commented] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585242#comment-13585242 ] Ted Yu commented on HBASE-5416: --- Created HBASE-7920 to move the new method out of Filter

[jira] [Commented] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-02-23 Thread Dave Latham (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585246#comment-13585246 ] Dave Latham commented on HBASE-5416: {quote}So, you don't need us back anything

[jira] [Commented] (HBASE-7911) Remove duplicated code from CreateTableHandler

2013-02-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585247#comment-13585247 ] Hudson commented on HBASE-7911: --- Integrated in HBase-TRUNK #3894 (See

[jira] [Commented] (HBASE-7899) Cell block building tools: Cell codec and means of iterating an objects Cells

2013-02-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585248#comment-13585248 ] Hudson commented on HBASE-7899: --- Integrated in HBase-TRUNK #3894 (See

[jira] [Commented] (HBASE-7899) Cell block building tools: Cell codec and means of iterating an objects Cells

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585249#comment-13585249 ] Ted Yu commented on HBASE-7899: --- Looks like the empty file caused RAT check to fail:

[jira] [Commented] (HBASE-7919) Wrong key is used in ServerManager#getServerConnection() to retrieve from Map serverConnections

2013-02-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585250#comment-13585250 ] Hudson commented on HBASE-7919: --- Integrated in HBase-0.94 #853 (See

[jira] [Commented] (HBASE-7920) Move isFamilyEssential(byte[] name) out of Filter interface in 0.94

2013-02-23 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585251#comment-13585251 ] Sergey Shelukhin commented on HBASE-7920: - Is it possible to hide the type check

[jira] [Commented] (HBASE-7899) Cell block building tools: Cell codec and means of iterating an objects Cells

2013-02-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585254#comment-13585254 ] Hudson commented on HBASE-7899: --- Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #418 (See

[jira] [Commented] (HBASE-7911) Remove duplicated code from CreateTableHandler

2013-02-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585253#comment-13585253 ] Hudson commented on HBASE-7911: --- Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #418 (See

[jira] [Commented] (HBASE-7507) Make memstore flush be able to retry after exception

2013-02-23 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585264#comment-13585264 ] Himanshu Vashishtha commented on HBASE-7507: +1 to the re-commit. [~zjushch]

[jira] [Commented] (HBASE-7884) ByteBloomFilter's performance can be improved by avoiding multiplication when generating hash

2013-02-23 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585275#comment-13585275 ] Jean-Marc Spaggiari commented on HBASE-7884: If we know exactly how we want to

[jira] [Commented] (HBASE-7721) Local Transactions in META

2013-02-23 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585276#comment-13585276 ] Jean-Marc Spaggiari commented on HBASE-7721: Any chance to get this for

[jira] [Commented] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-02-23 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585281#comment-13585281 ] Lars Hofhansl commented on HBASE-5416: -- It feels a bit like an overreaction. Not many

[jira] [Commented] (HBASE-7721) Local Transactions in META

2013-02-23 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585289#comment-13585289 ] Lars Hofhansl commented on HBASE-7721: -- This seems like a pretty involved change for

[jira] [Commented] (HBASE-7912) HBase Backup/Restore Based on HBase Snapshot and FileLink

2013-02-23 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585290#comment-13585290 ] Richard Ding commented on HBASE-7912: - @Matteo: Snapshot alone is not enough for a

[jira] [Updated] (HBASE-7114) Increment does not extend Mutation but probably should

2013-02-23 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-7114: - Priority: Critical (was: Minor) Marking critical so we don't forget. The setWriteToWAL stuff here I don't see

[jira] [Commented] (HBASE-7919) Wrong key is used in ServerManager#getServerConnection() to retrieve from Map serverConnections

2013-02-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585299#comment-13585299 ] Anoop Sam John commented on HBASE-7919: ---

[jira] [Commented] (HBASE-7920) Move isFamilyEssential(byte[] name) out of Filter interface in 0.94

2013-02-23 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585301#comment-13585301 ] Lars Hofhansl commented on HBASE-7920: -- +1 (I still don't like it, but it seems it is

[jira] [Updated] (HBASE-7900) Have client Mutations (Put/Delete/etc.) and Result implement CellScanner Interface

2013-02-23 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-7900: - Attachment: 7900v3.txt Fix javadoc. Addressed Ted and Matt's comments from out on rb. Have

[jira] [Updated] (HBASE-7900) Have client Mutations (Put/Delete/etc.) and Result implement CellScanner Interface

2013-02-23 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-7900: - Status: Patch Available (was: Open) Have client Mutations (Put/Delete/etc.) and Result implement

[jira] [Updated] (HBASE-7900) Have client Mutations (Put/Delete/etc.) and Result implement CellScanner Interface

2013-02-23 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-7900: - Status: Open (was: Patch Available) Have client Mutations (Put/Delete/etc.) and Result implement

[jira] [Commented] (HBASE-7850) Bulkload final step can detect and pre-split tables

2013-02-23 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585312#comment-13585312 ] Harsh J commented on HBASE-7850: The CompleteBulkLoad part, as thats more on the HBase's

[jira] [Commented] (HBASE-7900) Have client Mutations (Put/Delete/etc.) and Result implement CellScanner Interface

2013-02-23 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585314#comment-13585314 ] Hadoop QA commented on HBASE-7900: -- {color:red}-1 overall{color}. Here are the results

[jira] [Commented] (HBASE-7641) Port HBASE-6669 'Add BigDecimalColumnInterpreter for doing aggregations using AggregationClient' to trunk

2013-02-23 Thread Anil Gupta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585319#comment-13585319 ] Anil Gupta commented on HBASE-7641: --- Hey Julian, Sure we can work together on this. At

[jira] [Commented] (HBASE-7912) HBase Backup/Restore Based on HBase Snapshot and FileLink

2013-02-23 Thread Jing Chen He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585322#comment-13585322 ] Jing Chen He commented on HBASE-7912: - (The last comment was accidentaly sent out