You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "keith-turner (via GitHub)" <gi...@apache.org> on 2023/04/28 00:01:14 UTC

[GitHub] [accumulo] keith-turner opened a new issue, #3354: Handle setting time in bulk import FATE operation

keith-turner opened a new issue, #3354:
URL: https://github.com/apache/accumulo/issues/3354

   After the changes in #3350 the bulk import code no longer sets the tablet time for bulk imported files.  This can be done using conditional mutations when the tablet is offline (piggy backing on existing conditional mutations) OR by a new RPC when the tablet is hosted to request allocation of a timestamp.


-- 
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] keith-turner commented on issue #3354: Handle setting time in bulk import FATE operation

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

   In BulkNewIT there is a disabled test.  When this is fixed that test can be enabled.


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


Re: [I] Handle setting time in bulk import FATE operation [accumulo]

Posted by "keith-turner (via GitHub)" <gi...@apache.org>.
keith-turner closed issue #3354: Handle setting time in bulk import FATE operation
URL: https://github.com/apache/accumulo/issues/3354


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


Re: [I] Handle setting time in bulk import FATE operation [accumulo]

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

   In #4045 setting time was implemented for bulk imports against hosted tablets.  However this is not complete, still need to persist this time in a follow in PR.


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


Re: [I] Handle setting time in bulk import FATE operation [accumulo]

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

   ScanConsistencyIT is also failing because of this.


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


Re: [I] Handle setting time in bulk import FATE operation [accumulo]

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

   The test in BulkNewIT mentioned above is no longer Disabled, however setting time for hosted tablets still does not work. Likely need to add a test in BulkNewIT for this condition.


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