LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  drone pool issue

    Employee
    Posted 10-28-2014 08:55

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: spalluru

    Hi ,
    I am trying to set up drone pool to restrict project utilizing resources on our shared environment.
    I see that though, I have not specified overflow in pool definition , it is still overflowing to other group

    For ex: Through BRE when I try to grab 100 sessions with BRE user abcuser it was able to honour the request , technically I feel that
    since I haven't defined overflow for pool ABC it should allow only 80 threads not 100. Here I see that it is trying to graph 20 drones from
    pool:bre

    Any comments on this please ? my LAE server is 4.6.1 running on Linux

    # An unlimited pool for BRE users
    pool:bre
    size:20
    defaultgroup:users
    end:bre

    # A pool for running ABC graphs

    pool:ABC
    size:80
    defaultgroup:ABC
    defaultuser:abcuser
    end:ABC

    -Sreekanth