You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/09/14 20:50:00 UTC

[GitHub] [accumulo] dlmarion opened a new issue, #2929: ShellServerIT.exporttableImporttable is failing

dlmarion opened a new issue, #2929:
URL: https://github.com/apache/accumulo/issues/2929

   **Describe the bug**
   ShellServerIT.exporttableImporttable creates a table and sets property `table.split.threshold=345M`. It exports the table, then imports it. It looks for `345M` in the config output of the new table, but does not find it.
   
   **To Reproduce**
   Run Sunny Tests on the command line (`mvn clean verify -Psunny`). When run from Eclipse, this test passes
   
   **Expected behavior**
   Test to pass
   


-- 
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: notifications-unsubscribe@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion commented on issue #2929: ShellServerIT.exporttableImporttable is failing

Posted by GitBox <gi...@apache.org>.
dlmarion commented on issue #2929:
URL: https://github.com/apache/accumulo/issues/2929#issuecomment-1247305846

   I saw it in the output of one of the most recent CI builds, then I saw it just before writing this ticket. I'm running `sunny` again right now to see if it fails again and to check the logs. I was thinking that maybe it was a ZK sync issue, but this test is configured to run 1 tserver with a comment for that exact issue.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion commented on issue #2929: ShellServerIT.exporttableImporttable is failing

Posted by GitBox <gi...@apache.org>.
dlmarion commented on issue #2929:
URL: https://github.com/apache/accumulo/issues/2929#issuecomment-1247318379

   Failed again, same place. The test sets the `table.split.threshold` property to `345M`, which calls `TableOperationsImpl.setProperty`, which sets the property via the `Manager`. Then it calls `TableOperationsImpl.exportTable`, which starts a FaTE operation in the Manager. I looked at the `table_config.txt` file in the export metadata zipfile and the `table.split.threshold` property is not in there. Seems like there might be a sync issue in the Manager....


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion commented on issue #2929: ShellServerIT.exporttableImporttable is failing

Posted by GitBox <gi...@apache.org>.
dlmarion commented on issue #2929:
URL: https://github.com/apache/accumulo/issues/2929#issuecomment-1248072410

   I think this fixed it. `sunny` got past ShellServerIT twice locally and was failing before this commit. 


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] DomGarguilo commented on issue #2929: ShellServerIT.exporttableImporttable is failing

Posted by GitBox <gi...@apache.org>.
DomGarguilo commented on issue #2929:
URL: https://github.com/apache/accumulo/issues/2929#issuecomment-1247298369

   How often does this fail for you? Does it only fail when running `Psunny` or also when you run the test on its own?
   
   I think I have seen this one fail before as well, but can't reproduce the failure at the moment.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] EdColeman commented on issue #2929: ShellServerIT.exporttableImporttable is failing

Posted by GitBox <gi...@apache.org>.
EdColeman commented on issue #2929:
URL: https://github.com/apache/accumulo/issues/2929#issuecomment-1247994005

   Merged https://github.com/apache/accumulo/pull/2778 - which may help


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] dlmarion closed issue #2929: ShellServerIT.exporttableImporttable is failing

Posted by GitBox <gi...@apache.org>.
dlmarion closed issue #2929: ShellServerIT.exporttableImporttable is failing
URL: https://github.com/apache/accumulo/issues/2929


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org