Search Discussions
-
See <https://builds.apache.org/job/hbase-0.90/278/changes Changes: [tedyu] HBASE-4269 Add tests and restore semantics to TableInputFormat/TableRecordReader (Jonathan Hsieh) ...
Apache Jenkins Server
Aug 30, 2011 at 2:41 pm
Sep 2, 2011 at 3:10 am -
See <https://builds.apache.org/job/HBase-TRUNK/2115/changes Changes: [tedyu] HBASE-4197 RegionServer expects all scanner to be subclasses of HRegion.RegionScanner (Lars Hofhansl) ...
Apache Jenkins Server
Aug 16, 2011 at 1:18 am
Aug 16, 2011 at 3:01 pm -
Hey folks. Some time over the last three years working on Hadoop and HBase I've turned from a fun loving youth into a grumpy old man. So here are two grumpy requests I've been thinking about of late, ...
Todd Lipcon
Aug 9, 2011 at 8:53 pm
Aug 16, 2011 at 3:57 am -
Hi, Due to lack of coordination, HBASE-1730 and HBASE-4213 try to implement the same feature at roughly the same pace. I want to hear your opinion on how we should plan to move forward with these two ...
Ted Yu
Aug 18, 2011 at 11:24 pm
Aug 19, 2011 at 4:17 pm -
Hi, I run TestRollingRestart(0.90.3), it fails occasionally. The failing log shows that split log runs in to a circle, the recoverFileLease fail and the while() never end and the test timeout and ...
Zhoushuaifeng
Aug 10, 2011 at 2:10 am
Aug 17, 2011 at 2:03 am -
Hi, You may have noticed unit test failures with message similar to the following: testInfoServersRedirect(org.apache.hadoop.hbase.TestInfoServers): Cannot lock storage ...
Ted Yu
Aug 8, 2011 at 4:18 pm
Aug 8, 2011 at 11:26 pm -
Chatted on IRC with Stack & a couple others. We would like to host a Hackathon + Meetup on August 22 at Facebook in Palo Alto. All welcome. Unless objection, I'll put up a posting on meetup.com. The ...
Nicolas Spiegelberg
Aug 4, 2011 at 8:50 pm
Aug 5, 2011 at 3:58 am -
See <https://builds.apache.org/job/hbase-0.90/273/ ------------------------------------------ [...truncated 1088 lines...] Running org.apache.hadoop.hbase.regionserver.TestColumnSeeking Tests run: 2, ...
Apache Jenkins Server
Aug 25, 2011 at 3:53 pm
Aug 27, 2011 at 7:41 pm -
See <https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-23/1/ ------------------------------------------ [...truncated 4722 lines...] Running org.apache.hadoop.hbase.regionserver.TestKeyValueHeap ...
Apache Jenkins Server
Aug 24, 2011 at 4:45 am
Aug 27, 2011 at 3:32 am -
First of i had problem with .META. table, shell and thrift said that i dont have this table, but hbase operating almost normal and all regions were online, but i cannot make ICV, so i had stoped ...
Sebastian Bauer
Aug 11, 2011 at 6:56 pm
Aug 19, 2011 at 7:15 am -
Hi, I have pasted the code below for HConnectionManager.getConnection public static HConnection getConnection(Configuration conf) throws ZooKeeperConnectionException { HConnectionKey connectionKey = ...
Akash Ashok
Aug 23, 2011 at 6:46 pm
Aug 25, 2011 at 9:24 am -
Good on you Doug! St.Ack
Stack
Aug 8, 2011 at 9:00 pm
Aug 8, 2011 at 9:29 pm -
See <https://builds.apache.org/job/HBase-TRUNK/2066/changes Changes: [tedyu] HBASE-4148 HFileOutputFormat doesn't fill in TIMERANGE_KEY metadata (Jonathan Hsieh) ...
Apache Jenkins Server
Aug 2, 2011 at 4:29 am
Aug 2, 2011 at 3:11 pm -
Hi, I am sorry if this question has been resolved before. Thank you for your help. I am seeing really strange behavior with HBase Scan. I insert 1 row into a table named test, 1 col family named ...
Neerja Bhatnagar
Aug 30, 2011 at 12:10 am
Aug 30, 2011 at 6:39 am -
Hi, A big portion of review is on removing trailing whitespace in patch. I think contributors can help reduce the amount of time spent in this trivial task. The following description is for Mac OS X, ...
Ted Yu
Aug 27, 2011 at 1:51 pm
Aug 28, 2011 at 4:56 am -
As part of fixing 3229, I have some questions about usage scenarios of coprocessor in table operations, e.g., MasterObserver::preEnableTable, etc. 1. Operations like preAddColumn, etc. don't honor ...
Ma, Ming
Aug 24, 2011 at 7:22 am
Aug 27, 2011 at 7:09 am -
See <https://builds.apache.org/job/HBase-TRUNK/2135/ ------------------------------------------ Started by an SCM change Building remotely on ubuntu3 hudson.util.IOException2: remote file operation ...
Apache Jenkins Server
Aug 24, 2011 at 6:21 am
Aug 25, 2011 at 10:24 am -
Hi, In the HBase book Architecture - Storage - Overview Its quoted that " The HRegionServer opens the region and creates a corresponding HRegion object. When the HRegion is opened it sets up a ...
Akash Ashok
Aug 22, 2011 at 6:05 am
Aug 23, 2011 at 6:15 am -
Hi all, I think we still have a hole in the RIT graph... I get messages like this in my RS: 2011-08-08 04:17:48,469 WARN org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler: Attempted open ...
Ryan Rawson
Aug 8, 2011 at 4:22 am
Aug 11, 2011 at 1:43 am -
See <https://builds.apache.org/job/HBase-TRUNK/2095/changes Changes: [stack] HBase shell move and online may be unusable if region name or server includes binary-encoded data [stack] HBASE-4169 ...
Apache Jenkins Server
Aug 9, 2011 at 1:47 am
Aug 9, 2011 at 4:08 pm -
Hi Everyone, In HBase we try to recover the HLog file and then immediately proceed with read operation. As the recovery is an asynchronous operation recoverLease call will return immediately and may ...
Laxman
Aug 1, 2011 at 11:33 am
Aug 5, 2011 at 4:22 am -
I do some test and find that the scan performance getting worse after I setting the TTL of a table. Is there any explain to this? Or TTL is not the case, there may be other reason of the worse ...
Zhoushuaifeng
Aug 1, 2011 at 1:38 am
Aug 4, 2011 at 12:55 am -
FWIW, Stack has already done the work needed to make sure that Hbase works with Hadoop 0.22 branch, and I suppose if https://issues.apache.org/jira/browse/MAPREDUCE-2767 is committed, it removes the ...
Milind Bhandarkar
Aug 31, 2011 at 10:07 pm
Sep 2, 2011 at 2:57 am -
See <https://builds.apache.org/job/HBase-TRUNK/2158/changes Changes: [stack] HBASE-4124 ZK restarted while a region is being assigned, new active HM re-assigns it but the RS warns 'already online on ...
Apache Jenkins Server
Aug 29, 2011 at 9:06 pm
Aug 30, 2011 at 11:39 pm -
Would it make sense to have all HTables share a single thread pool, and possibly use org.apache.hadoop.hbase.util.ShardedBlockingQueue instead of SynchronousQueue (trunk) and instead of ...
Charles Thayer
Aug 26, 2011 at 2:23 pm
Aug 26, 2011 at 4:08 pm -
See <https://builds.apache.org/job/HBase-TRUNK/2138/ ------------------------------------------ [...truncated 1806 lines...] Running org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface Tests ...
Apache Jenkins Server
Aug 24, 2011 at 3:31 pm
Aug 25, 2011 at 3:18 am -
See <https://builds.apache.org/job/HBase-TRUNK/2131/changes Changes: [tedyu] HBASE-4239 HBASE-4012 introduced duplicate variable Bytes.LONG_BYTES [tedyu] HBASE-4199 blockCache summary - backend (Doug ...
Apache Jenkins Server
Aug 23, 2011 at 4:23 pm
Aug 24, 2011 at 2:20 am -
See <https://builds.apache.org/job/HBase-TRUNK/2122/changes Changes: [stack] HBASE-4211 Do init-sizing of the StringBuilder making a ServerName ------------------------------------------ ...
Apache Jenkins Server
Aug 17, 2011 at 5:58 pm
Aug 19, 2011 at 6:16 am -
Jacek / Pi: I hope you two can discuss the implications of Jacek's proposal in HBASE-4218 w.r.t. Pi's current work in HBASE-4027. Agreeing on the access pattern is an important aspect. Cheers
Ted Yu
Aug 17, 2011 at 7:41 pm
Aug 17, 2011 at 8:05 pm -
Hi All, The scenario is while opening META region the master goes down and the state in zookeeper is RS_OPENING for META. Now when the master comes up it will process the RIT. Here master has to wait ...
Ramkrishna S Vasudevan
Aug 12, 2011 at 6:32 am
Aug 16, 2011 at 6:33 am -
Hi, We have a skip list set called regionsInTransitionnRS where we try to maintain a list to know the currently processing regions for closing and opening. In open region handler we are trying to ...
Ramkrishna S Vasudevan
Aug 10, 2011 at 11:29 am
Aug 10, 2011 at 3:16 pm -
See <https://builds.apache.org/job/HBase-TRUNK/2100/changes Changes: [stack] HBASE-4181 HConnectionManager can't find cached HRegionInterface and makes clients work very slow ...
Apache Jenkins Server
Aug 9, 2011 at 7:15 pm
Aug 10, 2011 at 2:56 am -
Hello, I see that running HBase unit tests (mvn test) takes long time. Has anyone tried running few in parallel. I know some tests creates data directories and tables which prohibit from running them ...
Lohit
Aug 9, 2011 at 4:47 pm
Aug 9, 2011 at 7:00 pm -
Hi, I was going thru the heapSize() method in the class KeyValue and i couldn't seem to understand a few things which are in bold below private byte [] bytes = null; private int offset = 0; private ...
Akash Ashok
Aug 1, 2011 at 5:02 am
Aug 1, 2011 at 5:27 am -
Not sure which email list this goes to, but somebody requested these. https://docs.google.com/present/view?id=d23xkzr_55hgnvngf6
Li Pi
Aug 23, 2011 at 9:04 pm
Sep 5, 2011 at 8:59 pm -
See <https://builds.apache.org/job/HBase-TRUNK/2162/changes Changes: [todd] HBASE-4275 RS should communicate fatal "aborts" back to the master [todd] HBASE-4281 Add facility to dump current state of ...
Apache Jenkins Server
Aug 30, 2011 at 11:39 pm
Aug 31, 2011 at 5:44 pm -
Hi Dev-List folks- I'm calling out updates to this section in particular... http://hbase.apache.org/book/submitting.patches.html ... please let me know if there is any other "common patch feedback" ...
Doug Meil
Aug 30, 2011 at 1:00 am
Aug 30, 2011 at 1:58 pm -
Dhruba: It has been a month since the last activity was logged on HBASE-4132 If you or your intern is working on this issue, please update this JIRA. Thanks
Ted Yu
Aug 28, 2011 at 1:43 pm
Aug 29, 2011 at 6:20 am -
See <https://builds.apache.org/job/HBase-TRUNK/2147/changes Changes: [stack] hbase-4248 Enhancements for Filter Language exposing HBase filters through the Thrift API [stack] HBASE-3229 Table ...
Apache Jenkins Server
Aug 26, 2011 at 9:01 pm
Aug 27, 2011 at 2:59 am -
I had eye problem this morning; working from home now (till 12am) -- Fuad Efendi 416-993-2060
Fuad Efendi
Aug 23, 2011 at 8:04 pm
Aug 23, 2011 at 8:15 pm -
A common question among HBase contributors, especially hadoop contributors/committers, is related to the 'Submit patch' button. Clicking the button wouldn't trigger build on Jenkins. The setup here ...
Ted Yu
Aug 21, 2011 at 7:09 pm
Aug 22, 2011 at 5:01 am -
Seeking a little clarification for request #2: Let us assume the good patch is submitted on day X Committer A put +1 on the patch on day Y ( = X) Committer B put +1 on the patch on day Z ( Y) Is it ...
Ted Yu
Aug 17, 2011 at 4:05 am
Aug 17, 2011 at 6:22 pm -
See <https://builds.apache.org/job/HBase-TRUNK/2119/changes Changes: [stack] HBASE-4205 Enhance HTable javadoc ------------------------------------------ [...truncated 1523 lines...] Tests run: 4, ...
Apache Jenkins Server
Aug 16, 2011 at 6:59 pm
Aug 17, 2011 at 3:42 am -
See <https://builds.apache.org/job/HBase-TRUNK/2109/ ------------------------------------------ [...truncated 1515 lines...] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.846 sec ...
Apache Jenkins Server
Aug 11, 2011 at 3:28 pm
Aug 13, 2011 at 12:46 am -
Hey devs, I want to have your opinion on the new way HBA.flush is working. It used to be that it would contact the master which issued the flush calls to every RS which were all queued. Now HBA calls ...
Jean-Daniel Cryans
Aug 11, 2011 at 6:30 pm
Aug 12, 2011 at 5:43 pm -
See <https://builds.apache.org/job/hbase-0.90/258/changes Changes: [tedyu] HBASE-4186 No region is added to regionsInTransitionInRS ------------------------------------------ [...truncated 1096 ...
Apache Jenkins Server
Aug 11, 2011 at 11:16 pm
Aug 12, 2011 at 3:40 am -
Hi, If META is under transition and the current state in Znode for META is RS_ZK_OPENING. As part of ProcessRegionsinTransition we wait for the Timeout monitor to take care. The same is applicable ...
Ramkrishna S Vasudevan
Aug 11, 2011 at 9:33 am
Aug 11, 2011 at 2:20 pm -
Hi, Can anyone please point me to a link that explains how HBase splits tables and regions. I am unable to find anything beyond this - Tables in HBase are initially created with one region by ...
Neerja Bhatnagar
Aug 10, 2011 at 4:36 am
Aug 10, 2011 at 7:15 am -
Reposting to include HDFS dev list. From: Laxman Sent: Monday, August 01, 2011 5:03 PM To: 'dev@hbase.apache.org' Subject: Handling read failures during recovery Hi Everyone, In HBase we try to ...
Laxman
Aug 1, 2011 at 11:49 am
Aug 9, 2011 at 2:17 pm -
In function rebuildUserRegions, The region that regionLocation is null is put into regions set. It seems a bug. It will throw exception when DisableTableHandler processes it. Skipping this region ...
Gaojinchao
Aug 9, 2011 at 9:16 am
Aug 9, 2011 at 9:28 am
Group Overview
group | dev |
categories | hbase, hadoop |
discussions | 102 |
posts | 355 |
users | 39 |
website | hbase.apache.org |
39 users for August 2011
Archives
- June 2016 (281)
- May 2016 (433)
- April 2016 (472)
- March 2016 (525)
- February 2016 (447)
- January 2016 (410)
- December 2015 (406)
- November 2015 (474)
- October 2015 (395)
- September 2015 (398)
- August 2015 (470)
- July 2015 (597)
- June 2015 (419)
- May 2015 (521)
- April 2015 (814)
- March 2015 (637)
- February 2015 (354)
- January 2015 (440)
- December 2014 (533)
- November 2014 (463)
- October 2014 (563)
- September 2014 (584)
- August 2014 (607)
- July 2014 (654)
- June 2014 (485)
- May 2014 (628)
- April 2014 (576)
- March 2014 (598)
- February 2014 (479)
- January 2014 (586)
- December 2013 (602)
- November 2013 (401)
- October 2013 (433)
- September 2013 (570)
- August 2013 (720)
- July 2013 (752)
- June 2013 (1,027)
- May 2013 (1,522)
- April 2013 (1,397)
- March 2013 (1,157)
- February 2013 (841)
- January 2013 (996)
- December 2012 (568)
- November 2012 (354)
- October 2012 (350)
- September 2012 (582)
- August 2012 (555)
- July 2012 (514)
- June 2012 (450)
- May 2012 (528)
- April 2012 (449)
- March 2012 (446)
- February 2012 (370)
- January 2012 (551)
- December 2011 (574)
- November 2011 (678)
- October 2011 (538)
- September 2011 (495)
- August 2011 (355)
- July 2011 (330)
- June 2011 (343)
- May 2011 (327)
- April 2011 (204)
- March 2011 (281)
- February 2011 (289)
- January 2011 (306)
- December 2010 (228)
- November 2010 (294)
- October 2010 (364)
- September 2010 (219)
- August 2010 (236)
- July 2010 (283)
- June 2010 (384)
- May 2010 (530)
- April 2010 (433)
- March 2010 (510)
- February 2010 (879)
- January 2010 (952)
- December 2009 (706)
- November 2009 (575)
- October 2009 (618)
- September 2009 (705)
- August 2009 (538)
- July 2009 (1,224)
- June 2009 (1,333)
- May 2009 (1,002)
- April 2009 (630)
- March 2009 (725)
- February 2009 (349)
- January 2009 (724)
- December 2008 (750)
- November 2008 (503)
- October 2008 (634)
- September 2008 (516)
- August 2008 (743)
- July 2008 (698)
- June 2008 (463)
- May 2008 (448)
- April 2008 (652)
- March 2008 (673)
- February 2008 (881)