apurtell opened a new pull request, #2455:
URL: https://github.com/apache/phoenix/pull/2455

   Four `LogicalTableNameBaseIT` helpers call `admin.snapshot()` directly with 
a snapshot name deterministically derived from the table name, so RPC retries 
or concurrent forks produce duplicate in-flight requests that HMaster rejects 
with `SnapshotCreationException` "already running another snapshot on the same 
table", even though the original procedure still succeeds. The test bypasses 
`ConnectionQueryServicesImpl.createSnapshot` so the fix adds a 
`snapshotWithRetry(admin, name, tableName)` helper and routes all four call 
sites through it.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to