macdiesel (Brian Beggs)

Name
Brian Beggs
Email
Company
EnerNOC
Location
Boston, MA
Member Since
Mar 27, 2009 (9 months)

Following 1 githubber and watching 24 repositories view all →

Public Repositories (3)

Public Activity feed

macdiesel pushed to optimization at macdiesel/openfire-jboss-clustering Thu Nov 19 10:51:51 -0800 2009
HEAD is 505095cbb00d0031e5c918af2807fa8dcc695d50
  • macdiesel committed 505095cb:
    blending some of our code with the code from openfire for hopefully a more robust and efficient solution to jbosscache clustering.
macdiesel pushed to optimization at macdiesel/openfire-jboss-clustering Wed Nov 18 06:19:40 -0800 2009
HEAD is dcf94fdb8fa242b16ad2f2c3507c7bd7039fb567
macdiesel created branch optimization at macdiesel/openfire-jboss-clustering Wed Nov 18 06:17:24 -0800 2009
macdiesel pushed to master at macdiesel/openfire-jboss-clustering Wed Nov 18 06:06:42 -0800 2009
HEAD is a9a9f1e8cd85a4f4ac1133ac28f5e0ac66d33cda

3 commits »

macdiesel pushed to master at macdiesel/openfire-jboss-clustering Thu Oct 29 05:34:20 -0700 2009
HEAD is a82f406bae7f7efe35c2ff0307c88bffd2462cfe
  • macdiesel committed a82f406b:
    Refactoring the ClusterMasterWatcher class so it does not need to hold a reference to the channel object.
macdiesel pushed to master at macdiesel/openfire-jboss-clustering Thu Oct 29 05:24:31 -0700 2009
HEAD is 830a39c2693f4e8b8c871f518bdcad8a0a4e4685
  • macdiesel committed 830a39c2:
    ClusterMasterWatcher no longer needs to implement the Receiver interface so it was removed. Moved the implementations to TaskExecutor, though I do not believe that these methods actually need to be implemented for this plugin.
macdiesel pushed to master at macdiesel/openfire-jboss-clustering Thu Oct 29 05:16:08 -0700 2009
HEAD is b0e3cad70602d47d5895f81d92229f8f0802b60d
  • macdiesel committed b0e3cad7:
    When clustering is stopped caches are now converted from jboss caches to whatever the local cache is. Should the conversion fail the server will be restarted.
macdiesel closed issue 4 on tomstrummer/openfire-jboss-clustering Wed Oct 28 12:49:21 -0700 2009
First node in the cluster doesn't send or receive cluster messages
macdiesel closed issue 3 on tomstrummer/openfire-jboss-clustering Wed Oct 28 12:49:13 -0700 2009
When adding a user to a roster the user being added does not receive an authorization request
macdiesel closed issue 2 on tomstrummer/openfire-jboss-clustering Wed Oct 28 12:49:03 -0700 2009
Sending asynchronous tasks does not work
macdiesel opened issue 9 on tomstrummer/openfire-jboss-clustering Wed Oct 28 12:43:38 -0700 2009
Users on a dropped node are still shown as online to users still on the clustered nodes.
macdiesel opened issue 8 on tomstrummer/openfire-jboss-clustering Wed Oct 28 12:41:39 -0700 2009
Users are unable to log in if a node is dropped
macdiesel pushed to master at macdiesel/openfire-jboss-clustering Wed Oct 28 12:35:00 -0700 2009
HEAD is 5cce28f83ce45f6981bd992432b192a1674871ca
  • macdiesel committed 5cce28f8:
    Temporary fix for reading privacy lists in ClusteredClientSession. When these lists are null from the ObjectInput stream an exception is thrown and some messages are never routed. If the default constructor is used again a exception is thrown and messages are never routed.
macdiesel pushed to master at macdiesel/openfire-jboss-clustering Wed Oct 28 11:41:39 -0700 2009
HEAD is 2fb8ca05fa3bfedd9cf0aa472beaa28786a7d261
macdiesel commented on macdiesel/openfire-jboss-clustering Wed Oct 28 08:11:19 -0700 2009
Comment in 5cca195:

Also this commit fixes the sending of asynchronous messages. The MessageListener interface has been added to the TaskHandler class and the task handler is now the new MessageListener for the message dispatcher.

macdiesel pushed to master at macdiesel/openfire-jboss-clustering Wed Oct 28 08:09:33 -0700 2009
HEAD is 5cca195ed1ea880af6fe3ee4b2138097580729b6
  • macdiesel committed 5cca195e:
    Users can now send messages between nodes. Presence is detected by users logging in if the user is already logged in. There is still a problem detecting user presence of already logged in user for a user logging in related to serialization of the ClusterUserSession.
macdiesel commented on macdiesel/openfire-jboss-clustering Wed Oct 28 06:09:12 -0700 2009
Comment in 9098982:

I think your correct.

macdiesel edited a page in the tomstrummer/openfire-jboss-clustering wiki Tue Oct 27 06:18:51 -0700 2009
macdiesel pushed to master at macdiesel/openfire-jboss-clustering Mon Oct 26 13:04:14 -0700 2009
HEAD is 57a28d249e892d210fb23069f0216ab5c9e03984
  • macdiesel committed 57a28d24:
    added logging line to capture the stacktrace when executing a remote task.
macdiesel edited a page in the tomstrummer/openfire-jboss-clustering wiki Mon Oct 26 12:09:59 -0700 2009
macdiesel pushed to master at macdiesel/openfire-jboss-clustering Mon Oct 26 12:07:08 -0700 2009
HEAD is f0e35cc86f72c290e032a96807437c716a4fb8b9
  • macdiesel committed f0e35cc8:
    ClusterPacketRouter tasks now route correctly. Added the JID gleamed from the session to the packet. This makes things such as presence work correctly.
macdiesel pushed to master at macdiesel/openfire-jboss-clustering Mon Oct 26 11:52:32 -0700 2009
HEAD is 9ac8e30a4b1fff59a4855c1a1987cf2f2cc9e96f
  • macdiesel committed 9ac8e30a:
    fixed a defect that was causing messages to not be routed. Resource information for the toJID is now gleamed from the Remote clustered session and added to the packet before routing it to the remote openfire node.
macdiesel pushed to master at macdiesel/openfire-jboss-clustering Mon Oct 26 09:54:55 -0700 2009
HEAD is 39bb2d6cd79c656f716b069f48a6b6927ab09922
  • macdiesel committed 39bb2d6c:
    All caches are now converted to clustered caches when clustering starts. With this change the master node will now replicate caches.
macdiesel opened issue 7 on tomstrummer/openfire-jboss-clustering Fri Oct 23 11:07:43 -0700 2009
Killing a session from a node that isn't hosting the session doesn't kill the session.
macdiesel created a page in the tomstrummer/openfire-jboss-clustering wiki Thu Oct 22 05:48:24 -0700 2009
macdiesel edited a page in the tomstrummer/openfire-jboss-clustering wiki Thu Oct 22 05:27:33 -0700 2009
macdiesel edited a page in the tomstrummer/openfire-jboss-clustering wiki Thu Oct 22 05:26:34 -0700 2009
macdiesel opened issue 6 on tomstrummer/openfire-jboss-clustering Wed Oct 21 12:37:50 -0700 2009
Life cycle issues when disabling then re-enabling the clustering plugin
macdiesel opened issue 5 on tomstrummer/openfire-jboss-clustering Wed Oct 21 12:28:41 -0700 2009
Unable to login to cluster nodes with pidgin
macdiesel opened issue 4 on tomstrummer/openfire-jboss-clustering Wed Oct 21 12:27:16 -0700 2009
First node in the cluster doesn't send or receive cluster messages
macdiesel opened issue 3 on tomstrummer/openfire-jboss-clustering Wed Oct 21 12:22:24 -0700 2009
When adding a user to a roster the user being added does not receive an authorization request
macdiesel opened issue 2 on tomstrummer/openfire-jboss-clustering Wed Oct 21 12:17:38 -0700 2009
Sending asynchronous tasks does not work
macdiesel pushed to master at macdiesel/openfire-jboss-clustering Wed Oct 21 12:12:43 -0700 2009
HEAD is 1a20655bc802a661eabbb6e1a0e9ebadeaef4cc7
macdiesel pushed to master at macdiesel/openfire-jboss-clustering Tue Oct 20 13:20:58 -0700 2009
HEAD is 4f5f843aef380b5f0b95ab2f99a81b62074d5e0c
  • macdiesel committed 4f5f843a:
    you can now see user presences across nodes on the cluster in the web console. Nodes now talk to eachother.