Joe Donovan

Results 4 comments of Joe Donovan

@yuye-aws @zhichao-aws @vibrantvarun hello, I updated the PR and CI is green now. Mind taking another look?

> > Will this change make into the next release? > > Someone needs to rebase this PR against main and iterate it to green. Looks like @jdnvn is unfortunately...

@dblock @dbwiddis @vibrantvarun are these tests flaky? It doesn't look like they are related to the change ``` - org.opensearch.action.admin.cluster.tasks.PendingTasksBlocksIT.testPendingTasksWithClusterNotRecoveredBlock - org.opensearch.action.admin.cluster.tasks.PendingTasksBlocksIT.testPendingTasksWithClusterReadOnlyBlock - org.opensearch.remotemigration.RemotePrimaryRelocationIT.testMixedModeRelocation_FailInFinalize - org.opensearch.snapshots.DedicatedClusterSnapshotRestoreIT.testSnapshotWithStuckNode ```

looking into this, but when I try to reproduce: ``` D create type e as enum ('a', 'b'); D create type u as struct (i int, j int); D create...