Search Discussions
-
It says it fails at org.apache.hadoop.hbase.coprocessor.TestAggregateProtocol. Do I need to change something, as per hudson's environment or something like that? Though its tests passes if it runs ...
Himanshu Vashishtha
Apr 26, 2011 at 5:33 pm
Apr 27, 2011 at 10:53 pm -
See <https://builds.apache.org/hudson/job/hbase-0.90/165/changes Changes: [stack] HBASE-3634 Fix JavaDoc for put(List<Put puts) in HTableInterface [stack] HBASE-2470 Add Scan.setTimeRange() support ...
Apache Jenkins Server
Apr 25, 2011 at 10:04 pm
May 4, 2011 at 10:37 pm -
Hi, By looking at HConnectionManager it looks like from a single node a max of 31 connections can be cached. I read the comment that this is based on the assumption that max client connections to ...
Lohit
Apr 29, 2011 at 2:26 am
Apr 29, 2011 at 11:59 am -
Its not clear why org.apache.hadoop.hbase.client.coprocessor.Exec implements Row interface. It seems the row attribute is not used as such apart from passing it to server side as a part of Exec ...
Himanshu Vashishtha
Apr 28, 2011 at 4:17 am
Apr 28, 2011 at 3:16 pm -
Hi, The version is hbase 0.90.1. "NOT flushing memstore for region" keep on printing for half an hour in the regionserver. Then I restart hbase. I think there may be deadlock or cycling. I know that ...
Zhoushuaifeng
Apr 25, 2011 at 11:40 am
Apr 27, 2011 at 4:24 am -
I was looking for an email thread posted yesterday, "Append value to a cell", and this morning its not in the index. Perhaps the indexer hasn't run in between? Sorry for the question. Its your fault ...
Stack
Apr 13, 2011 at 5:50 pm
Apr 15, 2011 at 4:11 am -
Since ASF Infra is now running a version of review board for projects, should we consider moving to it? review.cloudera.org has served us well (thanks Todd and Cloudera!), but the email rejection ...
Gary Helmling
Apr 5, 2011 at 5:29 pm
Apr 9, 2011 at 7:52 pm -
See <https://builds.apache.org/hudson/job/HBase-TRUNK/1866/changes Changes: [apurtell] HBASE-3800 HMaster is not able to start due to AlreadyCreatedException [apurtell] HBASE-3798 [REST] Allow ...
Apache Jenkins Server
Apr 21, 2011 at 6:56 am
Apr 22, 2011 at 11:02 pm -
Hi, I run the disable table command, after a while, two RegionServers shutdown. I see the log, when close one region, compaction is running on this region: I check the code, when close regions, it ...
Zhoushuaifeng
Apr 19, 2011 at 1:12 pm
Apr 20, 2011 at 3:52 am -
Hi, In 0.90.2, I tried to use RegionSplitter: [hadoop@us01-ciqps1-name01 hbase]$ bin/hbase org.apache.hadoop.hbase.util.RegionSplitter -r -o 2 'M2M-INTEGRATION-DIMENSIONS-1303180666422' ... 11/04/19 ...
Ted Yu
Apr 19, 2011 at 9:06 pm
Apr 19, 2011 at 9:46 pm -
See <https://hudson.apache.org/hudson/job/hbase-0.90/156/changes Changes: [stack] HBASE-3708 createAndFailSilent is not so silent; leaves lots of logging in ensemble logs [stack] HBASE-3685 when ...
Apache Hudson Server
Apr 14, 2011 at 6:18 am
Apr 19, 2011 at 3:07 pm -
Hi, I am wondering, shouldn't the putTable() also call releaseHTableInterface on the discarded HTable instances, just like the closeTablePool() does on the retaining instances? Lars
Lars George
Apr 5, 2011 at 10:22 am
Apr 9, 2011 at 5:44 pm -
Why I was a mysql'r, often the vitals were in the comments section of the mysql manual rather than in the body of the doc itself; someone had tried what was suggested in the main body of the page, ...
Stack
Apr 28, 2011 at 8:09 pm
Apr 29, 2011 at 3:50 am -
It seems like that test case TestAdmin has some bug. In version 0.90.2. Region can assigned to Region server by this code // 5. Trigger immediate assignment of the regions in round-robin fashion ...
Gaojinchao
Apr 27, 2011 at 3:51 am
Apr 27, 2011 at 4:51 am -
Hi, we are just trying to understand how Coprocessors are exactly loaded. Is there some overview a) when this happens in the loading and b) which classes are involved. Thanks for your support JS
20seconds
Apr 22, 2011 at 4:32 pm
Apr 26, 2011 at 6:06 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1851/changes Changes: [stack] HBASE-3708 createAndFailSilent is not so silent; leaves lots of logging in ensemble logs [stack] HBASE-3685 when ...
Apache Hudson Server
Apr 14, 2011 at 6:18 am
Apr 15, 2011 at 4:05 am -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1843/changes Changes: [garyh] HBASE-3750 HTable.putTable() should release resources for discarded tables ...
Apache Hudson Server
Apr 10, 2011 at 3:22 pm
Apr 12, 2011 at 3:05 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1825/changes Changes: [stack] HBASE-3704 Show per region request count in table.jsp [stack] HBASE-3647 Distinguish read and write request count ...
Apache Hudson Server
Apr 2, 2011 at 4:57 am
Apr 5, 2011 at 3:01 pm -
Hi When HBase is running in HA mode, the RegionServer is connected to the Active HMaster. When a switch over happens then the RegionServer is not able to connect to the new Active HMaster. Conneciton ...
Ramkrishna S Vasudevan
Apr 5, 2011 at 4:58 am
Apr 5, 2011 at 6:14 am -
See <https://builds.apache.org/hudson/job/HBase-TRUNK/1886/changes Changes: [stack] Fix broke jenkins build; Fix TestSplitLogWorker. Remove added assert. Value may have already been set by background ...
Apache Jenkins Server
Apr 29, 2011 at 3:59 pm
Apr 30, 2011 at 4:27 am -
See <https://builds.apache.org/hudson/job/HBase-TRUNK/1883/changes Changes: [stack] HBASE-1502 Aftermath; fix up of broke tests. Fix TestHRegionLocation. I broke it last night when I clarified ...
Apache Jenkins Server
Apr 28, 2011 at 7:22 pm
Apr 29, 2011 at 3:59 pm -
Hi, In HRegion.java in trunk, line 3096: List<KeyValue results = new ArrayList<KeyValue (); results = get(get, true); This should be List<KeyValue results = get(get, true); Right? Lars
Lars George
Apr 20, 2011 at 11:37 am
Apr 28, 2011 at 2:04 pm -
I noticed that the javadoc description of the Result.getMap() functions had a hiccup because of an unescaped '<'. Here's a patch to fix the problem: Index: ...
Leif Wickland
Apr 25, 2011 at 11:25 pm
Apr 26, 2011 at 6:05 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1861/changes Changes: [jdcryans] HBASE-3795 Remove the "Cache hit for row" message [jdcryans] HBASE-3767 Improve how HTable handles threads used ...
Apache Hudson Server
Apr 19, 2011 at 3:07 pm
Apr 19, 2011 at 3:08 pm -
Hi, boolean setOfflineInZooKeeper(final RegionState state) { if (!state.isClosed() && !state.isOffline()) { new RuntimeException("Unexpected state trying to OFFLINE; " + state); ...
Lars George
Apr 15, 2011 at 12:29 pm
Apr 15, 2011 at 8:51 pm -
See <https://hudson.apache.org/hudson/job/hbase-0.90/146/changes Changes: [stack] Fixup of issue order, add date of 0.90.2 release [stack] HBASE-3756 Can't move META or ROOT from shell [jdcryans] ...
Apache Hudson Server
Apr 8, 2011 at 8:52 pm
Apr 9, 2011 at 7:01 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1838/changes Changes: [stack] Note 0.90.2 release [stack] Fix formatting [jdcryans] HBASE-3734 HBaseAdmin creates new configurations in ...
Apache Hudson Server
Apr 8, 2011 at 5:03 pm
Apr 9, 2011 at 3:34 am -
Hi, I have a cluster of 90 servers (HBase 0.90.1, Hadoop 0.20-append) that runs a write-intensive MapReduce job. Occasionally one or maybe more region servers run out of memory and they try to shut ...
Bogdan Ghidireac
Apr 4, 2011 at 9:31 am
Apr 5, 2011 at 6:31 am -
Hi, I found there may be some problem with majorcompactchecker in 0.90.1: In the function store.isMajorCompaction: if (filesToCompact.size() == 1) { // Single file StoreFile sf = ...
Zhoushuaifeng
Apr 1, 2011 at 1:17 am
Apr 1, 2011 at 8:07 am -
See <https://builds.apache.org/hudson/job/HBase-TRUNK/1889/changes Changes: [stack] HBASE-3832 Failing TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS up on jenkins; added debug and ...
Apache Jenkins Server
Apr 30, 2011 at 3:01 pm
Apr 30, 2011 at 3:10 pm -
See <https://builds.apache.org/hudson/job/HBase-TRUNK/1881/changes Changes: [stack] HBASE-1502 Aftermath; fix up of broke tests. Fix TestMultiParallel. HRegionLocation compare should do Location part ...
Apache Jenkins Server
Apr 28, 2011 at 3:16 pm
Apr 28, 2011 at 3:16 pm -
See <https://builds.apache.org/hudson/job/HBase-TRUNK/1871/changes Changes: [stack] HBASE-3818 docs adding troubleshooting.xml ------------------------------------------ [...truncated 3226 lines...] ...
Apache Jenkins Server
Apr 25, 2011 at 3:33 pm
Apr 25, 2011 at 6:19 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1863/changes Changes: [stack] Attempted fix for test that fails sporadically; allow that on split, the zk state can be SPLIT or SPLITTING (We ...
Apache Hudson Server
Apr 19, 2011 at 6:31 pm
Apr 19, 2011 at 10:25 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1855/changes Changes: [stack] HBASE-3757 Upgrade to ZK 3.3.3 [stack] HBASE-3598 Broken formatting in LRU stats output [stack] HBASE-3699 Make ...
Apache Hudson Server
Apr 15, 2011 at 8:13 am
Apr 15, 2011 at 3:34 pm -
See <https://hudson.apache.org/hudson/job/hbase-0.90/153/changes Changes: [jdcryans] HBASE-3755 Catch zk's ConnectionLossException and augment error message with more help [jdcryans] HBASE-3773 Set ...
Apache Hudson Server
Apr 13, 2011 at 3:47 am
Apr 13, 2011 at 5:36 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1848/changes Changes: [jdcryans] ugh fixing CHANGES for 3755 [jdcryans] HBASE=3755 Catch zk's ConnectionLossException and augment error message ...
Apache Hudson Server
Apr 13, 2011 at 3:05 am
Apr 13, 2011 at 5:26 pm -
See <https://hudson.apache.org/hudson/job/hbase-0.90/151/changes Changes: [stack] HBASE-3578 TableInputFormat does not setup the configuration for HBase mapreduce jobs correctly ...
Apache Hudson Server
Apr 12, 2011 at 3:03 pm
Apr 12, 2011 at 11:54 pm -
Hello, I'm studying HBase code, and especially memstore flushing code. From what I understand, 40% of memory is used for buffering writes (hbase.regionserver.global.memstore.upperLimit) and 20% for ...
Giorgos Margaritis
Apr 10, 2011 at 7:19 pm
Apr 10, 2011 at 7:25 pm -
See <https://hudson.apache.org/hudson/job/hbase-0.90/143/changes Changes: [stack] HBASE-3071 Graceful decommissioning of a regionserver [jdcryans] Added some more doc about reusing HBC ...
Apache Hudson Server
Apr 5, 2011 at 3:01 pm
Apr 7, 2011 at 3:34 am -
Hello everybody, I have downloded the hbase-util module from this link: http://code.google.com/p/hbase-jdo/, but I didn't know how to do to install it or how to use it, specially when I want to run ...
Karray Gargouri
Apr 6, 2011 at 3:09 pm
Apr 6, 2011 at 4:53 pm -
See <https://builds.apache.org/hudson/job/HBase-TRUNK/1891/changes
Apache Jenkins Server
Apr 30, 2011 at 11:49 pm
Apr 30, 2011 at 11:49 pm -
Looks like I missed it, will commit the fix. Thanks for figuring this one out. Also in the future please address your development-related questions to the dev@ mailing list and not the user@ mailing ...
Jean-Daniel Cryans
Apr 26, 2011 at 5:27 pm
Apr 26, 2011 at 5:27 pm -
Hi: See feedback from Stan about the changes from HBASE-3609. I think other hbase users would need this feature as well. BTW the missing request per region info was due to code difference between ...
Ted Yu
Apr 22, 2011 at 4:42 pm
Apr 22, 2011 at 4:42 pm -
See <https://hudson.apache.org/hudson/job/hbase-0.90/161/changes
Apache Hudson Server
Apr 19, 2011 at 3:08 pm
Apr 19, 2011 at 3:08 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1858/changes
Apache Hudson Server
Apr 16, 2011 at 7:42 pm
Apr 16, 2011 at 7:42 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1850/changes
Apache Hudson Server
Apr 13, 2011 at 8:18 pm
Apr 13, 2011 at 8:18 pm -
See John's comment below.
Ted Yu
Apr 11, 2011 at 6:44 pm
Apr 11, 2011 at 6:44 pm -
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/573/ ...
Ted Yu
Apr 9, 2011 at 8:16 pm
Apr 9, 2011 at 8:16 pm -
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/572/ ...
Ted Yu
Apr 9, 2011 at 5:39 pm
Apr 9, 2011 at 5:39 pm -
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/568/ ...
Michael Stack
Apr 9, 2011 at 5:16 am
Apr 9, 2011 at 5:16 am
Group Overview
group | dev |
categories | hbase, hadoop |
discussions | 54 |
posts | 204 |
users | 29 |
website | hbase.apache.org |
29 users for April 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)