Commit Graph

2061 Commits

Author SHA1 Message Date
Lars George d7a63983fc HBASE-3492 NPE while splitting table with empty column family store
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066785 13f79535-47bb-0310-9956-ffa450edef68
2011-02-03 11:40:07 +00:00
Andrew Kyle Purtell a3a2ce9215 HBASE-3416 For intra-row scanning, the update readers notification resets the query matcher and can lead to incorrect behavior
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066744 13f79535-47bb-0310-9956-ffa450edef68
2011-02-03 07:42:17 +00:00
Ryan Rawson 6b30bf2a09 HBASE-3494 checkAndPut implementation doesnt verify row param and writable row are the same
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066149 13f79535-47bb-0310-9956-ffa450edef68
2011-02-01 19:15:19 +00:00
Todd Lipcon 9b0a004017 HBASE-3483 Memstore lower limit should trigger asynchronous flushes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1065918 13f79535-47bb-0310-9956-ffa450edef68
2011-02-01 06:20:21 +00:00
Michael Stack c8529f0cab HBASE-3493 HMaster sometimes hangs during initialization due to missing notify call
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1065745 13f79535-47bb-0310-9956-ffa450edef68
2011-01-31 20:23:57 +00:00
Jonathan Gray d09a8b5cec HBASE-3305 Allow round-robin distribution for table created with multiple regions (ted yu via jgray)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1064930 13f79535-47bb-0310-9956-ffa450edef68
2011-01-28 23:38:19 +00:00
Ryan Rawson 105e28a85d fixing 2481 -> 3481 in changes.txt
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1064312 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 21:17:02 +00:00
Ryan Rawson dab4c39761 HBASE-2481 max seq id in flushed file can be larger than its correct value causing data loss during recovery
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1064050 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 09:25:55 +00:00
Lars George df5fcf6445 HBASE-3476 HFile -m option need not scan key values (Prakash Khemani via Lars George)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1064034 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 08:54:20 +00:00
Nicolas Spiegelberg 2514a87ad6 HBASE-3433 : KeyValue API to explicitly distinguish between deep & shallow copies
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061648 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 06:24:36 +00:00
Nicolas Spiegelberg 91750f48bd Forgot to update CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061639 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 05:35:56 +00:00
Andrew Kyle Purtell 81d751f9d0 HBASE-3456 Fix hardcoding of 20 second socket timeout down in HBaseClient
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061596 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 02:08:27 +00:00
Michael Stack ff21baac60 HBASE-3449 Server shutdown handlers deadlocked waiting for META
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061575 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20 23:47:37 +00:00
Michael Stack 0aade298db HBASE-3387 Pair does not deep check arrays for equality -- REVERTED
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1061082 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20 00:47:29 +00:00
Nicolas Spiegelberg eb0921b921 Forgot to modify CHANGES.txt for HBASE-3437
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1057801 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11 19:05:29 +00:00
Michael Stack 0d31ac5f37 HBASE-3403 Region orphaned after failure during split
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056884 13f79535-47bb-0310-9956-ffa450edef68
2011-01-09 05:25:50 +00:00
Michael Stack dddee0d50f REVERT HBASE-3429 HBaseObjectWritable should support arrays of any Writable or Serializable, not just Writable[]
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056582 13f79535-47bb-0310-9956-ffa450edef68
2011-01-08 01:07:15 +00:00
Michael Stack efa5448aa3 HBASE-3429 HBaseObjectWritable should support arrays of any Writable or Serializable, not just Writable[]
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056548 13f79535-47bb-0310-9956-ffa450edef68
2011-01-07 22:33:24 +00:00
Michael Stack ce16f762e9 HBASE-3430 hbase-daemon.sh should clean up PID files on process stop
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056515 13f79535-47bb-0310-9956-ffa450edef68
2011-01-07 21:18:31 +00:00
Jonathan Gray f64db932fd HBASE-3418 Increment operations can break when qualifiers are split between memstore/snapshot and storefiles
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056108 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 22:53:05 +00:00
Todd Lipcon 7a678034af HBASE-3401. Region IPC operations should be high priority
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056041 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 19:49:28 +00:00
Todd Lipcon 857d41472f HBASE-3407 hbck should pause between fixing and re-checking state
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056023 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 19:32:32 +00:00
Gary Helmling e89bfb07f3 HBASE-3405 Allow HBaseRpcMetrics to register custom interface methods
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1056011 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 19:00:52 +00:00
Andrew Kyle Purtell 0ae47644a4 HBASE-3423 hbase-env.sh overrides HBASE_OPTS incorrectly
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1055719 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 02:53:49 +00:00
Michael Stack 7c878981b5 HBASE-3420 Handling a big rebalance, we can queue multiple instances of a Close event; messes up state
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1055639 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 21:07:20 +00:00
Jean-Daniel Cryans f397fa6309 HBASE-3412 HLogSplitter should handle missing HLogs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1055563 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 18:05:59 +00:00
Michael Stack b7ece04e0f HBASE-3409 Failed server shutdown processing when retrying hlog split
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1055254 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 00:48:42 +00:00
Michael Stack c10721b8a8 HBASE-3402 Web UI shows two META regions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1055252 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 00:45:33 +00:00
Michael Stack 8620d2c697 HBASE-3408 AssignmentManager NullPointerException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1055248 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 00:01:56 +00:00
Todd Lipcon 46a56a74db HBASE-3392. Update backport of InputSampler to reflect MAPREDUCE-1820
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1054845 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 00:52:06 +00:00
Michael Stack 384f4c93dd HBASE-3344 Master aborts after RPC to server that was shutting down
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1054837 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 00:10:39 +00:00
Michael Stack 221e8a807e HBASE-3393 Update Avro gateway to use Avro 1.4.1 and the new server.join() method
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1053531 13f79535-47bb-0310-9956-ffa450edef68
2010-12-29 05:25:26 +00:00
Michael Stack 6ceadd85dc HBASE-3387 Pair does not deep check arrays for equality
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1053484 13f79535-47bb-0310-9956-ffa450edef68
2010-12-29 00:04:32 +00:00
Jean-Daniel Cryans 0f2700df67 HBASE-3383 [0.90RC1] bin/hbase script displays "no such file" warning on
target/cached_classpath.txt


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1052093 13f79535-47bb-0310-9956-ffa450edef68
2010-12-22 23:02:42 +00:00
Michael Stack 1758553f45 HBASE-3388 NPE processRegionInTransition(AssignmentManager.java:264) doing rolling-restart.sh
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1052058 13f79535-47bb-0310-9956-ffa450edef68
2010-12-22 20:28:57 +00:00
Jean-Daniel Cryans bfe27f5764 HBASE-3386 NPE in TableRecordReaderImpl.restart
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1052051 13f79535-47bb-0310-9956-ffa450edef68
2010-12-22 19:54:11 +00:00
Michael Stack bc8d7005b1 HBASE-3381 Interrupt of a region open comes across as a successful open
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051710 13f79535-47bb-0310-9956-ffa450edef68
2010-12-22 00:17:51 +00:00
Gary Helmling 1229397a95 HBASE-3256: Add coprocessor host and observer for HMaster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051639 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21 20:39:26 +00:00
Michael Stack 8f67476c53 HBASE-3343 Server not shutting down after losing log lease
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051380 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21 05:32:22 +00:00
Michael Stack a59bd1030b HBASE-3374 Our jruby jar has *GPL jars in it; fix
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051343 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21 00:34:36 +00:00
Michael Stack d000821c1e HBASE-3323 OOME in master splitting logs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051278 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20 20:35:41 +00:00
Jonathan Gray 9685e81958 Commit for freenode hbase group request approval freenode7fhrc24c.ver
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051264 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20 19:55:26 +00:00
Michael Stack 8c73db0ebd HBASE-3335 Add BitComparator for filtering
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051217 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20 17:30:09 +00:00
Andrew Kyle Purtell 57a325bf4c HBASE-3377 Upgrade Jetty to 6.1.26
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1051022 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20 08:51:45 +00:00
Jean-Daniel Cryans ef96f37844 HBASE-3366 WALObservers should be notified before the lock
HBASE-3367  Failed log split not retried 
   HBASE-3370  ReplicationSource.openReader fails to locate HLogs when they
               aren't split yet
   HBASE-3371  Race in TestReplication can make it fail

   HBASE-3372  HRS shouldn't print a full stack for ServerNotRunningException


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1050542 13f79535-47bb-0310-9956-ffa450edef68
2010-12-18 00:13:13 +00:00
Gary Helmling 96e37125ba HBASE-3260 Coprocessors: Add explicit lifecycle management
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1050489 13f79535-47bb-0310-9956-ffa450edef68
2010-12-17 20:50:34 +00:00
Michael Stack 1cb79368d3 HBASE-3368 Split message can come in before region opened message; results in 'Region has been PENDING_CLOSE for too long' cycle
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1050279 13f79535-47bb-0310-9956-ffa450edef68
2010-12-17 05:48:05 +00:00
Michael Stack d154629ef9 HBASE-3362 If .META. offline between OPENING and OPENED, then wrong server location in .META. is possible
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1050276 13f79535-47bb-0310-9956-ffa450edef68
2010-12-17 05:38:18 +00:00
Michael Stack 605ebb05ec HBASE-3365 EOFE contacting crashed RS causes Master abort
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049755 13f79535-47bb-0310-9956-ffa450edef68
2010-12-16 00:31:42 +00:00
Jean-Daniel Cryans 0957e3867a HBASE-3363 ReplicationSink should batch delete
doc fixes for replication


git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1049745 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15 23:31:45 +00:00