kevinrr888 commented on PR #6048: URL: https://github.com/apache/accumulo/pull/6048#issuecomment-3756895153
@ctubbsii I pushed 6e72b84325b5e2556b4f0cb3ee562cdc0428f10f. Here is the new "after" result of the test from [here](https://github.com/apache/accumulo/pull/6048#issuecomment-3729491226): ``` org.apache.accumulo.core.client.AccumuloException: Invalid Table Property random.invalid.key=123 at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:409) at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:364) at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doTableFateOperation(TableOperationsImpl.java:1803) at org.apache.accumulo.core.clientImpl.TableOperationsImpl.clone(TableOperationsImpl.java:801) at org.apache.accumulo.test.CloseScannerIT.TEMP(CloseScannerIT.java:133) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: ThriftTableOperationException(tableId:null, tableName:CloseScannerIT_TEMP1, op:CLONE, type:OTHER, description:Invalid Table Property random.invalid.key=123) at org.apache.accumulo.core.manager.thrift.FateService$executeFateOperation_result$executeFateOperation_resultStandardScheme.read(FateService.java:3767) at org.apache.accumulo.core.manager.thrift.FateService$executeFateOperation_result$executeFateOperation_resultStandardScheme.read(FateService.java:3743) at org.apache.accumulo.core.manager.thrift.FateService$executeFateOperation_result.read(FateService.java:3676) at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:93) at org.apache.accumulo.core.manager.thrift.FateService$Client.recv_executeFateOperation(FateService.java:134) at org.apache.accumulo.core.manager.thrift.FateService$Client.executeFateOperation(FateService.java:115) at org.apache.accumulo.core.clientImpl.TableOperationsImpl.executeFateOperation(TableOperationsImpl.java:289) at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:375) ... 9 more ``` -- 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]
