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/11/17 18:02:41 UTC

[GitHub] [accumulo] dlmarion opened a new issue, #3084: Confirm that scanning offline table with no ScanServers fails.

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

   #3082 allowed an offline table to be scanned if the consistency level is set to EVENTUAL. Need to add a test that confirms the scan does fail when no ScanServers are running.


-- 
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 #3084: Confirm that scanning offline table with no ScanServers fails.

Posted by "dlmarion (via GitHub)" <gi...@apache.org>.
dlmarion commented on issue #3084:
URL: https://github.com/apache/accumulo/issues/3084#issuecomment-1540052502

   We are no longer planning on allowing eventual scans on offline tables.


-- 
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 #3084: Confirm that scanning offline table with no ScanServers fails.

Posted by "dlmarion (via GitHub)" <gi...@apache.org>.
dlmarion closed issue #3084: Confirm that scanning offline table with no ScanServers fails.
URL: https://github.com/apache/accumulo/issues/3084


-- 
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] ctubbsii closed issue #3084: Confirm that scanning offline table with no ScanServers fails.

Posted by "ctubbsii (via GitHub)" <gi...@apache.org>.
ctubbsii closed issue #3084: Confirm that scanning offline table with no ScanServers fails.
URL: https://github.com/apache/accumulo/issues/3084


-- 
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 #3084: Confirm that scanning offline table with no ScanServers fails.

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

   Confirmed that there is more work to do here.  If you insert the following [here](https://github.com/apache/accumulo/blob/main/test/src/main/java/org/apache/accumulo/test/ScanServerIT.java#L158) the test fails.
   
   ```
   TabletLocator.getLocator((ClientContext) client, TableId.of(client.tableOperations().tableIdMap().get(tableName))).invalidateCache();
   ```
   
   The reason it succeeds currently is that the table was online and a tablet was hosted. That information is in the TabletLocator. Once that information is no longer present, then the current client code fails.


-- 
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] ctubbsii commented on issue #3084: Confirm that scanning offline table with no ScanServers fails.

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

   I'm marking this as a blocker, because if we remove this restriction in a patch release, we need to be confident it works and doesn't lower the stability of the release line.  So, this should block the 2.1.1 release (unless support for offline scanning is reverted instead, which I would not advocate doing).


-- 
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