Skip to Content.
Sympa Menu

grouper-users - [grouper-users] RE: Loader question

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] RE: Loader question


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: "Black, Carey M." <>, "" <>
  • Subject: [grouper-users] RE: Loader question
  • Date: Fri, 21 Jul 2017 15:36:16 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:4VcN7xAYboKXWQmnXkdpUyQJP3N1i/DPJgcQr6AfoPdwSPX8ocbcNUDSrc9gkEXOFd2CrakV26yO6+jJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fdbghMhzexe69+IAmrpgjNq8cahpdvJLwswRXTuHtIfOpWxWJsJV2Nmhv3+9m98p1+/SlOovwt78FPX7n0cKQ+VrxYES8pM3sp683xtBnMVhWA630BWWgLiBVIAgzF7BbnXpfttybxq+Rw1DWGMcDwULs5Qiqp4bt1RxD0iScHLz85/3/Risxsl6JQvRatqwViz4LIfI2ZMfxzdb7fc9wHX2pMRsZfWTJcDIOgYYUBDOQBMuRZr4bhqFUBogCzBRW1BO/z1jNEmmP60bM83u88EQ/GxgsgH9cWvXjartv0NKYTXv6vzKXQ0D7OcfNW2S386IjTfBwqvPaBXbdsfsrRyUguFh3Kjk+LpIzkJDOayv4Bs3WD7+V+U+KvjXQrpB9srTiy38ohjJTCiIwSylDB7yp5wYA1KMW5SE59fd6rDoFQtyeEOItqXM8uWX9ntzsnyrAApJW1fzAKxYw5yxLCavGLaYaF7gz5WOqMIjp0mWhpdK+9ihuw6USs1+PxWtWu3FtOsyZJiMfAum0J2hDJ98SKSPpw80G80jiVzQ/T8PtLIUUsmKrbNZEhxrkwm4ILv0nfGSH6hFj6gLaLe0om5OSk8uPnba74qZOGMI90lx3+Pb8pmsyiB+Q3LxICX3CB+eS7yL3s41H2QKlLjv0xlKnVqpfaJdkHpq69BA9V1YUj5wyjADeh1dQUhXgHLFRbdxKbl4XlJUzCLfHiAfqxnVigiipnyvPbMrH7H5nALHrOnK/kfbln6k5czAQzzcpY55JRErwBJe78Wk/xtd3ZEBA5KRe5w+f8CNphzI8eRHqPDbGfMKPUq1OH+P8gI/SUaI8PpDn9M+Ql5+LpjXIhll8dZ66p3YYPaH+mBPRqOliZYWHyjdcbCmcHpQ4+TO3xiF2eSj5feWy+X6M65jEnFo2mF4HDSZ6xgLCfxiu0AIBZZn0VQmyLRD3Cc4yPWLNEQyuIL94pt3pOHeyrT4Yq1lf37lTSzKF6aOfY53tc/djszt9o/+DJ0Awp+CZvJ8Wbz2yXSWxoxCUFSyJ8lPRwu0tg0lqZlLVjjuZDPd1V+/5TVAomb9jRw/EsWP7oXQeUNPeYWlu8Bp2NASswVZh5l9oFY1dvFs+KjwvImTeyDrkT0bGHGcpnoernw3HtKpMlmD793647ggxjG5MXOA==
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

We use quartz DB config for that. We don't do any logic to make those
decisions. Maybe the quartz reference discusses it? Yes, a job will run on
a host. Which host we don't really care about. Is there affinity for a job?
I think there might be but im not sure. Thanks, Chris


-----Original Message-----
From: Black, Carey M.
[mailto:]

Sent: Friday, July 21, 2017 7:46 AM
To: Hyzer, Chris
<>;


Subject: RE: Loader question

Chris,

Thanks. I thought I had read that it could be done somewhere, but I could not
put my finger on the page. ( Thanks for the reference.)

I was expecting more setup than just "keep the same setup". :)
I was expecting something more like "run this job on host=a, or host=b", and
"run this job only on host=a" kind of stuff.


Based on your response, can I would assume that there is a "first come, first
to checkout/start the job" kind of model at work?

The quarts timer "roles over" on Host A for a job and that host .....

Care to share a bit more details about how that works? ( Maybe a code
ref to go read through? )

--
Carey Matthew


-----Original Message-----
From: Hyzer, Chris
[mailto:]

Sent: Wednesday, July 19, 2017 4:28 PM
To: Black, Carey M.
<>;


Subject: RE: Loader question

> 1) What use is the Host column for the Loader logs?

If you run on multiple hosts it tells you which one

> 2) Does the Loader design support multiple "loader nodes" that "share the
> load" of doing the loads?

Yes

> ( If so, are there any docs on how to set that up?)

Just run it on multiple nodes :)

https://spaces.internet2.edu/display/Grouper/Grouper+Daemon

"You can run the daemon on multiple machines and jobs will be spread among
them all automatically. Be sure to keep your loader configuration
(grouper-loader.properties) the same on all machines."

Thanks
Chris

-----Original Message-----
From:


[mailto:]
On Behalf Of Black, Carey M.
Sent: Monday, July 17, 2017 3:06 PM
To:

Subject: [grouper-users] Loader question

All,

The UI for the Loader logs has a column of "Host" for the log events for a
loader job. Which lead me to a set of questions:

1) What use is the Host column for the Loader logs?
2) Does the Loader design support multiple "loader nodes" that "share the
load" of doing the loads? ( If so, are there any docs on how to set that up?)

--
Carey Matthew




Archive powered by MHonArc 2.6.19.

Top of Page