Displaying 9 results from an estimated 9 matches for "timed_out".
2009 Jul 21
1
[PATCH server] Fixed db-omatic so it doesn't segfault because of newer qmf api.
...values[:broker_bank] = obj.object_id.broker_bank
values[:agent_bank] = obj.object_id.agent_bank
values[:obj_key] = obj.object_id.to_s
- values[:class_type] = obj.klass_key[1]
+ values[:class_type] = type
values[:timed_out] = false
values[:synced] = false
@logger.info "New object type #{type}"
@@ -339,9 +339,9 @@ class DbOmatic < Qpid::Qmf::Console
end
def object_stats(broker, obj)
- target = obj.klass_key[0]
+ target = obj.schema.klass_key.pack...
2008 Nov 12
15
[PATCH][RFC][12+2][v3] A expanded CFQ scheduler for cgroups
This patchset expands traditional CFQ scheduler in order to support cgroups,
and improves old version.
Improvements are as following.
* Modularizing our new CFQ scheduler.
The expanded CFQ scheduler is registered/unregistered as new I/O
elevator scheduler called "cfq-cgroups". By this, the traditional CFQ
scheduler, which does not handle cgroups, and our new CFQ
2008 Nov 12
15
[PATCH][RFC][12+2][v3] A expanded CFQ scheduler for cgroups
This patchset expands traditional CFQ scheduler in order to support cgroups,
and improves old version.
Improvements are as following.
* Modularizing our new CFQ scheduler.
The expanded CFQ scheduler is registered/unregistered as new I/O
elevator scheduler called "cfq-cgroups". By this, the traditional CFQ
scheduler, which does not handle cgroups, and our new CFQ
2018 Mar 14
2
Interfacing with Siemens SITOP UPS500S
Hello all,
For an upcoming project I will have to interface with a 24V DC UPS from Siemens (full name: Siemens SITOP UPS500S, manufacturer nr 6EP1933-2EC41).
As this device is not listed in the compatibility list, I will have to write my own driver.
I already found out, that the UPS has a serial-over-USB interface (USB full-speed, 12 MBps), using an FTDI chip.
Over this serial port, it will
2018 Mar 14
0
Interfacing with Siemens SITOP UPS500S
...h parse a continuous stream of data without sending a query command. For a query/response example, ivtscd.c is relatively straightforward to understand.
Given the fixed-length strings and unambiguity of the commands, you might want a loop like the following:
ser_flush_in()
while(!done && !timed_out) {
ser_get_char()
// append to buffer
check for match
check for timeout
}
One thing that may be useful while waiting for hardware is to embed a test harness in the code. We don't have much of a standard for this, but as long as the code doesn't turn into spaghetti, feel fre...
2009 Jun 25
2
[PATCH] Fix dbomatic state changes.
...tbeat(agent, timestamp)
+ puts "heartbeat from agent #{agent}"
return if agent == nil
synchronize do
bank_key = "#{agent.agent_bank}.#{agent.broker.broker_bank}"
@@ -376,6 +398,8 @@ class DbOmatic < Qpid::Qmf::Console
values[:timed_out] = true
end
end
+ bank_key = "#{agent.agent_bank}.#{agent.broker.broker_bank}"
+ @heartbeats.delete(bank_key)
end
# The opposite of above, this is called when an agent is alive and well and makes sure
@@ -415,11 +439,21 @@ class DbOmatic <...
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...values[:broker_bank] = obj.object_id.broker_bank
- values[:agent_bank] = obj.object_id.agent_bank
+ values[:agent_key] = obj.object_id.agent_key
values[:obj_key] = obj.object_id.to_s
values[:class_type] = type
values[:timed_out] = false
@@ -370,53 +379,48 @@ class DbOmatic < Qpid::Qmf::Console
end
end
- def object_stats(broker, obj)
- target = obj.schema.klass_key.package
- return if target != "com.redhat.libvirt"
- type = obj.schema.klass_key.klass_name
-
+ def updat...
2008 Jun 08
2
[Bug 2175] New: running full test/ cli tests cause panic after a number of tests run..
...| PASS
Running root test case: tests/cli/zfs_key_l_003 | PASS
Running root test case: tests/cli/zfs_key_l_004 | PASS
Running root test case: tests/cli/zfs_key_l_005 | PASS
Running root test case: tests/cli/zfs_key_l_006 |
process 122400 - timed out
poll failed
: Interrupted system call
errno=4
TIMED_OUT
Running root test case: tests/cli/zfs_key_l_007 | PASS
Running root test case: tests/cli/zfs_key_l_008 | UNSUPPORTED
Running root test case: tests/cli/zfs_key_u_001 |
another run saw a panic occur after zfs_set_keysource_001..
panic[cpu0]/thread=2a100787ca0: assertion failed: used ==
ds->...
2009 Jun 29
0
[PATCH server] Add svc_vm_actions method to VmService.
...tbeat(agent, timestamp)
+ puts "heartbeat from agent #{agent}"
return if agent == nil
synchronize do
bank_key = "#{agent.agent_bank}.#{agent.broker.broker_bank}"
@@ -376,6 +398,8 @@ class DbOmatic < Qpid::Qmf::Console
values[:timed_out] = true
end
end
+ bank_key = "#{agent.agent_bank}.#{agent.broker.broker_bank}"
+ @heartbeats.delete(bank_key)
end
# The opposite of above, this is called when an agent is alive and well and makes sure
@@ -415,11 +439,30 @@ class DbOmatic <...