Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-17 Thread via GitHub
ndimiduk commented on code in PR #5876: URL: https://github.com/apache/hbase/pull/5876#discussion_r1605200912 ## hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestBackupDelete.java: ## @@ -30,6 +31,7 @@ import org.apache.hadoop.hbase.testclassification.LargeTests;

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-17 Thread via GitHub
ndimiduk commented on code in PR #5876: URL: https://github.com/apache/hbase/pull/5876#discussion_r1605158834 ## hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestBackupDelete.java: ## @@ -30,6 +31,7 @@ import org.apache.hadoop.hbase.testclassification.LargeTests;

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-17 Thread via GitHub
ndimiduk commented on code in PR #5876: URL: https://github.com/apache/hbase/pull/5876#discussion_r1605146791 ## hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestBackupDelete.java: ## @@ -30,6 +31,7 @@ import org.apache.hadoop.hbase.testclassification.LargeTests;

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-17 Thread via GitHub
ndimiduk merged PR #5876: URL: https://github.com/apache/hbase/pull/5876 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-17 Thread via GitHub
ndimiduk commented on code in PR #5876: URL: https://github.com/apache/hbase/pull/5876#discussion_r1604754534 ## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java: ## @@ -129,20 +128,15 @@ public int deleteBackups(String[] backupIds) throws

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-17 Thread via GitHub
ndimiduk commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2117281426 > I don't know if there's an existing ticket for them, and haven't done any investigation for it. @DieterDP-ng I filed this as https://issues.apache.org/jira/browse/HBASE-28602

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-13 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2108325553 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 43s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-13 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2108323241 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 26s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-13 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2108321888 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 38s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-13 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2108300478 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 1m 15s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-13 Thread via GitHub
DieterDP-ng commented on code in PR #5876: URL: https://github.com/apache/hbase/pull/5876#discussion_r1598758193 ## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java: ## @@ -129,20 +128,15 @@ public int deleteBackups(String[] backupIds) throws

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-13 Thread via GitHub
DieterDP-ng commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2108155158 > Test failure looks like a failure of the backup system. It's attempting to take an incremental backup, which assumes the existence of a WAL that no longer exists. The test harness

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-10 Thread via GitHub
ndimiduk commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2104339577 ``` java.io.IOException: java.io.FileNotFoundException: File

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-10 Thread via GitHub
ndimiduk commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2104337779 Test failure looks like a failure of the backup system. It's attempting to take an incremental backup, which assumes the existence of a WAL that no longer exists. The test harness ran the

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-10 Thread via GitHub
ndimiduk commented on code in PR #5876: URL: https://github.com/apache/hbase/pull/5876#discussion_r1596546774 ## hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java: ## @@ -129,20 +128,15 @@ public int deleteBackups(String[] backupIds) throws

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-09 Thread via GitHub
rmdmattingly commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2103196047 The test failure looks relevant -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-08 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2100866036 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 45s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-08 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2100863875 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 24s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-08 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2100861426 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 12s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-08 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2100850624 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 48s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-08 Thread via GitHub
DieterDP-ng commented on code in PR #5876: URL: https://github.com/apache/hbase/pull/5876#discussion_r1594179764 ## hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestBackupDelete.java: ## @@ -158,4 +160,27 @@ public long currentTime() {

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-08 Thread via GitHub
rmdmattingly commented on code in PR #5876: URL: https://github.com/apache/hbase/pull/5876#discussion_r1594113045 ## hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestBackupDelete.java: ## @@ -158,4 +160,27 @@ public long currentTime() {

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-08 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2100631395 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 42s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-08 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2100629569 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 25s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-08 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2100627058 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 37s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-08 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2100620463 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 49s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-08 Thread via GitHub
DieterDP-ng commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2100535212 @rmdmattingly added a test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-06 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2096293487 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 2m 23s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-06 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2096291617 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 40s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-06 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2096291126 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 26s |

Re: [PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-06 Thread via GitHub
Apache-HBase commented on PR #5876: URL: https://github.com/apache/hbase/pull/5876#issuecomment-2096280725 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 0m 40s |

[PR] HBASE-28568 Fix incremental backup set shrinking [hbase]

2024-05-06 Thread via GitHub
DieterDP-ng opened a new pull request, #5876: URL: https://github.com/apache/hbase/pull/5876 The incremental backup set is the set of tables included when an incremental backup is created, it is managed per backup root dir and contains all tables that are present in at least one backup (in