| clear query|facets|time |
Search criteria: .
Results from 131 to 140 from
978 (0.161s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Is it feasible to delete qualified tombstones during minor compaction? - HBase - [mail # dev]
|
|
...Unless you can guarantee that all KVs affected by a delete marker have been deleted you cannot remove the delete marker. That's a fact :) That means in order to remove a delete marker you ha...
|
|
|
Author: lars hofhansl,
2013-03-14, 17:00
|
|
|
0.94 tests in bad shape again - HBase - [mail # dev]
|
|
...No RC before this is fixed. Maybe this is all env related. I looked through the past few test runs and cataloged all passes and failures (as long as these are not due an actual code p...
|
|
|
Author: lars hofhansl,
2013-03-14, 16:23
|
|
|
Re: Replication hosed after simple cluster restart - HBase - [mail # dev]
|
|
...I have proposed some minor changes (including adding the jitter) on HBASE-8099. Turns out there already is a wait-time to give the cluster a chance to shutdown. It defaults to 2s, which was ...
|
|
|
Author: lars hofhansl,
2013-03-14, 04:16
|
|
|
Re: Replication hosed after simple cluster restart - HBase - [mail # dev]
|
|
...Yeah, lemme sink the RC... We do have a fix. Consider it sunk. In the end there are some more issues to discuss anyway. - Can we avoid RSs taking over queues during a clean shut...
|
|
|
Author: lars hofhansl,
2013-03-14, 03:48
|
|
|
0.94 jenkins is currently broken. - HBase - [mail # dev]
|
|
...Please avoid checkins for now, because then we cannot track back which change broke a test (if any) and would have to start reverting changes again. ...
|
|
|
Author: lars hofhansl,
2013-03-14, 01:54
|
|
|
Re: Replication hosed after simple cluster restart - HBase - [mail # dev]
|
|
...No, this all RSs trying to copy the failed RS' queues over. Most of them will fail, but still report all the queues that they *tried* to move. For each of those a ReplicationSource is setup,...
|
|
|
Author: lars hofhansl,
2013-03-14, 01:52
|
|
|
Re: Replication hosed after simple cluster restart - HBase - [mail # dev]
|
|
...Hey no problem. It's cool that we found it in a test env. It's probably quite hard to reproduce. This is in 0.94.5 but this feature is off by default. What's the general thought here, ...
|
|
|
Author: lars hofhansl,
2013-03-14, 01:45
|
|
|
Re: Replication hosed after simple cluster restart - HBase - [mail # dev]
|
|
...Sorry 0.94.6RC1 (I complain about folks not reporting the version all the time, and then I do it too) ________________________________ From: Ted Yu To: [EMAIL PROTEC...
|
|
|
Author: lars hofhansl,
2013-03-14, 01:27
|
|
|
Re: Replication hosed after simple cluster restart - HBase - [mail # dev]
|
|
...I suppose the problem could be in zkHelper.copyQueuesFromRSUsingMulti(rsZnode) as called from ReplicationSourceManager.NodeFailoverWorker.run(). copyQueuesFromRSUsingMulti will return the qu...
|
|
|
Author: lars hofhansl,
2013-03-14, 01:22
|
|
|
Replication hosed after simple cluster restart - HBase - [mail # dev]
|
|
...We just ran into an interesting scenario. We restarted a cluster that was setup as a replication source. The stop went cleanly. Upon restart *all* regionservers aborted within a few se...
|
|
|
Author: lars hofhansl,
2013-03-14, 01:12
|
|
|
|