stack
|
f149c26e9a
|
HBASE-11822 Convert EnvironmentEdge#getCurrentTimeMillis to getCurrentTime
|
2014-08-29 17:21:48 -07:00 |
Andrew Purtell
|
2668cc4672
|
HBASE-11857 Restore ReaderBase.initAfterCompression() and WALCellCodec.create(Configuration, CompressionContext) (Ted Yu)
|
2014-08-29 16:53:19 -07:00 |
stack
|
8362e62222
|
HBASE-11726 Master should fail-safe if starting with a pre 0.96 layout (Esteban Guiterrez)
|
2014-08-29 11:15:36 -07:00 |
Andrew Purtell
|
51cf5c359b
|
HBASE-11810 Access SSL Passwords through Credential Provider API (Larry McCay)
|
2014-08-29 07:54:52 -07:00 |
Nicolas Liochon
|
d12ad17381
|
HBASE-11851 RpcClient can try to close a connection not ready to close
|
2014-08-29 14:41:36 +02:00 |
Jonathan M Hsieh
|
ce4af20ad3
|
HBASE-11859 'hadoop jar' references in documentation should mention hbase-server.jar, not hbase.jar
|
2014-08-28 19:53:49 -07:00 |
Andrew Purtell
|
3d73ff13d3
|
HBASE-11846 HStore#assertBulkLoadHFileOk should log if a full HFile verification will be performed during a bulkload (Esteban Gutierrez)
|
2014-08-28 15:53:27 -07:00 |
Andrew Purtell
|
82c97342aa
|
HBASE-11856 hbase-common needs a log4j.properties resource for handling unit test logging output
|
2014-08-28 15:38:14 -07:00 |
Andrew Purtell
|
8fe406931c
|
HBASE-11844 region_mover.rb load enters an infinite loop if region already present on target server (Stephen Veiss)
|
2014-08-28 14:33:34 -07:00 |
Sean Busbey
|
901d429e15
|
HBASE-11849 remove classes with audience.private for internals that we don't use.
Signed-off-by: Jonathan M Hsieh <jmhsieh@apache.org>
|
2014-08-28 11:54:28 -07:00 |
anoopsjohn
|
c23c850cac
|
HBASE-9875 Removing the empty file NamespaceJanitor
|
2014-08-28 16:40:23 +05:30 |
stack
|
fd78e1c553
|
HBASE-9875 NamespaceJanitor chore is not used
|
2014-08-27 09:57:37 -07:00 |
Srikanth Srungarapu
|
095a0e9aa2
|
HBASE-11788 HBase is not deleting the cell when a Put with a KeyValue, KeyValue.Type.Delete is submitted
|
2014-08-27 09:16:14 -07:00 |
anoopsjohn
|
9bd9b26a0e
|
HBASE-11820 ReplicationSource : Set replication codec class as RPC codec class on a clonned Configuration.
|
2014-08-27 10:29:51 +05:30 |
Sean Busbey
|
2ef6d03e56
|
HBASE-11828 callers of SeverName.valueOf should use equals and not ==.
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2014-08-26 17:52:26 -07:00 |
Lars Hofhansl
|
95da29707f
|
HBASE-9746 Addendum.
|
2014-08-26 10:51:44 -07:00 |
Andrew Purtell
|
02fed866ce
|
HBASE-11814 TestAssignmentManager.testCloseFailed() and testOpenCloseRacing() is flaky (Virag Kothari)
|
2014-08-26 07:51:19 -07:00 |
Ted Yu
|
2fa197d3ab
|
HBASE-11823 Cleanup javadoc warnings.(Andrey Stepachev)
|
2014-08-26 09:14:51 +00:00 |
stack
|
b1b038a771
|
HBASE-11610 Enhance remote meta updates (Virag Kothari)
|
2014-08-25 18:17:18 -07:00 |
stack
|
59230cb184
|
HBASE-11610 Enhance remote meta updates (Virag Kothari)
|
2014-08-25 18:17:18 -07:00 |
Lars Hofhansl
|
6ac5718094
|
HBASE-9746 RegionServer can't start when replication tries to replicate to an unknown host.
|
2014-08-25 16:33:36 -07:00 |
Andrew Purtell
|
706c5fcf56
|
HBASE-11766 Backdoor CoprocessorHConnection is no longer being used for local writes
|
2014-08-25 15:58:23 -07:00 |
stack
|
2c5a2e854b
|
HBASE-11813 CellScanner#advance may overflow stack
|
2014-08-25 14:53:27 -07:00 |
Jonathan M Hsieh
|
465d7d85a6
|
HBASE-11782 Document that hbase.MetaMigrationConvertingToPB needs to be set to true for migrations pre 0.96 (Misty Stanley-Jones)
|
2014-08-25 13:52:22 -07:00 |
stack
|
77085d0ff1
|
HBASE-11816 Initializing custom Metrics implementation failed in Mapper or Reducer
|
2014-08-25 12:27:50 -07:00 |
Lars Hofhansl
|
cfd79ac1c2
|
HBASE-11536 Puts of region location to Meta may be out of order which causes inconsistent of region location. (Liu Shaohui)
|
2014-08-25 11:40:31 -07:00 |
Gary Helmling
|
971e775f91
|
HBASE-11800 Make HTableInterface coprocessorService methods public
|
2014-08-25 10:47:24 -07:00 |
Andrew Purtell
|
01e4f0ed8a
|
HBASE-11794 StripeStoreFlusher causes NullPointerException (jeongmin kim)
|
2014-08-23 10:49:33 -07:00 |
Sean Busbey
|
08c14bd502
|
HBASE-8298 In shell, provide alias of 'desc' for 'describe'.
* Adds ability to alias commands
* map 'desc' alias to 'describe'
Signed-off-by: Andrew Purtell <apurtell@apache.org>
|
2014-08-23 10:40:29 -07:00 |
Andrew Purtell
|
4ba7f67f80
|
HBASE-11617 incorrect AgeOfLastAppliedOp and AgeOfLastShippedOp in replication Metrics when no new replication OP (Demai Ni)
|
2014-08-23 09:43:24 -07:00 |
Ramkrishna
|
6aba7cf40e
|
HBASE-11802 Scan copy constructor doesn't copy reversed member variable
|
2014-08-22 22:05:37 +05:30 |
Matteo Bertozzi
|
600bee44be
|
HBASE-11789 LoadIncrementalHFiles is not picking up the -D option
|
2014-08-21 19:09:29 +01:00 |
Matteo Bertozzi
|
07f9f3d38c
|
Revert "LoadIncrementalHFiles is not picking up the -D option"
This reverts commit a80799a3bc .
|
2014-08-21 19:09:23 +01:00 |
Matteo Bertozzi
|
a80799a3bc
|
LoadIncrementalHFiles is not picking up the -D option
|
2014-08-20 21:32:38 +01:00 |
Nick Dimiduk
|
7d48fa698b
|
HBASE-11752 Document blockcache prefetch option (Misty Stanley-Jones)
|
2014-08-20 12:57:20 -07:00 |
Nick Dimiduk
|
8670fb3339
|
Revert "Document blockcache prefetch option (Misty Stanley-Jones)"
This reverts commit 7f56783003 .
|
2014-08-20 12:57:02 -07:00 |
Nick Dimiduk
|
9fb4bfec81
|
Document blockcache prefetch option (Misty Stanley-Jones)
|
2014-08-20 11:53:17 -07:00 |
Nicolas Liochon
|
bafbc1264a
|
HBASE-11744 RpcServer code should not use a collection from netty internal
|
2014-08-20 12:18:17 +02:00 |
anoopsjohn
|
98067274d9
|
HBASE-11553 Abstract visibility label related services into an interface.
|
2014-08-20 14:48:53 +05:30 |
Matteo Bertozzi
|
aee3990eb5
|
HBASE-11736 Document SKIP_FLUSH snapshot option (Misty Stanley-Jones)
|
2014-08-20 09:47:39 +01:00 |
Matteo Bertozzi
|
5c1ae840f2
|
HBASE-11737 Document callQueue improvements from HBASE-11355 and HBASE-11724 (Misty Stanley-Jones)
|
2014-08-20 09:42:41 +01:00 |
Enis Soztutar
|
cbc1bc7d49
|
HBASE-11512 Write region open/close events to WAL
|
2014-08-19 18:46:24 -07:00 |
Enis Soztutar
|
05e67eba9d
|
HBASE-11572 Add support for doing get/scans against a particular replica_id (Jeffrey Zhong)
|
2014-08-19 18:27:20 -07:00 |
Jonathan M Hsieh
|
f4f77b5756
|
HBASE-11682 Explain Hotspotting (Misty Stanley-Jones)
|
2014-08-19 16:46:38 -07:00 |
stack
|
acf6911114
|
HBASE-11657 Put HTable region methods in an interface (Carter Page)
|
2014-08-19 16:15:35 -07:00 |
Andrew Purtell
|
f3f3947397
|
HBASE-11774 Avoid allocating unnecessary tag iterators
|
2014-08-19 09:52:57 -07:00 |
Andrew Purtell
|
4901e649b6
|
HBASE-11773 Wrong field used for protobuf construction in RegionStates (Andrey Stepachev)
|
2014-08-19 09:23:21 -07:00 |
anoopsjohn
|
d502bafad2
|
HBASE-11696 Make CombinedBlockCache resizable.
|
2014-08-19 17:35:03 +05:30 |
Ted Yu
|
12478cded7
|
HBASE-11762 Record the class name of Codec in WAL header
|
2014-08-19 00:52:16 +00:00 |
stack
|
ac6b747370
|
HBASE-11770 TestBlockCacheReporting.testBucketCache is not stable (Sergey Soldatov)
|
2014-08-18 15:35:23 -07:00 |