[jira] [Commented] (ACCUMULO-4807) Provide means to determine if bulk import was successful

2018-09-18 Thread Mark Owens (JIRA)


[ 
https://issues.apache.org/jira/browse/ACCUMULO-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619039#comment-16619039
 ] 

Mark Owens commented on ACCUMULO-4807:
--

This ticket will be closed and replaced by GitHub issue  
[#650|[https://github.com/apache/accumulo/issues/650]] 

 

> Provide means to determine if bulk import was successful
> 
>
> Key: ACCUMULO-4807
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4807
> Project: Accumulo
>  Issue Type: Sub-task
>  Components: master, tserver
>Reporter: Mark Owens
>Priority: Major
> Fix For: 2.0.0
>
>
> One thing customers would like to be able to do is know whether a bulk import 
> that was launched was successful. If a client launches a bulk import and then 
> dies (a rare case, but it happens), there's no way to know if that bulk 
> import completed or is still in progress. Possibly, if bulk import returned a 
> transaction ID, they'd be able to inquire whether that transaction has 
> completed. Not sure if think that's currently possible via the java client, 
> but operators do consistently monitor FATEs via the shell. It'd be nice to do 
> that via the java client so we can monitor programmatically.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ACCUMULO-4807) Provide means to determine if bulk import was successful

2018-09-18 Thread Mark Owens (JIRA)


[ 
https://issues.apache.org/jira/browse/ACCUMULO-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619023#comment-16619023
 ] 

Mark Owens commented on ACCUMULO-4807:
--

[~etcoleman], in that case I will remove myself as assignee as I have not had 
the opportunity to get to it yet anyway. I will also close it out here and add 
a corresponding ticket in Github issues.

> Provide means to determine if bulk import was successful
> 
>
> Key: ACCUMULO-4807
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4807
> Project: Accumulo
>  Issue Type: Sub-task
>  Components: master, tserver
>Reporter: Mark Owens
>Assignee: Mark Owens
>Priority: Major
> Fix For: 2.0.0
>
>
> One thing customers would like to be able to do is know whether a bulk import 
> that was launched was successful. If a client launches a bulk import and then 
> dies (a rare case, but it happens), there's no way to know if that bulk 
> import completed or is still in progress. Possibly, if bulk import returned a 
> transaction ID, they'd be able to inquire whether that transaction has 
> completed. Not sure if think that's currently possible via the java client, 
> but operators do consistently monitor FATEs via the shell. It'd be nice to do 
> that via the java client so we can monitor programmatically.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ACCUMULO-4807) Provide means to determine if bulk import was successful

2018-09-18 Thread Ed Coleman (JIRA)


[ 
https://issues.apache.org/jira/browse/ACCUMULO-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619002#comment-16619002
 ] 

Ed Coleman commented on ACCUMULO-4807:
--

Not directly - but I'm interested in taking a run at this as well as some of 
the issues raised in https://issues.apache.org/jira/browse/ACCUMULO-4355.

Currently, I'm directly working on exposing current FATE transaction status via 
metrics (jmx, metrics2) so that they can be monitored without using the shell.

Ed Coleman



> Provide means to determine if bulk import was successful
> 
>
> Key: ACCUMULO-4807
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4807
> Project: Accumulo
>  Issue Type: Sub-task
>  Components: master, tserver
>Reporter: Mark Owens
>Assignee: Mark Owens
>Priority: Major
> Fix For: 2.0.0
>
>
> One thing customers would like to be able to do is know whether a bulk import 
> that was launched was successful. If a client launches a bulk import and then 
> dies (a rare case, but it happens), there's no way to know if that bulk 
> import completed or is still in progress. Possibly, if bulk import returned a 
> transaction ID, they'd be able to inquire whether that transaction has 
> completed. Not sure if think that's currently possible via the java client, 
> but operators do consistently monitor FATEs via the shell. It'd be nice to do 
> that via the java client so we can monitor programmatically.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ACCUMULO-4807) Provide means to determine if bulk import was successful

2018-09-17 Thread Mark Owens (JIRA)


[ 
https://issues.apache.org/jira/browse/ACCUMULO-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16617730#comment-16617730
 ] 

Mark Owens commented on ACCUMULO-4807:
--

[~etcoleman], given the monitoring work you are working on, is this ticket 
still relevant or will it be handled by your work?

> Provide means to determine if bulk import was successful
> 
>
> Key: ACCUMULO-4807
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4807
> Project: Accumulo
>  Issue Type: Sub-task
>  Components: master, tserver
>Reporter: Mark Owens
>Assignee: Mark Owens
>Priority: Major
> Fix For: 2.0.0
>
>
> One thing customers would like to be able to do is know whether a bulk import 
> that was launched was successful. If a client launches a bulk import and then 
> dies (a rare case, but it happens), there's no way to know if that bulk 
> import completed or is still in progress. Possibly, if bulk import returned a 
> transaction ID, they'd be able to inquire whether that transaction has 
> completed. Not sure if think that's currently possible via the java client, 
> but operators do consistently monitor FATEs via the shell. It'd be nice to do 
> that via the java client so we can monitor programmatically.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ACCUMULO-4807) Provide means to determine if bulk import was successful

2018-02-08 Thread Keith Turner (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16357814#comment-16357814
 ] 

Keith Turner commented on ACCUMULO-4807:


Could allow setting a user provided id for the bulk import.  Then when listing 
fate ops in the shell, the user provided Id could be displayed with each fate 
operation.

> Provide means to determine if bulk import was successful
> 
>
> Key: ACCUMULO-4807
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4807
> Project: Accumulo
>  Issue Type: Sub-task
>  Components: master, tserver
>Reporter: Mark Owens
>Priority: Major
> Fix For: 2.0.0
>
>
> One thing customers would like to be able to do is know whether a bulk import 
> that was launched was successful. If a client launches a bulk import and then 
> dies (a rare case, but it happens), there's no way to know if that bulk 
> import completed or is still in progress. Possibly, if bulk import returned a 
> transaction ID, they'd be able to inquire whether that transaction has 
> completed. Not sure if think that's currently possible via the java client, 
> but operators do consistently monitor FATEs via the shell. It'd be nice to do 
> that via the java client so we can monitor programmatically.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)