| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
87 (0.327s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: svn commit: r1239930 - in /hbase/branches/0.89-fb/src: main/java/org/apache/hadoop/hbase/master/SplitLogManager.java test/java/org/apache/hadoop/hbase/master/TestSplitLogManager.java - HBase - [mail # dev]
|
|
...Hi Stack, Sorry about that. We meant to tag this commit as 89-fb-only, but we are still figuring out our tagging system. I guess "[master]" would have been the right tag in this case, ...
|
|
|
Author: Mikhail Bautin,
2012-02-03, 22:44
|
|
|
Re: major compaction and regionserver failure... - HBase - [mail # user]
|
|
...Hi Andy, We don't persist manual compaction requests across server restarts, so if e.g. a major compaction was requested manually and the regionserver crashed, the new regionserver tha...
|
|
|
Author: Mikhail Bautin,
2011-12-11, 10:10
|
|
|
Re: major compaction and regionserver failure... - HBase - [mail # user]
|
|
...Hi Andy, Compaction queues are not persisted between regionserver restarts, and the results of an incomplete compaction are discarded. Compactions write into an HFile in a temporary lo...
|
|
|
Author: Mikhail Bautin,
2011-12-10, 20:49
|
|
|
Re: Installing HBase - HBase - [mail # user]
|
|
...Hi Sumit, "#!/usr/bin/env bash" will search for bash on the configured PATH, while #!/usr/bin/bash assumes that the bash binary is in /usr/bin. In any way, bash should probably run fin...
|
|
|
Author: Mikhail Bautin,
2011-12-07, 18:24
|
|
|
Re: Installing HBase - HBase - [mail # user]
|
|
...Hi Sumit, Could you please provide more details about this environment? What operating system are you using? HBase is most frequently deployed on Linux, and many developers run it on M...
|
|
|
Author: Mikhail Bautin,
2011-12-07, 07:25
|
|
|
Re: SequenceFileLogReader uses a reflection hack resulting in runtime failures - HBase - [mail # dev]
|
|
...OK, I've switched to RawLocalFileSystem and it seemed to fix log splitting issues. However, I'm still seeing the following when loading random data (not killing the regionserver yet). Any id...
|
|
|
Author: Mikhail Bautin,
2011-12-02, 08:54
|
|
|
Re: SequenceFileLogReader uses a reflection hack resulting in runtime failures - HBase - [mail # dev]
|
|
...Dhruba: It's 0.20.205.0, the default one for the open-source HBase trunk. I'll try to follow Todd's advice and run the test against a different filesystem. Thanks, On Thu, ...
|
|
|
Author: Mikhail Bautin,
2011-12-02, 07:20
|
|
|
Re: SequenceFileLogReader uses a reflection hack resulting in runtime failures - HBase - [mail # dev]
|
|
...After fixing the getFileLength() method access bug, the error I'm seeing in my local multi-process cluster load test is different. Do we ever expect to see checksum errors on the local files...
|
|
|
Author: Mikhail Bautin,
2011-12-02, 07:12
|
|
|
Re: SequenceFileLogReader uses a reflection hack resulting in runtime failures - HBase - [mail # dev]
|
|
...@Stack: I am using hadoop-0.20.205.0 (the default Hadoop version from pom.xml). There is a private getFileLength() method, but getMethod() does not allow to retrieve it. We should use getDec...
|
|
|
Author: Mikhail Bautin,
2011-12-02, 06:58
|
|
|
SequenceFileLogReader uses a reflection hack resulting in runtime failures - HBase - [mail # dev]
|
|
...Hello, The following reflection hack is from SequenceFileLogReader.java. try { Field fIn = FilterInputStream...
|
|
|
Author: Mikhail Bautin,
2011-12-02, 05:59
|
|
|
|