[JBoss JIRA] (JBTM-1977) Use rsync to upload the documents on linux to the website
by Tom Jenkinson (JIRA)
Tom Jenkinson created JBTM-1977:
-----------------------------------
Summary: Use rsync to upload the documents on linux to the website
Key: JBTM-1977
URL: https://issues.jboss.org/browse/JBTM-1977
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Fix For: 5.0.0.Final
We use rsync on mac but use an sshfs on linux but rsync seems much quicker so we should use that. We need --protocol=29 which I think was the reason we couldn't get it to work before on Linux
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (JBTM-1977) Use rsync to upload the documents on linux to the website
by Tom Jenkinson (JIRA)
Tom Jenkinson created JBTM-1977:
-----------------------------------
Summary: Use rsync to upload the documents on linux to the website
Key: JBTM-1977
URL: https://issues.jboss.org/browse/JBTM-1977
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Fix For: 5.0.0.Final
We use rsync on mac but use an sshfs on linux but rsync seems much quicker so we should use that. We need --protocol=29 which I think was the reason we couldn't get it to work before on Linux
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (JBTM-1975) LogBrowser tool hangs on exit when browsing the HornetqJournalStore
by Mark Little (JIRA)
[ https://issues.jboss.org/browse/JBTM-1975?page=com.atlassian.jira.plugin.... ]
Mark Little commented on JBTM-1975:
-----------------------------------
That workaround will no longer work because it wasn't supposed to work in the first place.
Check the comment in TransactionTypeManager.java for what we should do for the HQ Log and others we want to add to this tool.
/*
* All log implementations that we want to support should be in here
* so they are registered. We could use a dynamic approach, but we don't
* have a rapidly growing number of object stores anyway to justify that
* overhead.
*/
> LogBrowser tool hangs on exit when browsing the HornetqJournalStore
> --------------------------------------------------------------------
>
> Key: JBTM-1975
> URL: https://issues.jboss.org/browse/JBTM-1975
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Tooling
> Affects Versions: 5.0.0.M5
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 6.0.0.Final
>
> Attachments: jstack.LogBrowser
>
>
> Using the LogBrowser tool to look at log records in the HornetqJournalStore hangs on shutdown. Debugging reveals org.hornetq.core.journal.impl.TimedBuffer waiting to aquire a semaphore (spinLimiter) in its run loop - I could not determine which thread (see attached jstack dump) owns the sepaphore
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (JBTM-1976) Add support for JDBC object store on PostgreSQL Plus 9.2
by Tom Jenkinson (JIRA)
Tom Jenkinson created JBTM-1976:
-----------------------------------
Summary: Add support for JDBC object store on PostgreSQL Plus 9.2
Key: JBTM-1976
URL: https://issues.jboss.org/browse/JBTM-1976
Project: JBoss Transaction Manager
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: Recovery
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Fix For: 4.17.13, 5.0.0.Final
It is requested to add support for postgres plus which is distinct from postgres as a database. Dev do not have a postgres plus database to test on but as it is the commercial variant of postgres and matches version numbering it should be similar to the corresponding postgres variant.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (JBTM-1975) LogBrowser tool hangs on exit when browsing the HornetqJournalStore
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-1975?page=com.atlassian.jira.plugin.... ]
Michael Musgrove updated JBTM-1975:
-----------------------------------
Description: Using the LogBrowser tool to look at log records in the HornetqJournalStore hangs on shutdown. Debugging reveals org.hornetq.core.journal.impl.TimedBuffer waiting to aquire a semaphore (spinLimiter) in its run loop - I could not determine which thread (see attached jstack dump) owns the sepaphore (was: Using the LogBrowser tool to look at log records in the HornetqJournalStore hangs on shutdown. Debugging reveals org.hornetq.core.journal.impl.TimedBuffer waiting to aquire a semaphore (spinLimiter) in its run loop - I could not determine which thread (see attached jstack dump))
> LogBrowser tool hangs on exit when browsing the HornetqJournalStore
> --------------------------------------------------------------------
>
> Key: JBTM-1975
> URL: https://issues.jboss.org/browse/JBTM-1975
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Tooling
> Affects Versions: 5.0.0.M5
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 6.0.0.Final
>
> Attachments: jstack.LogBrowser
>
>
> Using the LogBrowser tool to look at log records in the HornetqJournalStore hangs on shutdown. Debugging reveals org.hornetq.core.journal.impl.TimedBuffer waiting to aquire a semaphore (spinLimiter) in its run loop - I could not determine which thread (see attached jstack dump) owns the sepaphore
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (JBTM-1975) LogBrowser tool hangs on exit when browsing the HornetqJournalStore
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-1975?page=com.atlassian.jira.plugin.... ]
Michael Musgrove updated JBTM-1975:
-----------------------------------
Fix Version/s: 6.0.0.Final
Priority: Minor (was: Major)
Workaround Description: Manually terminate the process
I have reduced the priority because the workaround is sufficient
> LogBrowser tool hangs on exit when browsing the HornetqJournalStore
> --------------------------------------------------------------------
>
> Key: JBTM-1975
> URL: https://issues.jboss.org/browse/JBTM-1975
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Tooling
> Affects Versions: 5.0.0.M5
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 6.0.0.Final
>
> Attachments: jstack.LogBrowser
>
>
> Using the LogBrowser tool to look at log records in the HornetqJournalStore hangs on shutdown. Debugging reveals org.hornetq.core.journal.impl.TimedBuffer waiting to aquire a semaphore (spinLimiter) in its run loop - I could not determine which thread (see attached jstack dump)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years