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/22 21:34:24 UTC

[GitHub] [accumulo-examples] jmark99 opened a new issue, #110: Contraints example hangs when run against Accumulo 3.x

jmark99 opened a new issue, #110:
URL: https://github.com/apache/accumulo-examples/issues/110

   The Constraints example hangs when running 
   
   `./bin/runex constraints.MaxMutationSize`


-- 
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-examples] jmark99 commented on issue #110: Contraints example hangs when run against Accumulo 3.x

Posted by GitBox <gi...@apache.org>.
jmark99 commented on issue #110:
URL: https://github.com/apache/accumulo-examples/issues/110#issuecomment-1382220966

   Verified that example now works as expected. Closing #110.


-- 
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-examples] Manno15 commented on issue #110: Contraints example hangs when run against Accumulo 3.x

Posted by GitBox <gi...@apache.org>.
Manno15 commented on issue #110:
URL: https://github.com/apache/accumulo-examples/issues/110#issuecomment-1356324224

   This example now works as expected with the changes from https://github.com/apache/accumulo/pull/3134. Once that is merged, and you confirm @jmark99, this can be closed. 


-- 
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-examples] jmark99 closed issue #110: Contraints example hangs when run against Accumulo 3.x

Posted by GitBox <gi...@apache.org>.
jmark99 closed issue #110: Contraints example hangs when run against Accumulo 3.x
URL: https://github.com/apache/accumulo-examples/issues/110


-- 
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-examples] Manno15 commented on issue #110: Contraints example hangs when run against Accumulo 3.x

Posted by GitBox <gi...@apache.org>.
Manno15 commented on issue #110:
URL: https://github.com/apache/accumulo-examples/issues/110#issuecomment-1345633917

   Seems this specific error was discussed in https://github.com/apache/accumulo/issues/3042 and https://github.com/apache/accumulo/issues/3094. Unsure how those relate to this example, if at all, but it does seem to be a byproduct of trying to add such a large mutation. 


-- 
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-examples] Manno15 commented on issue #110: Contraints example hangs when run against Accumulo 3.x

Posted by GitBox <gi...@apache.org>.
Manno15 commented on issue #110:
URL: https://github.com/apache/accumulo-examples/issues/110#issuecomment-1345627762

   The issue here is the exception is thrown, but only shows to the monitor instead of being picked up by the example. Log in the monitor is: `Read a frame size of 30555947, which is bigger than the maximum allowable frame size 16384000 for ALL connections.` 
   
   I will look into why this is the case for `MaxMutationSize` but not the others. 


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