Build failed in Jenkins: HBase-TRUNK-Hadoop-2 #188

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/188/ -- [...truncated 7678 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.761 sec Running org.apache.hadoop.hbase.util.TestMiniClusterLoadEncoded Tests run: 5, Failures: 0,

batch version of checkAndPut

2013-04-29 Thread Hari Mankude
Is there a batch version of checkAndPut() in the trunk? If so, can you point me to the appropriate jira? thanks hari

Re: batch version of checkAndPut

2013-04-29 Thread Ted Yu
checkAndPut() checks specific row. Can you outline your requirement in a bit more detail ? Meaning, if you supply List of Puts to the batch API. Are the Puts targeting the same row ? If not, how would the Puts outside the region where the checked row belongs be handled ? Cheers On Mon, Apr 29,

Re: batch version of checkAndPut

2013-04-29 Thread Jesse Yates
You also might want to consider looking at the Constraint code - its not batch, but you could pretty easily adopt it to be a batch-based endpoint -Jesse On Monday, April 29, 2013, Ted Yu wrote: checkAndPut() checks specific row. Can you outline your requirement in a bit more detail ?

[jira] [Created] (HBASE-8455) Update ExportSnapshot to reflect changes in HBASE-7419

2013-04-29 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-8455: -- Summary: Update ExportSnapshot to reflect changes in HBASE-7419 Key: HBASE-8455 URL: https://issues.apache.org/jira/browse/HBASE-8455 Project: HBase

Re: batch version of checkAndPut

2013-04-29 Thread Hari Mankude
Sure, the use case is updating 100s of rows [each row has to be updated atomically] by multiple threads. Batching is setup to do aggregate data on a regionserver granularity. The objective is to reduce the rpc overhead similar to batch get or batch put. The objective is NOT to do cross-row locking

[jira] [Created] (HBASE-8456) HBase Windows scripts fail when there's a blank space in JAVA_HOME

2013-04-29 Thread Mostafa Elhemali (JIRA)
Mostafa Elhemali created HBASE-8456: --- Summary: HBase Windows scripts fail when there's a blank space in JAVA_HOME Key: HBASE-8456 URL: https://issues.apache.org/jira/browse/HBASE-8456 Project:

Re: batch version of checkAndPut

2013-04-29 Thread Ted Yu
Looks like this would require client side to partition the batch Puts according to region boundaries. Is my understanding correct ? On Mon, Apr 29, 2013 at 10:54 AM, Hari Mankude hmank...@talena-inc.comwrote: Sure, the use case is updating 100s of rows [each row has to be updated atomically]

Build failed in Jenkins: HBase-0.95-Hadoop-2 #191

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.95-Hadoop-2/191/changes Changes: [eclark] HBASE-8407 Remove Async HBase [eclark] HBASE-8426 Opening a region failed on Metrics source RegionServer,sub=Regions already exists -- [...truncated 7705 lines...] Running

Build failed in Jenkins: HBase-0.95 #200

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.95/200/changes Changes: [eclark] HBASE-8407 Remove Async HBase [eclark] HBASE-8426 Opening a region failed on Metrics source RegionServer,sub=Regions already exists -- [...truncated 6913 lines...] Running

Build failed in Jenkins: HBase-TRUNK #213

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK/213/changes Changes: [eclark] HBASE-8407 Remove Async HBase [eclark] HBASE-8426 Opening a region failed on Metrics source RegionServer,sub=Regions already exists -- [...truncated 6737 lines...] Tests run: 5,

Build failed in Jenkins: HBase-TRUNK-Hadoop-2 #189

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/189/changes Changes: [eclark] HBASE-8407 Remove Async HBase [eclark] HBASE-8426 Opening a region failed on Metrics source RegionServer,sub=Regions already exists -- [...truncated 7626 lines...] Running

Re: batch version of checkAndPut

2013-04-29 Thread Hari Mankude
Yes, client side will partition the puts on region boundaries. However, instead of doing batch put, it would be required to do something equivalent of batch checkAndPut(). thanks hari On Mon, Apr 29, 2013 at 10:57 AM, Ted Yu yuzhih...@gmail.com wrote: Looks like this would require client side

Re: batch version of checkAndPut

2013-04-29 Thread Ted Yu
Hari: Do you mind logging a JIRA to capture the requirement ? Thanks On Mon, Apr 29, 2013 at 1:30 PM, Hari Mankude hmank...@talena-inc.comwrote: Yes, client side will partition the puts on region boundaries. However, instead of doing batch put, it would be required to do something equivalent

[jira] [Created] (HBASE-8457) add support for custom entries to PB WAL

2013-04-29 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HBASE-8457: --- Summary: add support for custom entries to PB WAL Key: HBASE-8457 URL: https://issues.apache.org/jira/browse/HBASE-8457 Project: HBase Issue Type:

Re: [Question] better way to deal with Out of Memory on Region Server?

2013-04-29 Thread Jean-Daniel Cryans
Inline. J-D On Fri, Apr 26, 2013 at 1:07 PM, N Dm nid...@gmail.com wrote: hi, folks, pretty sure this question has been discussed a few times before, and addressed to some degree. I am wondering whether there is an active JIRA or best practice to improve this? Appreciate if I can get a

[jira] [Created] (HBASE-8458) Support for batch version of checkAndPut() and checkAndDelete()

2013-04-29 Thread Hari Mankude (JIRA)
Hari Mankude created HBASE-8458: --- Summary: Support for batch version of checkAndPut() and checkAndDelete() Key: HBASE-8458 URL: https://issues.apache.org/jira/browse/HBASE-8458 Project: HBase

Re: batch version of checkAndPut

2013-04-29 Thread Hari Mankude
Done, hbase-8458. thanks hari On Mon, Apr 29, 2013 at 1:31 PM, Ted Yu yuzhih...@gmail.com wrote: Hari: Do you mind logging a JIRA to capture the requirement ? Thanks On Mon, Apr 29, 2013 at 1:30 PM, Hari Mankude hmank...@talena-inc.com wrote: Yes, client side will partition the puts

Build failed in Jenkins: HBase-TRUNK-Hadoop-2 #190

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/190/changes Changes: [eclark] HBASE-8425 Per-region memstore size is missing in the new RS web UI -- [...truncated 7614 lines...] Running org.apache.hadoop.hbase.regionserver.TestParallelPut Tests run: 2,

Build failed in Jenkins: HBase-0.95 #201

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.95/201/changes Changes: [eclark] HBASE-8425 Per-region memstore size is missing in the new RS web UI -- [...truncated 6915 lines...] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 89.932 sec Running

Build failed in Jenkins: HBase-0.95-Hadoop-2 #192

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.95-Hadoop-2/192/changes Changes: [eclark] HBASE-8425 Per-region memstore size is missing in the new RS web UI -- [...truncated 7704 lines...] Running org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion Tests run:

[jira] [Created] (HBASE-8459) make online region snapshotting based on region names instead of region server names

2013-04-29 Thread Jonathan Hsieh (JIRA)
Jonathan Hsieh created HBASE-8459: - Summary: make online region snapshotting based on region names instead of region server names Key: HBASE-8459 URL: https://issues.apache.org/jira/browse/HBASE-8459

Build failed in Jenkins: HBase-TRUNK #214

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK/214/changes Changes: [eclark] HBASE-8425 Per-region memstore size is missing in the new RS web UI -- [...truncated 6737 lines...] Running org.apache.hadoop.hbase.zookeeper.TestZKMulti Tests run: 6, Failures: 0,

Build failed in Jenkins: HBase-TRUNK-Hadoop-2 #191

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/191/changes Changes: [Andrew Purtell] HBASE-8453. TestImportExport failing again due to configuration issues [enis] HBASE-8456 HBase Windows scripts fail when there's a blank space in JAVA_HOME (Mostafa Elhemali)

Build failed in Jenkins: HBase-0.95-Hadoop-2 #193

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.95-Hadoop-2/193/changes Changes: [enis] HBASE-8456 HBase Windows scripts fail when there's a blank space in JAVA_HOME (Mostafa Elhemali) -- [...truncated 7709 lines...] Running

Build failed in Jenkins: HBase-TRUNK #215

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK/215/changes Changes: [Andrew Purtell] HBASE-8453. TestImportExport failing again due to configuration issues [enis] HBASE-8456 HBase Windows scripts fail when there's a blank space in JAVA_HOME (Mostafa Elhemali)

[jira] [Created] (HBASE-8460) [replication] Fix the three TODOs in TestReplicationStateBasic.testReplicationQueues

2013-04-29 Thread Chris Trezzo (JIRA)
Chris Trezzo created HBASE-8460: --- Summary: [replication] Fix the three TODOs in TestReplicationStateBasic.testReplicationQueues Key: HBASE-8460 URL: https://issues.apache.org/jira/browse/HBASE-8460

[jira] [Created] (HBASE-8461) Provide the ability to delete multiple snapshots through single command

2013-04-29 Thread Ted Yu (JIRA)
Ted Yu created HBASE-8461: - Summary: Provide the ability to delete multiple snapshots through single command Key: HBASE-8461 URL: https://issues.apache.org/jira/browse/HBASE-8461 Project: HBase

Build failed in Jenkins: HBase-0.95-Hadoop-2 #194

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.95-Hadoop-2/194/changes Changes: [sershe] HBASE-8448 RatioBasedCompactionPolicy (and derived ones) can select already-compacting files for compaction [Andrew Purtell] HBASE-8454. TestImportTsv failing due to configuration issues [Andrew Purtell] HBASE-8453.

Build failed in Jenkins: HBase-0.94-Security-Hadoop-2 #102

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Security-Hadoop-2/102/changes Changes: [Andrew Purtell] HBASE-8454. TestImportTsv failing due to configuration issues [Andrew Purtell] HBASE-8453. TestImportExport failing again due to configuration issues --

Build failed in Jenkins: HBase-0.95 #203

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.95/203/changes Changes: [sershe] HBASE-8448 RatioBasedCompactionPolicy (and derived ones) can select already-compacting files for compaction [Andrew Purtell] HBASE-8454. TestImportTsv failing due to configuration issues

Build failed in Jenkins: HBase-0.94 #134

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.94/134/changes Changes: [Andrew Purtell] HBASE-8454. TestImportTsv failing due to configuration issues [Andrew Purtell] HBASE-8453. TestImportExport failing again due to configuration issues -- [...truncated 9853

Build failed in Jenkins: HBase-TRUNK-Hadoop-2 #192

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/192/changes Changes: [sershe] HBASE-8448 RatioBasedCompactionPolicy (and derived ones) can select already-compacting files for compaction [Andrew Purtell] HBASE-8454. TestImportTsv failing due to configuration issues

[jira] [Reopened] (HBASE-8453) TestImportExport failing again due to configuration issues

2013-04-29 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reopened HBASE-8453: --- Reopening. This passed locally testing with Hadoop 1 and Hadoop 2, on a private Jenkins with

[jira] [Reopened] (HBASE-8454) TestImportTsv failing due to configuration issues

2013-04-29 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reopened HBASE-8454: --- Reopening, see HBASE-8453. TestImportTsv failing due to configuration issues

Build failed in Jenkins: HBase-0.94-Security #117

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Security/117/ -- [...truncated 9879 lines...] Running org.apache.hadoop.hbase.regionserver.TestMXBean Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.079 sec Running

Build failed in Jenkins: HBase-TRUNK #216

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK/216/changes Changes: [sershe] HBASE-8448 RatioBasedCompactionPolicy (and derived ones) can select already-compacting files for compaction [Andrew Purtell] HBASE-8454. TestImportTsv failing due to configuration issues

Build failed in Jenkins: HBase-0.95-Hadoop-2 #195

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.95-Hadoop-2/195/ -- [...truncated 3942 lines...] Running org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.643 sec Running

Jenkins build is back to normal : hbase-0.95 #168

2013-04-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/hbase-0.95/168/changes

Build failed in Jenkins: HBase-TRUNK #217

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK/217/ -- [...truncated 3925 lines...] Tests run: 36, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 285.929 sec Running org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite Tests run: 36, Failures: 0, Errors: 0,

Build failed in Jenkins: HBase-0.95 #204

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.95/204/ -- [...truncated 3988 lines...] [INFO] Building jar: http://54.241.6.143/job/HBase-0.95/ws/hbase-server/target/hbase-server-0.97.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork

Build failed in Jenkins: HBase-0.95-Hadoop-2 #196

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.95-Hadoop-2/196/changes Changes: [sershe] HBASE-8272 make compaction checker frequency configurable per table/cf -- [...truncated 3908 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.875 sec

[jira] [Created] (HBASE-8462) Custom timestamps should not be allowed to be negative

2013-04-29 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-8462: Summary: Custom timestamps should not be allowed to be negative Key: HBASE-8462 URL: https://issues.apache.org/jira/browse/HBASE-8462 Project: HBase Issue

Build failed in Jenkins: HBase-TRUNK #4086

2013-04-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/4086/changes Changes: [sershe] HBASE-8448 RatioBasedCompactionPolicy (and derived ones) can select already-compacting files for compaction [apurtell] HBASE-8454. TestImportTsv failing due to configuration issues [apurtell] HBASE-8453.

Build failed in Jenkins: HBase-TRUNK-Hadoop-2 #193

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/193/changes Changes: [sershe] HBASE-8272 make compaction checker frequency configurable per table/cf -- [...truncated 3844 lines...] Running org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex Tests run:

Build failed in Jenkins: HBase-0.95 #205

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.95/205/changes Changes: [sershe] HBASE-8272 make compaction checker frequency configurable per table/cf -- [...truncated 3983 lines...] [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar

Build failed in Jenkins: HBase-0.94-Hadoop-2 #104

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Hadoop-2/104/changes Changes: [Andrew Purtell] Revert HBASE-8453, HBASE-8454. -- [...truncated 3120 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.38 sec Running

Build failed in Jenkins: HBase-TRUNK #218

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK/218/changes Changes: [sershe] HBASE-8272 make compaction checker frequency configurable per table/cf -- [...truncated 4828 lines...] Downloading:

Build failed in Jenkins: HBase-0.94-Security-Hadoop-2 #103

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Security-Hadoop-2/103/changes Changes: [Andrew Purtell] Revert HBASE-8453, HBASE-8454. -- [...truncated 5274 lines...] Running org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics Tests run: 4, Failures: 0,

Jenkins build is back to normal : HBase-0.94 #136

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.94/136/changes

Build failed in Jenkins: HBase-0.94-Security #118

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Security/118/changes Changes: [Andrew Purtell] Revert HBASE-8453, HBASE-8454. -- [...truncated 9875 lines...] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.788 sec Running

Build failed in Jenkins: HBase-0.95-Hadoop-2 #197

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.95-Hadoop-2/197/changes Changes: [Andrew Purtell] Revert HBASE-8453, HBASE-8454. -- [...truncated 7732 lines...] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at

Build failed in Jenkins: HBase-0.95 #206

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.95/206/changes Changes: [Andrew Purtell] Revert HBASE-8453, HBASE-8454. -- [...truncated 6912 lines...] Running org.apache.hadoop.hbase.rest.TestVersionResource Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time

Build failed in Jenkins: HBase-0.94-Security-Hadoop-2 #104

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Security-Hadoop-2/104/ -- [...truncated 3130 lines...] Running org.apache.hadoop.hbase.catalog.TestCatalogTracker Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.874 sec Running

[jira] [Created] (HBASE-8463) Suppress Findbugs warnings links in Hadoop QA report if there was no Findbugs warning

2013-04-29 Thread Ted Yu (JIRA)
Ted Yu created HBASE-8463: - Summary: Suppress Findbugs warnings links in Hadoop QA report if there was no Findbugs warning Key: HBASE-8463 URL: https://issues.apache.org/jira/browse/HBASE-8463 Project: HBase

Build failed in Jenkins: HBase-0.94-Hadoop-2 #105

2013-04-29 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Hadoop-2/105/ -- [...truncated 5271 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.677 sec Running org.apache.hadoop.hbase.client.TestCloneSnapshotFromClient Tests run: 3, Failures: 0,

Build failed in Jenkins: HBase-0.94 #970

2013-04-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94/970/changes Changes: [apurtell] Revert HBASE-8453, HBASE-8454. [apurtell] HBASE-8454. TestImportTsv failing due to configuration issues [apurtell] HBASE-8453. TestImportExport failing again due to configuration issues