| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
187 (0.075s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: [DISCUSS] Namespace Delimiter - HBase - [mail # dev]
|
|
...I think if we want to use a dot, we need to be able to support both old tables with dot, and table in namespace. Consequently parsing should not rely on a dot or store "truth" info about NS ...
|
|
|
Author: Sergey Shelukhin,
2013-05-08, 19:01
|
|
|
[HBASE-8405] Add more custom options to how ClusterManager runs commands - HBase - [issue]
|
|
...You may want to run yet more custom commands (such as su as some local user) depending on test setup....
|
|
|
http://issues.apache.org/jira/browse/HBASE-8405
Author: Sergey Shelukhin,
2013-05-08, 18:54
|
|
|
Re: HLogSplit error with hadoop-2.0.3-alpha and hbase trunk - HBase - [mail # dev]
|
|
...589824 is divisible by 4096, default buffer size. Que groundless suspicions. However this doesn't explain why sequencefile has no such problems. Do you have any more numbers with this? I am ...
|
|
|
Author: Sergey Shelukhin,
2013-05-08, 18:37
|
|
|
Re: HLogSplit error with hadoop-2.0.3-alpha and hbase trunk - HBase - [mail # dev]
|
|
...if (length != intBytes.length) throw new IOException("Failed read of int length " + length); The length is from read call. This looks pretty suspicious, if the stream is not EOF why would it...
|
|
|
Author: Sergey Shelukhin,
2013-05-08, 18:18
|
|
|
[HBASE-8272] make compaction checker frequency configurable per table/cf - HBase - [issue]
|
|
...Makes the compaction checker frequency configurable per table/cf; that is useful for compaction schemes where many compactions can be available at any time, so the default checks/requests th...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8272
Author: Sergey Shelukhin,
2013-05-08, 06:31
|
|
|
[HBASE-8430] Cell decoder/scanner/etc. should not hide exceptions - HBase - [issue]
|
|
...Cell scanner, base decoder, etc., hide IOException inside runtime exception. This can lead to unexpected behavior because a lot of code only expects IOException. There's no logical justifica...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8430
Author: Sergey Shelukhin,
2013-05-07, 15:54
|
|
|
[HBASE-7539] when region is closed, the closing server should null out location in meta in process - HBase - [issue]
|
|
...No point in having stale META record when the server that put it has already closed the region....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7539
Author: Sergey Shelukhin,
2013-05-07, 06:45
|
|
|
[HBASE-7831] lightweight way to make RS commit suicide (internally, from code) - HBase - [issue]
|
|
...There are times in the life of many a region server when it realizes that it cannot go on any longer in the hostile, inhospitable environment. Or it might realize that there's something inhe...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7831
Author: Sergey Shelukhin,
2013-05-07, 02:52
|
|
|
[HBASE-8499] Cell BaseDecoder may be using inputstream incorrectly - HBase - [issue]
|
|
... if (this.in.available() <= 0) { this.hasNext = false; return this.hasNext; }Javadoc for available:Re...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8499
Author: Sergey Shelukhin,
2013-05-06, 23:50
|
|
|
Re: HLogSplit error with hadoop-2.0.3-alpha and hbase trunk - HBase - [mail # dev]
|
|
...Please take a look at the patch in HBASE-8498... this should make it possible to get more details. On Mon, May 6, 2013 at 11:36 AM, Sergey Shelukhin wrote: ...
|
|
|
Author: Sergey Shelukhin,
2013-05-06, 23:11
|
|
|
|