[jira] [Commented] (RYA-461) Mongo log flood

2018-02-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16357518#comment-16357518
 ] 

ASF GitHub Bot commented on RYA-461:


Github user ejwhite922 commented on the issue:

https://github.com/apache/incubator-rya/pull/271
  
Closing this.  Looks like this was resolved by another 
[commit](https://github.com/apache/incubator-rya/commit/cb096b180d124987f7f85f47866f976f7c960bea).


> Mongo log flood
> ---
>
> Key: RYA-461
> URL: https://issues.apache.org/jira/browse/RYA-461
> Project: Rya
>  Issue Type: Bug
>  Components: dao
>Affects Versions: 3.2.12
>Reporter: Eric White
>Assignee: Eric White
>Priority: Minor
> Fix For: 3.2.12
>
>
> MongoDB based Rya's log is being flooded by 
> RyaStatementBindingSetCursorIterator info about the pipeline when 
> querying/adding statements.  This should be lowered to debug/trace as it 
> isn't useful to the average user and fills up the logs very quickly.



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


[jira] [Commented] (RYA-461) Mongo log flood

2018-02-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16357519#comment-16357519
 ] 

ASF GitHub Bot commented on RYA-461:


Github user ejwhite922 closed the pull request at:

https://github.com/apache/incubator-rya/pull/271


> Mongo log flood
> ---
>
> Key: RYA-461
> URL: https://issues.apache.org/jira/browse/RYA-461
> Project: Rya
>  Issue Type: Bug
>  Components: dao
>Affects Versions: 3.2.12
>Reporter: Eric White
>Assignee: Eric White
>Priority: Minor
> Fix For: 3.2.12
>
>
> MongoDB based Rya's log is being flooded by 
> RyaStatementBindingSetCursorIterator info about the pipeline when 
> querying/adding statements.  This should be lowered to debug/trace as it 
> isn't useful to the average user and fills up the logs very quickly.



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


[jira] [Commented] (RYA-461) Mongo log flood

2018-02-02 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16350816#comment-16350816
 ] 

ASF GitHub Bot commented on RYA-461:


Github user pujav65 commented on the issue:

https://github.com/apache/incubator-rya/pull/271
  
looks good


> Mongo log flood
> ---
>
> Key: RYA-461
> URL: https://issues.apache.org/jira/browse/RYA-461
> Project: Rya
>  Issue Type: Bug
>  Components: dao
>Affects Versions: 3.2.12
>Reporter: Eric White
>Assignee: Eric White
>Priority: Minor
> Fix For: 3.2.12
>
>
> MongoDB based Rya's log is being flooded by 
> RyaStatementBindingSetCursorIterator info about the pipeline when 
> querying/adding statements.  This should be lowered to debug/trace as it 
> isn't useful to the average user and fills up the logs very quickly.



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


[jira] [Commented] (RYA-461) Mongo log flood

2018-02-02 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16350785#comment-16350785
 ] 

ASF GitHub Bot commented on RYA-461:


GitHub user ejwhite922 opened a pull request:

https://github.com/apache/incubator-rya/pull/271

RYA-461 Fixed log flooding from querying/adding statements in MongoDB Rya

## Description
MongoDB based Rya's log is being flooded by 
RyaStatementBindingSetCursorIterator info about the pipeline when 
querying/adding statements.  This should be lowered to debug/trace as it isn't 
useful to the average user and fills up the logs very quickly.

### Tests
Unit Tests

### Links
[Jira](https://issues.apache.org/jira/browse/RYA-461)

### Checklist
- [ ] Code Review
- [ ] Squash Commits

 People To Review
@isper3at 
@kchilton2 
@DLotts
@pujav65 
@amihalik 
@meiercaleb 
@jdasch 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ejwhite922/incubator-rya RYA-461_MongoLogFlood

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-rya/pull/271.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #271


commit ca07c4fd5c2b67d9c29f3a0cb5c8d3e5de3d2973
Author: eric.white 
Date:   2018-02-02T18:35:50Z

RYA-461 Fixed log flooding from querying/adding statements in MongoDB Rya.




> Mongo log flood
> ---
>
> Key: RYA-461
> URL: https://issues.apache.org/jira/browse/RYA-461
> Project: Rya
>  Issue Type: Bug
>  Components: dao
>Affects Versions: 3.2.12
>Reporter: Eric White
>Assignee: Eric White
>Priority: Minor
> Fix For: 3.2.12
>
>
> MongoDB based Rya's log is being flooded by 
> RyaStatementBindingSetCursorIterator info about the pipeline when 
> querying/adding statements.  This should be lowered to debug/trace as it 
> isn't useful to the average user and fills up the logs very quickly.



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