| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
172 (3.043s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-8514] There's an orig file in 0.95 - HBase - [issue]
|
|
...hbase-client/src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java.orig...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8514
Author: Sergey Shelukhin,
2013-05-09, 10:15
|
|
|
Re: [DISCUSS] Namespace Delimiter - HBase - [mail # dev]
|
|
...I think if we only have a string for fully qualified table name internally and rely on parsing the dot we are going to have migration issues somewhere. Externally I agree with Elliot, we can...
|
|
|
Author: Sergey Shelukhin,
2013-05-09, 01:24
|
|
|
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
|
|
|
|