Kevin Geiszler
Kevin Geiszler
Btw, I am also having trouble with `TestIncrementalBackup.TestIncBackupRestoreWithOriginalSplits()` and `TestIncrementalBackup.TestIncBackupRestore()` failing when I run locally on this branch. I know these have already caused problems in the past. I'm still...
I noticed PR #7304 also made changes to `FSTableDescriptors.java` and `HbckChore.java` via [FSUtils.isLocalMetaTable()](https://github.com/apache/hbase/pull/7304/files#diff-240b798d795405da1571cf446135d43346f17c09849773fd2508e8d1b6d1dd4eR1056). Currently, this PR does not make any changes to those files.
@anmolnar The failed unit tests are passing for me as well when I run them locally.
@wchevreuil I have answers to some of your questions: > 1. Is this a per-table configuration? Backups need to be enabled in the HBase conf file via `hbase.backup.enable`. For continuous...
> > @wchevreuil I have answers to some of your questions: > > > 1. Is this a per-table configuration? > > > > > > Backups need to be...
> Is there any action that may remove a given table from the list of tables tracked by the pitr replication peer? @wchevreuil The only action I can think of...
Hi @PDavid, can you please review this PR? Also, I am still having trouble getting the HBase UI to work locally, so I have not been able to manually test...
Hi @PDavid, it turned out there is a compatibility issue with Hadoop versions older than Hadoop 3.4. [YARN-11308](https://issues.apache.org/jira/browse/YARN-11308) introduced the new [Configuration.writeXml()](https://github.com/apache/hadoop/blob/branch-3.4.2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java#L3622) method that I was using in my original...
> I'd not introduce another XML element instead of the text content we have now because if any application parses the output of the dump servlet would need to be...